Searched refs:psymtabs (Results 1 – 6 of 6) sorted by relevance
114 for ((p) = require_partial_symbols (objfile, 1)->psymtabs; \1054 if (objfile->psymtabs) in dump_psymtabs_for_objfile()1057 for (psymtab = objfile->psymtabs; in dump_psymtabs_for_objfile()1415 return objfile->psymtabs != NULL; in objfile_has_psyms()1753 psymtab->next = objfile->psymtabs; in allocate_psymtab()1754 objfile->psymtabs = psymtab; in allocate_psymtab()1793 prev_pst = &(objfile->psymtabs); in discard_psymtab()1824 while (state->objfile->psymtabs != state->save) in discard_psymtabs_upto()1825 discard_psymtab (state->objfile, state->objfile->psymtabs); in discard_psymtabs_upto()1837 state->save = objfile->psymtabs; in make_cleanup_discard_psymtabs()
239 for ((p) = (objfile) -> psymtabs; (p) != NULL; (p) = (p) -> next)
227 struct partial_symtab *psymtabs; member
3857 if (objfile->psymtabs->next == NULL in parse_partial_symbols()3858 && objfile->psymtabs->number_of_dependencies == 0 in parse_partial_symbols()3859 && objfile->psymtabs->n_global_syms == 0 in parse_partial_symbols()3860 && objfile->psymtabs->n_static_syms == 0) in parse_partial_symbols()3861 objfile->psymtabs = NULL; in parse_partial_symbols()
2585 objfile->psymtabs = NULL; in reread_symbols()
20404 if (!objfile->psymtabs || !objfile->psymtabs_addrmap) in write_psymtabs_to_index()