|
GCC Middle and Back End API Reference
|

Data Fields | |
| const char * | key |
| struct file_hash_entry * | file |
| int | chosen |
| int | tweaking |
| int | tweaked |
Hash table boilerplate for working with htab_t. We have hash tables for symbol names, file names, and demangled symbols.
| int symbol_hash_entry::chosen |
Referenced by freadsym(), maybe_tweak(), and scan_linker_output().
| struct file_hash_entry* symbol_hash_entry::file |
Referenced by freadsym(), maybe_tweak(), and start_tweaking().
| const char* symbol_hash_entry::key |
Referenced by demangle_new_symbols(), start_tweaking(), and symbol_hash_lookup().
| int symbol_hash_entry::tweaked |
Referenced by maybe_tweak(), scan_linker_output(), and start_tweaking().
| int symbol_hash_entry::tweaking |
Referenced by maybe_tweak(), and start_tweaking().