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

Public Attributes

__extension__ enum dwarf_tag tag: 16
 
unsigned char num_attrs
 
unsigned char building_fullname: 1
 
unsigned char in_process: 1
 
unsigned int abbrev
 
sect_offset sect_off
 
struct die_infochild
 
struct die_infosibling
 
struct die_infoparent
 
struct attribute attrs [1]
 

Detailed Description

Definition at line 1538 of file dwarf2read.c.

Member Data Documentation

◆ abbrev

unsigned int die_info::abbrev

Definition at line 1554 of file dwarf2read.c.

Referenced by dump_die_shallow(), and read_full_die_1().

◆ attrs

struct attribute die_info::attrs[1]

◆ building_fullname

unsigned char die_info::building_fullname

Definition at line 1548 of file dwarf2read.c.

Referenced by determine_prefix(), and dwarf2_compute_name().

◆ child

struct die_info* die_info::child

◆ in_process

unsigned char die_info::in_process

◆ num_attrs

unsigned char die_info::num_attrs

◆ parent

struct die_info* die_info::parent

◆ sect_off

sect_offset die_info::sect_off

◆ sibling

struct die_info* die_info::sibling

◆ tag

__extension__ enum dwarf_tag die_info::tag

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