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

Public Attributes

const char * name
 
int version
 
bfd * dbfd
 
struct dwp_sections sections
 
const struct dwp_hash_tablecus
 
const struct dwp_hash_tabletus
 
htab_t loaded_cus
 
htab_t loaded_tus
 
unsigned int num_sections
 
asection ** elf_sections
 

Detailed Description

Definition at line 947 of file dwarf2read.c.

Member Data Documentation

const struct dwp_hash_table* dwp_file::cus
bfd* dwp_file::dbfd
asection** dwp_file::elf_sections
htab_t dwp_file::loaded_cus

Definition at line 968 of file dwarf2read.c.

Referenced by lookup_dwo_unit_in_dwp(), and open_and_init_dwp_file().

htab_t dwp_file::loaded_tus

Definition at line 969 of file dwarf2read.c.

Referenced by lookup_dwo_unit_in_dwp(), and open_and_init_dwp_file().

const char* dwp_file::name
unsigned int dwp_file::num_sections

Definition at line 973 of file dwarf2read.c.

Referenced by create_dwo_unit_in_dwp_v1(), and open_and_init_dwp_file().

struct dwp_sections dwp_file::sections
const struct dwp_hash_table* dwp_file::tus
int dwp_file::version

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