GDB (xrefs)
|
Public Attributes | |
struct obstack * | obstack |
gdb::bcache * | bcache |
struct macro_source_file * | main_source |
struct compunit_symtab * | compunit_symtab |
int | redef_ok |
splay_tree | definitions |
Definition at line 36 of file macrotab.c.
gdb::bcache* macro_table::bcache |
Definition at line 44 of file macrotab.c.
Referenced by macro_bcache(), macro_bcache_free(), and new_macro_table().
struct compunit_symtab* macro_table::compunit_symtab |
Definition at line 52 of file macrotab.c.
Referenced by new_macro_table().
splay_tree macro_table::definitions |
Definition at line 76 of file macrotab.c.
Referenced by find_definition(), free_macro_table(), macro_define_internal(), macro_for_each(), macro_for_each_in_scope(), and new_macro_table().
struct macro_source_file* macro_table::main_source |
Definition at line 49 of file macrotab.c.
Referenced by free_macro_table(), macro_define_special(), macro_main(), macro_set_main(), and new_macro_table().
struct obstack* macro_table::obstack |
Definition at line 40 of file macrotab.c.
Referenced by macro_alloc(), macro_allow_redefinitions(), macro_free(), and new_macro_table().
int macro_table::redef_ok |
Definition at line 56 of file macrotab.c.
Referenced by macro_allow_redefinitions(), macro_define_internal(), and new_macro_table().