GCC Middle and Back End API Reference
symbol_hash_entry Struct Reference
Collaboration diagram for symbol_hash_entry:

Data Fields

const char * key
struct file_hash_entryfile
int chosen
int tweaking
int tweaked

Detailed Description

Hash table boilerplate for working with htab_t.  We have hash tables
   for symbol names, file names, and demangled symbols.   

Field Documentation

int symbol_hash_entry::chosen
struct file_hash_entry* symbol_hash_entry::file
const char* symbol_hash_entry::key
int symbol_hash_entry::tweaked
int symbol_hash_entry::tweaking

Referenced by maybe_tweak(), and start_tweaking().


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