Data Fields
sym_table Struct Reference

Data Fields

int size
 
node_t ** hash_table
 
char ** addr_table
 

Detailed Description

defines the data structure for the hash table

Field Documentation

char** sym_table::addr_table

look up symbols by addr (optional)

node_t** sym_table::hash_table

array of head of linked list for this index

int sym_table::size

size of hash table


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