ReactOS 0.4.15-dev-7924-g5949c20
DW2CIE Struct Reference

#include <dwarf2.h>

Public Attributes

ULONG Length
 
charNext
 
ULONG CieId
 
char Version
 
ULONG ReturnAddressRegister
 
ULONG AugStringLength
 
charAugString
 
ULONG AugLength
 
charAugData
 
ULONG CodeAlign
 
LONG DataAlign
 
charInstructions
 

Detailed Description

Definition at line 786 of file dwarf2.h.

Member Data Documentation

◆ AugData

char* DW2CIE::AugData

Definition at line 796 of file dwarf2.h.

Referenced by DwDecodeCie().

◆ AugLength

ULONG DW2CIE::AugLength

Definition at line 795 of file dwarf2.h.

Referenced by DwDecodeCie().

◆ AugString

char* DW2CIE::AugString

Definition at line 794 of file dwarf2.h.

Referenced by DwDecodeCie().

◆ AugStringLength

ULONG DW2CIE::AugStringLength

Definition at line 793 of file dwarf2.h.

Referenced by DwDecodeCie().

◆ CieId

ULONG DW2CIE::CieId

Definition at line 790 of file dwarf2.h.

Referenced by DwDecodeCie().

◆ CodeAlign

ULONG DW2CIE::CodeAlign

Definition at line 797 of file dwarf2.h.

Referenced by DwDecodeCie().

◆ DataAlign

LONG DW2CIE::DataAlign

Definition at line 798 of file dwarf2.h.

Referenced by DwDecodeCie().

◆ Instructions

char* DW2CIE::Instructions

Definition at line 799 of file dwarf2.h.

Referenced by DwDecodeCie(), and StoreUnwindInfo().

◆ Length

ULONG DW2CIE::Length

Definition at line 788 of file dwarf2.h.

Referenced by DwDecodeCie().

◆ Next

char* DW2CIE::Next

Definition at line 789 of file dwarf2.h.

Referenced by DwDecodeCie(), and StoreUnwindInfo().

◆ ReturnAddressRegister

ULONG DW2CIE::ReturnAddressRegister

Definition at line 792 of file dwarf2.h.

Referenced by DwDecodeCie().

◆ Version

char DW2CIE::Version

Definition at line 791 of file dwarf2.h.

Referenced by DwDecodeCie(), and StoreUnwindInfo().


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