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_regrule Struct Reference

Data Fields

dwarf_cfa_regrule_t rrt
 
union {
   uint64_t   reg
 
   struct {
      const unsigned char *   block
 
      unsigned int   len
 
   }   block
 
   struct {
      uint64_t   reg
 
      int64_t   offset
 
   }   offset
 
}; 
 

Detailed Description

Definition at line 62 of file dwarf_cfa.c.

Field Documentation

union { ... }
const unsigned char* dwarf_cfa_regrule::block

Definition at line 67 of file dwarf_cfa.c.

struct { ... } dwarf_cfa_regrule::block
unsigned int dwarf_cfa_regrule::len

Definition at line 68 of file dwarf_cfa.c.

int64_t dwarf_cfa_regrule::offset

Definition at line 72 of file dwarf_cfa.c.

struct { ... } dwarf_cfa_regrule::offset
uint64_t dwarf_cfa_regrule::reg

Definition at line 65 of file dwarf_cfa.c.

dwarf_cfa_regrule_t dwarf_cfa_regrule::rrt

Definition at line 63 of file dwarf_cfa.c.


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