|
GDB (xrefs)
|
#include "symtab.h"
Public Attributes | |
| struct general_symbol_info | ginfo |
| struct type * | type |
| union { | |
| struct symtab * symtab | |
| struct gdbarch * arch | |
| } | owner |
| __extension__ enum domain_enum_tag | domain: SYMBOL_DOMAIN_BITS |
| unsigned int | aclass_index: SYMBOL_ACLASS_BITS |
| unsigned int | is_objfile_owned: 1 |
| unsigned | is_argument: 1 |
| unsigned | is_inlined: 1 |
| __extension__ enum symbol_subclass_kind | subclass: 2 |
| unsigned short | line |
| void * | aux_value |
| struct symbol * | hash_next |
| struct gdbarch* symbol::arch |
Definition at line 1071 of file symtab.h.
Referenced by compile_dwarf_bounds_to_c(), compile_dwarf_expr_to_c(), cp_lookup_symbol_imports_or_template(), disassemble_dwarf_expression(), do_compile_dwarf_expr_to_c(), dwarf2_compile_expr_to_ax(), language_alloc_type_symbol(), and symbol_arch().
| __extension__ enum domain_enum_tag symbol::domain |
Definition at line 1076 of file symtab.h.
Referenced by ada_add_all_symbols(), ada_add_block_symbols(), ada_lookup_symbol_list_worker(), block_find_symbol(), block_lookup_symbol(), cp_lookup_symbol_imports_or_template(), eq_symbol_entry(), gdbpy_lookup_global_symbol(), gdbpy_lookup_symbol(), iterate_over_symbols(), map_block(), and mylookup_symbol().
| struct general_symbol_info symbol::ginfo |
Definition at line 1054 of file symtab.h.
Referenced by add_symbol_to_list(), finalize_symtab(), fixup_symbol_section(), language_alloc_type_symbol(), and new_symbol_full().
| struct symbol* symbol::hash_next |
Definition at line 1127 of file symtab.h.
Referenced by expand_hashtable(), insert_symbol_hashed(), iter_match_first_hashed(), iter_match_next_hashed(), new_symbol_full(), and objfile_relocate1().
| union { ... } symbol::owner |
Referenced by get_out_value_type(), language_alloc_type_symbol(), symbol_arch(), symbol_objfile(), symbol_set_symtab(), and symbol_symtab().
| __extension__ enum symbol_subclass_kind symbol::subclass |
Definition at line 1098 of file symtab.h.
Referenced by read_func_scope(), read_variable(), and rust_get_trait_object_pointer().
| struct symtab* symbol::symtab |
Definition at line 1068 of file symtab.h.
Referenced by get_out_value_type(), symbol_arch(), symbol_objfile(), symbol_set_symtab(), and symbol_symtab().
| struct type* symbol::type |
Definition at line 1058 of file symtab.h.
Referenced by ada_get_tcb_types_info(), finish_command(), list_arg_or_local(), list_args_or_locals(), lookup_symbol_aux(), return_command(), and yyparse().
1.8.14