Searched refs:stab_section_info (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdb-stabs.h32 /* The stab_section_info chain remembers info from the ELF symbol table,
37 struct stab_section_info struct
40 struct stab_section_info *next;
59 struct stab_section_info *stab_section_info; /* section starting points member in struct:dbx_symfile_info
H A Delfread.c156 struct stab_section_info *sectinfo = NULL;
219 sectinfo->next = dbx->stab_section_info;
220 dbx->stab_section_info = sectinfo;
345 However, 'struct stab_section_info'
349 size = (sizeof (struct stab_section_info)
352 sectinfo = (struct stab_section_info *)
627 stab_section_info's, that might be dangling from it. */
634 struct stab_section_info *ssi, *nssi;
636 ssi = dbxinfo->stab_section_info;
644 dbxinfo->stab_section_info
[all...]
H A Ddbxread.c647 DBX_SYMFILE_INFO (objfile)->stab_section_info = NULL;
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dstabs.c93 struct stab_section_info struct
158 struct stab_section_info *secinfo;
215 amt = sizeof (struct stab_section_info);
221 secinfo = (struct stab_section_info *) *psecinfo;
517 struct stab_section_info *secinfo;
546 secinfo = (struct stab_section_info *) psecinfo;
665 struct stab_section_info *secinfo;
670 secinfo = (struct stab_section_info *) *psecinfo;
765 struct stab_section_info *secinfo;
767 secinfo = (struct stab_section_info *) psecinf
[all...]

Completed in 120 milliseconds