GDB (xrefs)
|
Public Attributes | |
int | version = 0 |
gdb::array_view< const gdb_byte > | address_table |
offset_view | symbol_table |
gdb::array_view< const gdb_byte > | constant_pool |
![]() | |
std::vector< name_component > | name_components |
enum case_sensitivity | name_components_casing |
Definition at line 77 of file read-gdb-index.c.
|
overridevirtual |
Implements dwarf_scanner_base.
Definition at line 508 of file read-gdb-index.c.
|
inlineoverridevirtual |
Implements mapped_index_base.
Definition at line 113 of file read-gdb-index.c.
References symbol_name_index().
|
inlineoverridevirtual |
Implements mapped_index_base.
Definition at line 120 of file read-gdb-index.c.
References offset_view::size().
|
inline |
Definition at line 93 of file read-gdb-index.c.
References symbol_table.
Referenced by symbol_name_at(), and symbol_name_slot_invalid().
|
inlineoverridevirtual |
Reimplemented from mapped_index_base.
Definition at line 105 of file read-gdb-index.c.
References symbol_name_index(), and symbol_vec_index().
Referenced by dw2_symtab_iter_init().
|
inline |
Definition at line 100 of file read-gdb-index.c.
References symbol_table.
Referenced by dw2_symtab_iter_init(), and symbol_name_slot_invalid().
|
inlineoverridevirtual |
Reimplemented from dwarf_scanner_base.
Definition at line 125 of file read-gdb-index.c.
References version.
gdb::array_view<const gdb_byte> mapped_gdb_index::address_table |
Definition at line 83 of file read-gdb-index.c.
Referenced by read_gdb_index_from_buffer().
gdb::array_view<const gdb_byte> mapped_gdb_index::constant_pool |
Definition at line 89 of file read-gdb-index.c.
Referenced by dw2_symtab_iter_init(), and read_gdb_index_from_buffer().
offset_view mapped_gdb_index::symbol_table |
Definition at line 86 of file read-gdb-index.c.
Referenced by read_gdb_index_from_buffer(), symbol_name_index(), and symbol_vec_index().
int mapped_gdb_index::version = 0 |
Definition at line 80 of file read-gdb-index.c.
Referenced by dwarf2_gdb_index::dump(), read_gdb_index_from_buffer(), and version_check().