|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| VariableLocationKind | kind |
| ut64 | address |
| ut64 | reg_num |
| st64 | offset |
| const char * | reg_name |
Definition at line 41 of file dwarf_process.c.
| ut64 dwarf_var_location_t::address |
Definition at line 43 of file dwarf_process.c.
Referenced by capstone.CsInsn::__repr__(), parse_dwarf_location(), and sdb_save_dwarf_function().
| 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().
| 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().
| 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().
| ut64 dwarf_var_location_t::reg_num |
Definition at line 44 of file dwarf_process.c.
Referenced by parse_dwarf_location().