GDB (xrefs)
Public Attributes | List of all members
mapped_index Struct Reference

Public Attributes

int version
 
off_t total_size
 
const gdb_byteaddress_table
 
offset_type address_table_size
 
const offset_typesymbol_table
 
offset_type symbol_table_slots
 
const char * constant_pool
 

Detailed Description

Definition at line 178 of file dwarf2read.c.

Member Data Documentation

const gdb_byte* mapped_index::address_table

Definition at line 187 of file dwarf2read.c.

Referenced by create_addrmap_from_index(), and read_index_from_section().

offset_type mapped_index::address_table_size

Definition at line 190 of file dwarf2read.c.

Referenced by create_addrmap_from_index(), and read_index_from_section().

const char* mapped_index::constant_pool
const offset_type* mapped_index::symbol_table
offset_type mapped_index::symbol_table_slots
off_t mapped_index::total_size

Definition at line 184 of file dwarf2read.c.

Referenced by read_index_from_section().

int mapped_index::version

The documentation for this struct was generated from the following file: