|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_reg.h>
Public Attributes | |
| char * | profile |
| char * | reg_profile_cmt |
| char * | reg_profile_str |
| RzRegProfile | reg_profile |
| char * | name [RZ_REG_NAME_LAST] |
| RzRegSet | regset [RZ_REG_TYPE_LAST] |
| RzList * | allregs |
| RzList * | roregs |
| int | iters |
| int | arch |
| int | bits |
| int | size |
| bool | is_thumb |
| bool | big_endian |
| RzList* rz_reg_t::allregs |
Definition at line 151 of file rz_reg.h.
Referenced by _restore_registers(), and rz_analysis_esil_trace_restore().
| int rz_reg_t::arch |
Definition at line 154 of file rz_reg.h.
Referenced by test_group_name.GroupTest::run().
| bool rz_reg_t::big_endian |
Definition at line 158 of file rz_reg.h.
Referenced by rz_analysis_set_big_endian().
| char* rz_reg_t::name[RZ_REG_NAME_LAST] |
Definition at line 149 of file rz_reg.h.
Referenced by __analysis_fcn_check_bp_use(), cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), can_affect_bp(), core_analysis_var_list_show(), ds_show_functions(), esilbreak_check_pc(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), run_basic_block_analysis(), rz_core_analysis_var_display(), rz_core_debug_continue_until(), rz_debug_add_checkpoint(), rz_debug_continue_back(), rz_debug_continue_kill(), rz_debug_continue_until_internal(), rz_debug_continue_until_optype(), rz_debug_esil_stepi(), rz_debug_execute(), rz_debug_step_over(), rz_debug_step_soft(), rz_debug_trace_ins_before(), rz_debug_wait(), step_until_optype(), cmd_descs_generate.CmdDesc::str_tab(), subvar(), and var_variables_show().
| RzRegProfile rz_reg_t::reg_profile |
| RzRegSet rz_reg_t::regset[RZ_REG_TYPE_LAST] |
Definition at line 150 of file rz_reg.h.
Referenced by _set_initial_registers(), rz_analysis_esil_trace_new(), rz_analysis_esil_trace_restore(), rz_analysis_rzil_trace_new(), rz_debug_add_checkpoint(), rz_debug_gdb_reg_write(), and rz_debug_reg_sync().
| RzList* rz_reg_t::roregs |
Definition at line 152 of file rz_reg.h.
Referenced by cb_analysis_roregs().
| int rz_reg_t::size |
Definition at line 156 of file rz_reg.h.
Referenced by rz_debug_reg_sync().