GDB (xrefs)
|
Public Attributes | |
struct obstack * | obstack |
struct bcache * | bcache |
struct macro_source_file * | main_source |
const char * | comp_dir |
int | redef_ok |
splay_tree | definitions |
Definition at line 36 of file macrotab.c.
struct bcache* macro_table::bcache |
Definition at line 44 of file macrotab.c.
Referenced by macro_bcache(), macro_bcache_free(), and new_macro_table().
const char* macro_table::comp_dir |
Definition at line 53 of file macrotab.c.
Referenced by macro_source_fullname(), and new_macro_table().
splay_tree macro_table::definitions |
Definition at line 77 of file macrotab.c.
Referenced by find_definition(), free_macro_table(), macro_define_function(), macro_define_object_internal(), macro_for_each(), macro_for_each_in_scope(), macro_undef(), and new_macro_table().
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().
Definition at line 57 of file macrotab.c.
Referenced by macro_allow_redefinitions(), macro_define_function(), macro_define_object_internal(), and new_macro_table().