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

Public Attributes

unsigned int length
 
short version
 
unsigned char addr_size
 
unsigned char signed_addr_p
 
sect_offset abbrev_sect_off
 
unsigned int offset_size
 
unsigned int initial_length_size
 
enum dwarf_unit_type unit_type
 
sect_offset sect_off
 
cu_offset first_die_cu_offset
 
ULONGEST signature
 
cu_offset type_cu_offset_in_tu
 

Detailed Description

Definition at line 584 of file dwarf2read.c.

Member Data Documentation

◆ abbrev_sect_off

sect_offset comp_unit_head::abbrev_sect_off

◆ addr_size

unsigned char comp_unit_head::addr_size

◆ first_die_cu_offset

cu_offset comp_unit_head::first_die_cu_offset

Definition at line 606 of file dwarf2read.c.

Referenced by init_cutu_and_read_dies(), and read_and_check_comp_unit_head().

◆ initial_length_size

unsigned int comp_unit_head::initial_length_size

◆ length

unsigned int comp_unit_head::length

◆ offset_size

unsigned int comp_unit_head::offset_size

◆ sect_off

sect_offset comp_unit_head::sect_off

◆ signature

ULONGEST comp_unit_head::signature

◆ signed_addr_p

unsigned char comp_unit_head::signed_addr_p

Definition at line 589 of file dwarf2read.c.

Referenced by read_address(), and read_comp_unit_head().

◆ type_cu_offset_in_tu

cu_offset comp_unit_head::type_cu_offset_in_tu

◆ unit_type

enum dwarf_unit_type comp_unit_head::unit_type

◆ version

short comp_unit_head::version

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