GDB (xrefs)
|
Public Attributes | |
unsigned int | hits |
unsigned int | misses |
unsigned int | collisions |
unsigned int | size |
struct symbol_cache_slot | symbols [1] |
unsigned int block_symbol_cache::collisions |
Definition at line 201 of file symtab.c.
Referenced by symbol_cache_flush(), symbol_cache_mark_found(), symbol_cache_mark_not_found(), and symbol_cache_stats().
unsigned int block_symbol_cache::hits |
Definition at line 199 of file symtab.c.
Referenced by symbol_cache_flush(), symbol_cache_lookup(), and symbol_cache_stats().
unsigned int block_symbol_cache::misses |
Definition at line 200 of file symtab.c.
Referenced by symbol_cache_flush(), symbol_cache_lookup(), and symbol_cache_stats().
unsigned int block_symbol_cache::size |
Definition at line 207 of file symtab.c.
Referenced by destroy_block_symbol_cache(), resize_symbol_cache(), symbol_cache_dump(), symbol_cache_flush(), symbol_cache_lookup(), and symbol_cache_stats().
struct symbol_cache_slot block_symbol_cache::symbols[1] |
Definition at line 209 of file symtab.c.
Referenced by destroy_block_symbol_cache(), symbol_cache_dump(), symbol_cache_flush(), and symbol_cache_lookup().