Lines Matching defs:symtab
609 struct symtab *symtab; member
779 struct symtab struct
783 struct symtab *next; argument
792 Can be NULL if none. Never shared between different symtabs. */ argument
801 /* If several symtabs share a blockvector, exactly one of them argument
818 /* The macro table for this symtab. Like the blockvector, this argument
821 struct macro_table *macro_table;
825 char *filename;
829 char *dirname;
833 int nlines;
839 int *line_charpos;
843 enum language language;
850 const char *debugformat;
877 struct symtab **includes; argument
884 struct symtab *user; argument
887 #define BLOCKVECTOR(symtab) (symtab)->blockvector argument
888 #define LINETABLE(symtab) (symtab)->linetable argument
889 #define SYMTAB_PSPACE(symtab) (symtab)->objfile->pspace argument
1107 struct symtab *symtab; member
1240 struct symtab *symtab; member