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 |
|
overridevirtual |
Implements dwarf_scanner_base.
|
inlineoverridevirtual |
Implements mapped_index_base.
Definition at line 239 of file read.c.
References symbol_name_index().
|
inlineoverridevirtual |
Implements mapped_index_base.
Definition at line 246 of file read.c.
References offset_view::size().
|
inline |
Definition at line 219 of file read.c.
References symbol_table.
Referenced by symbol_name_at(), and symbol_name_slot_invalid().
|
inlineoverridevirtual |
Reimplemented from mapped_index_base.
Definition at line 231 of file read.c.
References symbol_name_index(), and symbol_vec_index().
Referenced by dw2_symtab_iter_init().
|
inline |
Definition at line 226 of file read.c.
References symbol_table.
Referenced by dw2_expand_marked_cus(), dw2_symtab_iter_init(), and symbol_name_slot_invalid().
|
inlineoverridevirtual |
gdb::array_view<const gdb_byte> mapped_index::address_table |
Definition at line 209 of file read.c.
Referenced by create_addrmap_from_index(), and read_gdb_index_from_buffer().
gdb::array_view<const gdb_byte> mapped_index::constant_pool |
Definition at line 215 of file read.c.
Referenced by dw2_expand_marked_cus(), dw2_symtab_iter_init(), and read_gdb_index_from_buffer().
offset_view mapped_index::symbol_table |
Definition at line 212 of file read.c.
Referenced by read_gdb_index_from_buffer(), symbol_name_index(), and symbol_vec_index().
int mapped_index::version = 0 |
Definition at line 206 of file read.c.
Referenced by dwarf2_gdb_index::dump(), dw2_expand_marked_cus(), read_gdb_index_from_buffer(), and version_check().