HomeSort by: relevance | last modified time | path
    Searched defs:eqable_gdb_smob (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/guile/
guile-internal.h 230 gdb_smob, chained_gdb_smob, or eqable_gdb_smob.
237 Eq-able GDB smobs should have eqable_gdb_smob as their first member. The
238 containing_scm member of eqable_gdb_smob allows for returning the same gsmob
246 gdb_smob. The layout of chained_gdb_smob,eqable_gdb_smob must match
266 struct eqable_gdb_smob
297 extern void gdbscm_init_eqable_gsmob (eqable_gdb_smob *base,
303 extern eqable_gdb_smob **gdbscm_find_eqable_gsmob_ptr_slot
304 (htab_t htab, eqable_gdb_smob *base);
306 extern void gdbscm_fill_eqable_gsmob_ptr_slot (eqable_gdb_smob **slot,
307 eqable_gdb_smob *base)
264 struct eqable_gdb_smob struct
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/
guile-internal.h 223 gdb_smob, chained_gdb_smob, or eqable_gdb_smob.
230 Eq-able GDB smobs should have eqable_gdb_smob as their first member. The
231 containing_scm member of eqable_gdb_smob allows for returning the same gsmob
239 gdb_smob. The layout of chained_gdb_smob,eqable_gdb_smob must match
259 struct eqable_gdb_smob
290 extern void gdbscm_init_eqable_gsmob (eqable_gdb_smob *base,
296 extern eqable_gdb_smob **gdbscm_find_eqable_gsmob_ptr_slot
297 (htab_t htab, eqable_gdb_smob *base);
299 extern void gdbscm_fill_eqable_gsmob_ptr_slot (eqable_gdb_smob **slot,
300 eqable_gdb_smob *base)
257 struct eqable_gdb_smob struct
    [all...]

Completed in 22 milliseconds