ReactOS 0.4.15-dev-7907-g95bf896
DwarfAbbrev Struct Reference

#include <dwarf.h>

Collaboration diagram for DwarfAbbrev:

Public Attributes

ulong num
 
ulong tag
 
uchar haskids
 
DwarfAttrattr
 
int nattr
 

Detailed Description

Definition at line 425 of file dwarf.h.

Member Data Documentation

◆ attr

DwarfAttr * DwarfAbbrev::attr

Definition at line 430 of file dwarf.h.

Referenced by parseabbrevs().

◆ haskids

uchar DwarfAbbrev::haskids

Definition at line 429 of file dwarf.h.

Referenced by parseabbrevs().

◆ nattr

int DwarfAbbrev::nattr

Definition at line 431 of file dwarf.h.

Referenced by parseabbrevs().

◆ num

ulong DwarfAbbrev::num

Definition at line 427 of file dwarf.h.

Referenced by parseabbrevs().

◆ tag

ulong DwarfAbbrev::tag

Definition at line 428 of file dwarf.h.

Referenced by parseabbrevs().


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