Searched refs:psymtabs (Results 1 – 9 of 9) sorted by relevance
241 struct partial_symtab *psymtabs; member593 for ((p) = (objfile) -> psymtabs; (p) != NULL; (p) = (p) -> next)
956 for (psymtab = objfile->psymtabs; in symbol_file_add_with_addrs_or_offsets()2019 objfile->psymtabs = NULL; in reread_symbols()2407 psymtab->next = objfile->psymtabs; in allocate_psymtab()2408 objfile->psymtabs = psymtab; in allocate_psymtab()2414 prev_pst = &(objfile->psymtabs); in allocate_psymtab()2438 prev_pst = &(pst->objfile->psymtabs); in discard_psymtab()2533 for (ps = pst->objfile->psymtabs; ps; ps = ps->next) in cashier_psymtab()2543 if (ps == pst->objfile->psymtabs) in cashier_psymtab()2544 pst->objfile->psymtabs = ps->next; in cashier_psymtab()2556 for (ps = pst->objfile->psymtabs; ps; ps = ps->next) in cashier_psymtab()
259 if (objfile->psymtabs) in dump_objfile()262 for (psymtab = objfile->psymtabs; in dump_objfile()
654 if (ofp->psymtabs != NULL) in have_partial_symbols()
3707 if (objfile->psymtabs->next == NULL in parse_partial_symbols()3708 && objfile->psymtabs->number_of_dependencies == 0 in parse_partial_symbols()3709 && objfile->psymtabs->n_global_syms == 0 in parse_partial_symbols()3710 && objfile->psymtabs->n_static_syms == 0) in parse_partial_symbols()3711 objfile->psymtabs = NULL; in parse_partial_symbols()
269 for (ps = ofp->psymtabs; ps != NULL; ps = ps->next) in select_source_symtab()
1891 if ((objfile->flags & OBJF_REORDERED) && objfile->psymtabs) in find_pc_sect_symtab()
1602 symbol-file into a set of psymtabs or symtabs.1612 In addition, if a symbol-reading module creates psymtabs when1613 @var{xyz}_symfile_read is called, these psymtabs will contain a pointer1639 @cindex psymtabs1641 Partial symbol tables (@dfn{psymtabs}). These contain enough1701 The only reason that psymtabs exist is to cause a symtab to be read in1704 psymtabs don't have the idea of scope, you can't put local symbols in1718 bug-free environment). Currently, psymtabs are allocated on an obstack,
10236 @kindex maint info psymtabs10242 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}10251 (@value{GDBP}) maint info psymtabs dwarf2read21657 Check the consistency of psymtabs and symtabs.21797 command prints its name, address in memory, and all of its psymtabs