Rizin
unix-like reverse engineering framework and cli tools
dwarf_var_location_t Struct Reference

Public Attributes

VariableLocationKind kind
 
ut64 address
 
ut64 reg_num
 
st64 offset
 
const char * reg_name
 

Detailed Description

Definition at line 41 of file dwarf_process.c.

Member Data Documentation

◆ address

ut64 dwarf_var_location_t::address

◆ kind

VariableLocationKind dwarf_var_location_t::kind

Definition at line 42 of file dwarf_process.c.

Referenced by parse_dwarf_location(), and sdb_save_dwarf_function().

◆ offset

st64 dwarf_var_location_t::offset

Definition at line 45 of file dwarf_process.c.

Referenced by parse_dwarf_location(), and sdb_save_dwarf_function().

◆ reg_name

const char* dwarf_var_location_t::reg_name

Definition at line 46 of file dwarf_process.c.

Referenced by parse_dwarf_location(), and sdb_save_dwarf_function().

◆ reg_num

ut64 dwarf_var_location_t::reg_num

Definition at line 44 of file dwarf_process.c.

Referenced by parse_dwarf_location().


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