HomeSort by: relevance | last modified time | path
    Searched defs:chained_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.
232 Chained GDB smobs should have chained_gdb_smob as their first member. The
233 next,prev members of chained_gdb_smob allow for chaining gsmobs together so
245 IMPORTANT: chained_gdb_smob and eqable_gdb-smob are "subclasses" of
246 gdb_smob. The layout of chained_gdb_smob,eqable_gdb_smob must match
258 struct chained_gdb_smob
262 chained_gdb_smob *prev;
263 chained_gdb_smob *next;
276 This can also be used in place of chained_gdb_smob where we need to
295 extern void gdbscm_init_chained_gsmob (chained_gdb_smob *base)
256 struct chained_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.
225 Chained GDB smobs should have chained_gdb_smob as their first member. The
226 next,prev members of chained_gdb_smob allow for chaining gsmobs together so
238 IMPORTANT: chained_gdb_smob and eqable_gdb-smob are "subclasses" of
239 gdb_smob. The layout of chained_gdb_smob,eqable_gdb_smob must match
251 struct chained_gdb_smob
255 chained_gdb_smob *prev;
256 chained_gdb_smob *next;
269 This can also be used in place of chained_gdb_smob where we need to
288 extern void gdbscm_init_chained_gsmob (chained_gdb_smob *base)
249 struct chained_gdb_smob struct
    [all...]

Completed in 23 milliseconds