Searched refs:psymtabs (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dobjfiles.h241 struct partial_symtab *psymtabs; member in struct:objfile
582 /* Traverse all psymtabs in one objfile. */
585 for ((p) = (objfile) -> psymtabs; (p) != NULL; (p) = (p) -> next)
598 /* Traverse all psymtabs in all objfiles. */
H A Dsymfile.c857 for (psymtab = objfile->psymtabs;
1911 objfile->psymtabs = NULL;
2287 psymtab->next = objfile->psymtabs;
2288 objfile->psymtabs = psymtab;
2294 prev_pst = &(objfile->psymtabs);
2310 Empty psymtabs happen as a result of header files which don't
2318 prev_pst = &(pst->objfile->psymtabs);
2410 for (ps = pst->objfile->psymtabs; ps; ps = ps->next)
2420 if (ps == pst->objfile->psymtabs)
2421 pst->objfile->psymtabs
[all...]
H A Dsymmisc.c258 if (objfile->psymtabs)
261 for (psymtab = objfile->psymtabs;
1124 /* Check consistency of psymtabs and symtabs. */
H A Dobjfiles.c364 /* Destroy an objfile and all the symtabs and psymtabs under it. Note
665 if (ofp->psymtabs != NULL)
H A Dmdebugread.c3113 enum constants in psymtabs, just in symtabs. */
3685 if (objfile->psymtabs->next == NULL
3686 && objfile->psymtabs->number_of_dependencies == 0
3687 && objfile->psymtabs->n_global_syms == 0
3688 && objfile->psymtabs->n_static_syms == 0)
3689 objfile->psymtabs = NULL;
3752 in psymtabs, just in symtabs. */
3779 first on all dependent psymtabs. The argument FILENAME is
H A Dsource.c275 for (ps = ofp->psymtabs; ps != NULL; ps = ps->next)
H A Dsymtab.c147 psymtabs. *If* there is no '/' in the name, a match after a '/'
217 psymtabs. */
812 Return 0 if none. Check all psymtabs if PSYMTAB is 0. */
884 Check all psymtabs if PSYMTAB is 0. Backwards compatibility, no section. */
1128 the psymtabs. If a psymtab indicates the existence of the
1506 /* Lookup a symbol in all files' global blocks (searching psymtabs if
1833 psymtabs and read in another symtab if necessary. */
1892 if ((objfile->flags & OBJF_REORDERED) && objfile->psymtabs)
1936 /* Find the symtab associated with PC. Look through the psymtabs and
2668 some of the psymtabs ar
[all...]
H A DChangeLog-3.x2376 * symtab.c (sources_info): Now distinguishes between psymtabs with

Completed in 181 milliseconds