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

Public Member Functions

 symbol_cache ()=default
 
 ~symbol_cache ()
 

Public Attributes

struct block_symbol_cacheglobal_symbols = nullptr
 
struct block_symbol_cachestatic_symbols = nullptr
 

Detailed Description

Definition at line 235 of file symtab.c.

Constructor & Destructor Documentation

◆ symbol_cache()

symbol_cache::symbol_cache ( )
default

◆ ~symbol_cache()

symbol_cache::~symbol_cache ( )
inline

Definition at line 239 of file symtab.c.

References destroy_block_symbol_cache(), global_symbols, and static_symbols.

Member Data Documentation

◆ global_symbols

struct block_symbol_cache* symbol_cache::global_symbols = nullptr

◆ static_symbols

struct block_symbol_cache* symbol_cache::static_symbols = nullptr

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