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

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dsymmisc.c248 struct partial_symtab *psymtab;
261 for (psymtab = objfile->psymtabs;
262 psymtab != NULL;
263 psymtab = psymtab->next)
266 psymtab->filename);
267 gdb_print_host_address (psymtab, gdb_stdout);
269 if (psymtab->objfile != objfile)
375 dump_psymtab (struct objfile *objfile, struct partial_symtab *psymtab,
381 psymtab
247 struct partial_symtab *psymtab; local
374 dump_psymtab(struct objfile *objfile, struct partial_symtab *psymtab, struct ui_file *outfile) argument
1045 struct partial_symtab *psymtab; local
[all...]
H A Dsymfile.c787 struct partial_symtab *psymtab;
847 for (psymtab = objfile->psymtabs;
848 psymtab != NULL;
849 psymtab = psymtab->next)
851 psymtab_to_symtab (psymtab);
1180 A better solution would be to record the language in the psymtab when reading
2239 struct partial_symtab *psymtab;
2243 psymtab = objfile->free_psymtabs;
2244 objfile->free_psymtabs = psymtab
786 struct partial_symtab *psymtab; local
2233 struct partial_symtab *psymtab; local
2540 struct partial_symtab *psymtab; local
[all...]
H A Dsymtab.c227 /* At this point, we have located the psymtab for this file, but
240 in the psymtab filename will also work. */
679 none. We return the psymtab that contains a symbol whose address
681 psymtab that contains a symbol whose address is closest to PC. */
746 /* This way we return the psymtab which contains
779 /* Find which partial symbol within a psymtab matches PC and SECTION.
783 find_pc_sect_psymbol (struct partial_symtab *psymtab, CORE_ADDR pc,
789 if (!psymtab)
790 psymtab = find_pc_sect_psymtab (pc, section);
791 if (!psymtab)
780 find_pc_sect_psymbol(struct partial_symtab *psymtab, CORE_ADDR pc, asection *section) argument
852 find_pc_psymbol(struct partial_symtab *psymtab, CORE_ADDR pc) argument
[all...]
H A Dmdebugread.c109 of the psymtab. */
113 /* Index of the FDR that this psymtab represents. */
115 /* The BFD that the psymtab was created from. */
200 /* Remember what we deduced to be the source language of this psymtab. */
469 struct partial_symtab *pst; /* the psymtab proper */
558 we store a pointer to the single table in each psymtab. */
2246 /* List of current psymtab's include files */
2252 /* Index within current psymtab dependency list */
2919 /* Mark down an include file in the current psymtab */
2926 /* Only change the psymtab'
4603 struct partial_symtab *psymtab; local
[all...]

Completed in 73 milliseconds