GDB (xrefs)
|
#include "objfiles.h"
Public Attributes | |
struct obstack | storage_obstack |
struct bcache * | filename_cache |
struct bcache * | macro_cache |
struct gdbarch * | gdbarch |
struct htab * | demangled_names_hash |
struct entry_info | ei |
const char * | name_of_main |
enum language | language_of_main |
struct minimal_symbol * | msymbols |
int | minimal_symbol_count |
int | n_minsyms |
unsigned int | minsyms_read: 1 |
struct minimal_symbol * | msymbol_hash [MINIMAL_SYMBOL_HASH_SIZE] |
struct minimal_symbol * | msymbol_demangled_hash [MINIMAL_SYMBOL_HASH_SIZE] |
Definition at line 173 of file objfiles.h.
struct htab* objfile_per_bfd_storage::demangled_names_hash |
Definition at line 198 of file objfiles.h.
Referenced by create_demangled_names_hash(), free_objfile_per_bfd_storage(), and symbol_set_names().
struct entry_info objfile_per_bfd_storage::ei |
Definition at line 203 of file objfiles.h.
Referenced by init_entry_point_info().
struct bcache* objfile_per_bfd_storage::filename_cache |
Definition at line 181 of file objfiles.h.
Referenced by allocate_psymtab(), allocate_symtab(), elf_symtab_read(), free_objfile_per_bfd_storage(), get_objfile_bfd_data(), print_objfile_statistics(), and print_symbol_bcache_statistics().
struct gdbarch* objfile_per_bfd_storage::gdbarch |
Definition at line 191 of file objfiles.h.
Referenced by get_dynamics_objfile(), get_objfile_arch(), get_objfile_bfd_data(), and jit_object_close_impl().
enum language objfile_per_bfd_storage::language_of_main |
Definition at line 210 of file objfiles.h.
Referenced by find_main_name(), get_objfile_bfd_data(), and set_objfile_main_name().
struct bcache* objfile_per_bfd_storage::macro_cache |
Definition at line 184 of file objfiles.h.
Referenced by free_objfile_per_bfd_storage(), get_macro_table(), get_objfile_bfd_data(), print_objfile_statistics(), and print_symbol_bcache_statistics().
int objfile_per_bfd_storage::minimal_symbol_count |
Definition at line 223 of file objfiles.h.
Referenced by build_minimal_symbol_hash_tables(), dump_msymbols(), dump_objfile(), have_minimal_symbols(), install_minimal_symbols(), lookup_minimal_symbol_by_pc_section_1(), and terminate_minimal_symbol_table().
unsigned int objfile_per_bfd_storage::minsyms_read |
Definition at line 239 of file objfiles.h.
Referenced by elf_read_minimal_symbols(), install_minimal_symbols(), prim_record_minimal_symbol_full(), and read_symbols().
struct minimal_symbol* objfile_per_bfd_storage::msymbol_demangled_hash[MINIMAL_SYMBOL_HASH_SIZE] |
Definition at line 248 of file objfiles.h.
Referenced by build_minimal_symbol_hash_tables(), iterate_over_minimal_symbols(), and lookup_minimal_symbol().
struct minimal_symbol* objfile_per_bfd_storage::msymbol_hash[MINIMAL_SYMBOL_HASH_SIZE] |
Definition at line 243 of file objfiles.h.
Referenced by build_minimal_symbol_hash_tables(), iterate_over_minimal_symbols(), lookup_minimal_symbol(), lookup_minimal_symbol_and_objfile(), lookup_minimal_symbol_by_pc_name(), lookup_minimal_symbol_solib_trampoline(), and lookup_minimal_symbol_text().
struct minimal_symbol* objfile_per_bfd_storage::msymbols |
Definition at line 222 of file objfiles.h.
Referenced by build_minimal_symbol_hash_tables(), install_minimal_symbols(), lookup_minimal_symbol_by_pc_section_1(), and terminate_minimal_symbol_table().
int objfile_per_bfd_storage::n_minsyms |
Definition at line 229 of file objfiles.h.
Referenced by prim_record_minimal_symbol_full(), and print_objfile_statistics().
const char* objfile_per_bfd_storage::name_of_main |
Definition at line 209 of file objfiles.h.
Referenced by find_main_name(), and set_objfile_main_name().
struct obstack objfile_per_bfd_storage::storage_obstack |
Definition at line 177 of file objfiles.h.
Referenced by anonymous_struct_prefix(), dtrace_process_dof_probe(), dwarf2_compute_name(), dwarf2_name(), dwarf2_physname(), fixup_go_packaging(), fixup_partial_die(), free_objfile_per_bfd_storage(), get_macro_table(), get_objfile_bfd_data(), guess_full_die_structure_name(), guess_partial_die_structure_name(), handle_stap_probe(), install_minimal_symbols(), prim_record_minimal_symbol_full(), print_objfile_statistics(), read_partial_die(), set_objfile_main_name(), symbol_set_names(), and terminate_minimal_symbol_table().