GDB (xrefs)
Public Attributes | List of all members
block_symbol_cache Struct Reference

Public Attributes

unsigned int hits
 
unsigned int misses
 
unsigned int collisions
 
unsigned int size
 
struct symbol_cache_slot symbols [1]
 

Detailed Description

Definition at line 172 of file symtab.c.

Member Data Documentation

unsigned int block_symbol_cache::collisions
unsigned int block_symbol_cache::hits

Definition at line 174 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 175 of file symtab.c.

Referenced by symbol_cache_flush(), symbol_cache_lookup(), and symbol_cache_stats().

unsigned int block_symbol_cache::size
struct symbol_cache_slot block_symbol_cache::symbols[1]

Definition at line 184 of file symtab.c.

Referenced by symbol_cache_dump(), symbol_cache_flush(), and symbol_cache_lookup().


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