GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
dwp_file Struct Reference

Classes

struct  sections
 

Public Member Functions

 dwp_file (const char *name_, gdb_bfd_ref_ptr &&abfd)
 

Public Attributes

const char * name
 
int version = 0
 
gdb_bfd_ref_ptr dbfd
 
const struct dwp_hash_tablecus = nullptr
 
const struct dwp_hash_tabletus = nullptr
 
htab_up loaded_cus
 
htab_up loaded_tus
 
unsigned int num_sections = 0
 
asection ** elf_sections = nullptr
 

Detailed Description

Definition at line 509 of file read.c.

Constructor & Destructor Documentation

◆ dwp_file()

dwp_file::dwp_file ( const char * name_,
gdb_bfd_ref_ptr && abfd )
inline

Definition at line 511 of file read.c.

Referenced by lookup_dwo_cutu().

Member Data Documentation

◆ cus

const struct dwp_hash_table* dwp_file::cus = nullptr

◆ dbfd

gdb_bfd_ref_ptr dwp_file::dbfd

◆ elf_sections

asection** dwp_file::elf_sections = nullptr

◆ loaded_cus

htab_up dwp_file::loaded_cus

Definition at line 536 of file read.c.

Referenced by lookup_dwo_unit_in_dwp(), and open_and_init_dwp_file().

◆ loaded_tus

htab_up dwp_file::loaded_tus

Definition at line 537 of file read.c.

Referenced by lookup_dwo_unit_in_dwp(), and open_and_init_dwp_file().

◆ name

const char* dwp_file::name

◆ num_sections

unsigned int dwp_file::num_sections = 0

Definition at line 541 of file read.c.

Referenced by create_dwo_unit_in_dwp_v1(), and open_and_init_dwp_file().

◆ tus

const struct dwp_hash_table* dwp_file::tus = nullptr

◆ version

int dwp_file::version = 0

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