Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
dwarf_cfa_cie Struct Reference

Data Fields

ptrdiff_t offset
 
uint8_t version
 
uint8_t segment_size
 
unsigned int code_alignment_factor
 
int data_alignment_factor
 
unsigned int return_address_register
 
unsigned int fde_encoding
 
unsigned int lsda_encoding
 
uint64_t personality
 
char * aug
 
unsigned int auglen
 
GHashTable * default_regrules
 

Detailed Description

Definition at line 94 of file dwarf_cfa.c.

Field Documentation

char* dwarf_cfa_cie::aug

Definition at line 104 of file dwarf_cfa.c.

unsigned int dwarf_cfa_cie::auglen

Definition at line 105 of file dwarf_cfa.c.

unsigned int dwarf_cfa_cie::code_alignment_factor

Definition at line 98 of file dwarf_cfa.c.

int dwarf_cfa_cie::data_alignment_factor

Definition at line 99 of file dwarf_cfa.c.

GHashTable* dwarf_cfa_cie::default_regrules

Definition at line 107 of file dwarf_cfa.c.

unsigned int dwarf_cfa_cie::fde_encoding

Definition at line 101 of file dwarf_cfa.c.

unsigned int dwarf_cfa_cie::lsda_encoding

Definition at line 102 of file dwarf_cfa.c.

ptrdiff_t dwarf_cfa_cie::offset

Definition at line 95 of file dwarf_cfa.c.

uint64_t dwarf_cfa_cie::personality

Definition at line 103 of file dwarf_cfa.c.

unsigned int dwarf_cfa_cie::return_address_register

Definition at line 100 of file dwarf_cfa.c.

uint8_t dwarf_cfa_cie::segment_size

Definition at line 97 of file dwarf_cfa.c.

uint8_t dwarf_cfa_cie::version

Definition at line 96 of file dwarf_cfa.c.


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