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

Public Attributes

unsigned int number
 
enum dwarf_tag tag
 
unsigned short has_children
 
unsigned short num_attrs
 
struct attr_abbrevattrs
 
struct abbrev_infonext
 

Detailed Description

Definition at line 1474 of file dwarf2read.c.

Member Data Documentation

◆ attrs

struct attr_abbrev* abbrev_info::attrs

◆ has_children

unsigned short abbrev_info::has_children

◆ next

struct abbrev_info* abbrev_info::next

◆ num_attrs

unsigned short abbrev_info::num_attrs

◆ number

unsigned int abbrev_info::number

Definition at line 1476 of file dwarf2read.c.

Referenced by abbrev_table_lookup_abbrev(), and abbrev_table_read_table().

◆ tag

enum dwarf_tag abbrev_info::tag

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