Home
last modified time | relevance | path

Searched refs:psymtab (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDsymmisc.c247 struct partial_symtab *psymtab; in dump_objfile() local
260 for (psymtab = objfile->psymtabs; in dump_objfile()
261 psymtab != NULL; in dump_objfile()
262 psymtab = psymtab->next) in dump_objfile()
265 psymtab->filename); in dump_objfile()
266 gdb_print_host_address (psymtab, gdb_stdout); in dump_objfile()
268 if (psymtab->objfile != objfile) in dump_objfile()
374 dump_psymtab (struct objfile *objfile, struct partial_symtab *psymtab, in dump_psymtab() argument
380 psymtab->filename); in dump_psymtab()
382 gdb_print_host_address (psymtab, outfile); in dump_psymtab()
[all …]
HDsymfile.c786 struct partial_symtab *psymtab; in symbol_file_add_with_addrs_or_offsets() local
846 for (psymtab = objfile->psymtabs; in symbol_file_add_with_addrs_or_offsets()
847 psymtab != NULL; in symbol_file_add_with_addrs_or_offsets()
848 psymtab = psymtab->next) in symbol_file_add_with_addrs_or_offsets()
850 psymtab_to_symtab (psymtab); in symbol_file_add_with_addrs_or_offsets()
2233 struct partial_symtab *psymtab; in allocate_psymtab() local
2237 psymtab = objfile->free_psymtabs; in allocate_psymtab()
2238 objfile->free_psymtabs = psymtab->next; in allocate_psymtab()
2241 psymtab = (struct partial_symtab *) in allocate_psymtab()
2245 memset (psymtab, 0, sizeof (struct partial_symtab)); in allocate_psymtab()
[all …]
HDsymtab.c780 find_pc_sect_psymbol (struct partial_symtab *psymtab, CORE_ADDR pc, in find_pc_sect_psymbol() argument
786 if (!psymtab) in find_pc_sect_psymbol()
787 psymtab = find_pc_sect_psymtab (pc, section); in find_pc_sect_psymbol()
788 if (!psymtab) in find_pc_sect_psymbol()
792 best_pc = (psymtab->textlow != 0) ? psymtab->textlow - 1 : 0; in find_pc_sect_psymbol()
797 for (pp = psymtab->objfile->global_psymbols.list + psymtab->globals_offset; in find_pc_sect_psymbol()
798 (pp - (psymtab->objfile->global_psymbols.list + psymtab->globals_offset) in find_pc_sect_psymbol()
799 < psymtab->n_global_syms); in find_pc_sect_psymbol()
807 || (psymtab->textlow == 0 in find_pc_sect_psymbol()
812 fixup_psymbol_section (p, psymtab->objfile); in find_pc_sect_psymbol()
[all …]
HDmdebugread.c4603 struct partial_symtab *psymtab; in new_psymtab() local
4605 psymtab = allocate_psymtab (name, objfile); in new_psymtab()
4606 psymtab->section_offsets = objfile->section_offsets; in new_psymtab()
4610 psymtab->read_symtab_private = ((char *) in new_psymtab()
4613 memset (psymtab->read_symtab_private, 0, sizeof (struct symloc)); in new_psymtab()
4614 CUR_BFD (psymtab) = cur_bfd; in new_psymtab()
4615 DEBUG_SWAP (psymtab) = debug_swap; in new_psymtab()
4616 DEBUG_INFO (psymtab) = debug_info; in new_psymtab()
4617 PENDING_LIST (psymtab) = pending_list; in new_psymtab()
4620 psymtab->read_symtab = mdebug_psymtab_to_symtab; in new_psymtab()
[all …]
/NextBSD/contrib/gdb/gdb/doc/
HDgdbint.texinfo1595 the psymtab has not already been read in and had its @code{pst->symtab}
1596 pointer set. The argument is the psymtab to be fleshed-out into a
1629 A psymtab is constructed by doing a very quick pass over an executable
1639 The symbols that show up in a file's psymtab should be, roughly, those
1644 The psymtab also contains the range of instruction addresses that the
1658 range of this psymtab, and the full symtab will be read in.
1667 psymtab, which will cause the symtab to be pulled in. Local names will
1676 at the right moment. Any symbol that can be elided from a psymtab,
1683 It is a bug for @value{GDBN} to behave one way when only a psymtab has
1685 in. Such bugs are typically caused by a psymtab that does not contain
[all …]
HDgdb.info-2450 { psymtab /home/gnu/src/gdb/dwarf2read.c
HDgdb.texinfo9407 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
/NextBSD/contrib/gdb/
HDmd5.sum1899 a0de2136d2a31c14df5ca43acfb185d2 gdb/testsuite/gdb.base/psymtab.exp