GDB (xrefs)
|
Public Attributes | ||
uint32_t | version | |
uint32_t | nr_columns | |
uint32_t | nr_units | |
uint32_t | nr_slots | |
const gdb_byte * | hash_table | |
const gdb_byte * | unit_table | |
union { | ||
struct { | ||
const gdb_byte * indices | ||
} v1 | ||
struct { | ||
int section_ids [MAX_NR_V2_DWO_SECTIONS] | ||
const gdb_byte * offsets | ||
const gdb_byte * sizes | ||
} v2 | ||
struct { | ||
int section_ids [MAX_NR_V5_DWO_SECTIONS] | ||
const gdb_byte * offsets | ||
const gdb_byte * sizes | ||
} v5 | ||
} | section_pool | |
const gdb_byte* dwp_hash_table::hash_table |
Definition at line 466 of file read.c.
Referenced by create_dwp_hash_table(), and lookup_dwo_unit_in_dwp().
const gdb_byte* dwp_hash_table::indices |
Definition at line 471 of file read.c.
Referenced by create_dwo_unit_in_dwp_v1(), and create_dwp_hash_table().
uint32_t dwp_hash_table::nr_columns |
Definition at line 464 of file read.c.
Referenced by create_dwo_unit_in_dwp_v2(), create_dwo_unit_in_dwp_v5(), and create_dwp_hash_table().
uint32_t dwp_hash_table::nr_slots |
Definition at line 465 of file read.c.
Referenced by create_dwp_hash_table(), and lookup_dwo_unit_in_dwp().
uint32_t dwp_hash_table::nr_units |
Definition at line 465 of file read.c.
Referenced by create_dwp_hash_table(), and open_and_init_dwp_file().
const gdb_byte* dwp_hash_table::offsets |
Definition at line 485 of file read.c.
Referenced by create_dwo_unit_in_dwp_v2(), create_dwo_unit_in_dwp_v5(), and create_dwp_hash_table().
int dwp_hash_table::section_ids[MAX_NR_V5_DWO_SECTIONS] |
Definition at line 484 of file read.c.
Referenced by create_dwo_unit_in_dwp_v2(), create_dwo_unit_in_dwp_v5(), and create_dwp_hash_table().
union { ... } dwp_hash_table::section_pool |
const gdb_byte* dwp_hash_table::sizes |
Definition at line 486 of file read.c.
Referenced by create_dwo_unit_in_dwp_v2(), create_dwo_unit_in_dwp_v5(), and create_dwp_hash_table().
const gdb_byte * dwp_hash_table::unit_table |
Definition at line 466 of file read.c.
Referenced by create_dwp_hash_table(), and lookup_dwo_unit_in_dwp().
struct { ... } dwp_hash_table::v1 |
Referenced by create_dwo_unit_in_dwp_v1(), and create_dwp_hash_table().
struct { ... } dwp_hash_table::v2 |
Referenced by create_dwo_unit_in_dwp_v2(), and create_dwp_hash_table().
struct { ... } dwp_hash_table::v5 |
Referenced by create_dwo_unit_in_dwp_v5(), and create_dwp_hash_table().
uint32_t dwp_hash_table::version |
Definition at line 464 of file read.c.
Referenced by create_dwp_hash_table(), and open_and_init_dwp_file().