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

Public Attributes

struct objfileobjfile
 
struct comp_unit_head header
 
CORE_ADDR base_address
 
int base_known
 
enum language language
 
const struct language_defnlanguage_defn
 
const char * producer
 
struct pending ** list_in_scope
 
struct abbrev_tableabbrev_table
 
htab_t partial_dies
 
struct obstack comp_unit_obstack
 
struct dwarf2_per_cu_dataread_in_chain
 
struct dwarf2_per_cu_dataper_cu
 
int last_used
 
htab_t die_hash
 
struct die_infodies
 
htab_t dependencies
 
struct line_headerline_header
 

Detailed Description

Definition at line 428 of file dwarf2read.c.

Member Data Documentation

struct abbrev_table* dwarf2_cu::abbrev_table
CORE_ADDR dwarf2_cu::base_address
int dwarf2_cu::base_known
struct obstack dwarf2_cu::comp_unit_obstack
htab_t dwarf2_cu::dependencies

Definition at line 494 of file dwarf2read.c.

Referenced by dwarf2_add_dependence(), dwarf2_mark(), and dwarf2_mark_helper().

htab_t dwarf2_cu::die_hash
struct die_info* dwarf2_cu::dies
struct comp_unit_head dwarf2_cu::header
enum language dwarf2_cu::language
const struct language_defn* dwarf2_cu::language_defn
int dwarf2_cu::last_used

Definition at line 482 of file dwarf2read.c.

Referenced by age_cached_comp_units(), find_partial_die(), and maybe_queue_comp_unit().

struct line_header* dwarf2_cu::line_header
struct pending** dwarf2_cu::list_in_scope
struct objfile* dwarf2_cu::objfile
htab_t dwarf2_cu::partial_dies
struct dwarf2_per_cu_data* dwarf2_cu::per_cu
const char* dwarf2_cu::producer
struct dwarf2_per_cu_data* dwarf2_cu::read_in_chain

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