Home | History | Annotate | Download | only in gdb

Lines Matching defs:psymtab

57 #include "psymtab.h"
87 of the psymtab. */
91 /* Index of the FDR that this psymtab represents. */
93 /* The BFD that the psymtab was created from. */
178 /* Remember what we deduced to be the source language of this psymtab. */
395 legacy_psymtab *pst = nullptr; /* the psymtab proper */
482 psymtab. */
2327 /* List of current psymtab's include files. */
2333 /* Index within current psymtab dependency list. */
2962 /* Mark down an include file in the current psymtab. */
2970 /* Only change the psymtab's language if we've
3236 are put into the global psymtab like one would
3697 /* Link pst to FDR. stabs_end_psymtab returns NULL if the psymtab was
3745 /* Do not add to dependency list if psymtab was empty. */
3753 /* Remove the dummy psymtab created for -O3 images above, if it is
3883 /* Do nothing if this is a dummy psymtab. */
3932 if (fh->csym <= 2) /* FIXME, this blows psymtab->symtab ptr. */
4095 the psymtab, use it. */
4228 /* Now link the psymtab and the symtab. */
4662 legacy_psymtab *psymtab;
4664 psymtab = new legacy_psymtab (name, partial_symtabs, objfile->per_bfd);
4668 psymtab->read_symtab_private
4670 CUR_BFD (psymtab) = cur_bfd;
4671 DEBUG_SWAP (psymtab) = debug_swap;
4672 DEBUG_INFO (psymtab) = debug_info;
4673 PENDING_LIST (psymtab) = pending_list;
4676 psymtab->legacy_read_symtab = mdebug_read_symtab;
4677 psymtab->legacy_expand_psymtab = mdebug_expand_psymtab;
4678 return (psymtab);