GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
macro_table Struct Reference

Public Attributes

struct obstack * obstack
 
gdb::bcachebcache
 
struct macro_source_filemain_source
 
struct compunit_symtabcompunit_symtab
 
int redef_ok
 
splay_tree definitions
 

Detailed Description

Definition at line 36 of file macrotab.c.

Member Data Documentation

◆ bcache

gdb::bcache* macro_table::bcache

Definition at line 44 of file macrotab.c.

Referenced by macro_bcache(), macro_bcache_free(), and new_macro_table().

◆ compunit_symtab

struct compunit_symtab* macro_table::compunit_symtab

Definition at line 52 of file macrotab.c.

Referenced by new_macro_table().

◆ definitions

splay_tree macro_table::definitions

◆ main_source

struct macro_source_file* macro_table::main_source

◆ obstack

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().

◆ redef_ok

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().


The documentation for this struct was generated from the following file: