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 183 of file symtab.c.

Member Data Documentation

◆ collisions

unsigned int block_symbol_cache::collisions

◆ hits

unsigned int block_symbol_cache::hits

Definition at line 185 of file symtab.c.

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

◆ misses

unsigned int block_symbol_cache::misses

Definition at line 186 of file symtab.c.

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

◆ size

unsigned int block_symbol_cache::size

◆ symbols

struct symbol_cache_slot block_symbol_cache::symbols[1]

Definition at line 195 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: