Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
ut64 | addr |
const char * | name |
const char * | signature |
bool | is_external |
bool | is_method |
bool | is_virtual |
bool | is_trampoline |
ut8 | access |
ut64 | vtable_addr |
ut64 | call_conv |
Definition at line 21 of file dwarf_process.c.
ut8 dwarf_function_t::access |
Definition at line 29 of file dwarf_process.c.
Referenced by parse_function().
ut64 dwarf_function_t::addr |
Definition at line 22 of file dwarf_process.c.
Referenced by parse_function(), and sdb_save_dwarf_function().
ut64 dwarf_function_t::call_conv |
Definition at line 31 of file dwarf_process.c.
bool dwarf_function_t::is_external |
Definition at line 25 of file dwarf_process.c.
Referenced by parse_function().
bool dwarf_function_t::is_method |
Definition at line 26 of file dwarf_process.c.
Referenced by parse_function().
bool dwarf_function_t::is_trampoline |
Definition at line 28 of file dwarf_process.c.
Referenced by parse_function().
bool dwarf_function_t::is_virtual |
Definition at line 27 of file dwarf_process.c.
Referenced by parse_function().
const char* dwarf_function_t::name |
Definition at line 23 of file dwarf_process.c.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), parse_function(), test_group_name.GroupTest::run(), sdb_save_dwarf_function(), and cmd_descs_generate.CmdDesc::str_tab().
const char* dwarf_function_t::signature |
Definition at line 24 of file dwarf_process.c.
Referenced by parse_function(), and sdb_save_dwarf_function().
ut64 dwarf_function_t::vtable_addr |
Definition at line 30 of file dwarf_process.c.
Referenced by parse_function().