GDB (xrefs)
|
Public Attributes | |
enum symbol_cache_slot_state | state |
const struct objfile * | objfile_context |
union { | |
struct block_symbol found | |
struct { | |
char * name | |
domain_enum domain | |
} not_found | |
} | value |
domain_enum symbol_cache_slot::domain |
Definition at line 182 of file symtab.c.
Referenced by eq_symbol_entry(), lookup_global_or_static_symbol(), symbol_cache_dump(), symbol_cache_lookup(), and symbol_cache_mark_not_found().
struct block_symbol symbol_cache_slot::found |
Definition at line 178 of file symtab.c.
Referenced by eq_symbol_entry(), symbol_cache_dump(), symbol_cache_lookup(), and symbol_cache_mark_found().
char* symbol_cache_slot::name |
Definition at line 181 of file symtab.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.unwinder.Unwinder::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), eq_symbol_entry(), symbol_cache_clear_slot(), symbol_cache_dump(), and symbol_cache_mark_not_found().
struct { ... } symbol_cache_slot::not_found |
Referenced by eq_symbol_entry(), symbol_cache_clear_slot(), symbol_cache_dump(), and symbol_cache_mark_not_found().
const struct objfile* symbol_cache_slot::objfile_context |
Definition at line 174 of file symtab.c.
Referenced by eq_symbol_entry(), symbol_cache_dump(), symbol_cache_lookup(), symbol_cache_mark_found(), and symbol_cache_mark_not_found().
enum symbol_cache_slot_state symbol_cache_slot::state |
Definition at line 156 of file symtab.c.
Referenced by eq_symbol_entry(), symbol_cache_clear_slot(), symbol_cache_dump(), symbol_cache_lookup(), symbol_cache_mark_found(), and symbol_cache_mark_not_found().
union { ... } symbol_cache_slot::value |
Referenced by gdb.command.prompt._ExtendedPrompt::__init__(), gdb-gdb.TypeFlag::__lt__(), gdb.command.prompt._ExtendedPrompt::before_prompt_hook(), eq_symbol_entry(), gdb.command.prompt._ExtendedPrompt::get_show_string(), symbol_cache_clear_slot(), symbol_cache_dump(), symbol_cache_lookup(), symbol_cache_mark_found(), and symbol_cache_mark_not_found().