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

  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-symtab.c 31 struct symtab_smob struct
58 We store this instead of a pointer to the symtab_smob because it's not
59 clear GC will know the symtab_smob is referenced by us otherwise, and we
60 need quick access to symtab_smob->symtab to know if this sal is valid. */
92 symtab_smob *st_smob = (symtab_smob *) *slot;
117 const symtab_smob *st_smob = (const symtab_smob *) p;
127 const symtab_smob *a = (const symtab_smob *) ap
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-symtab.c 31 struct symtab_smob struct
58 We store this instead of a pointer to the symtab_smob because it's not
59 clear GC will know the symtab_smob is referenced by us otherwise, and we
60 need quick access to symtab_smob->symtab to know if this sal is valid. */
92 symtab_smob *st_smob = (symtab_smob *) *slot;
117 const symtab_smob *st_smob = (const symtab_smob *) p;
127 const symtab_smob *a = (const symtab_smob *) ap
    [all...]

Completed in 19 milliseconds