|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_analysis.h>
Public Attributes | |
| ut64 | addr |
| ut64 | min_val |
| ut64 | def_val |
| ut64 | max_val |
| RzList * | cases |
| RzType * | enum_type |
Definition at line 486 of file rz_analysis.h.
| ut64 rz_analysis_switch_obj_t::addr |
Definition at line 487 of file rz_analysis.h.
Referenced by bb_info_print(), ds_show_flags(), rz_analysis_switch_op_new(), and rz_analysis_update_analysis_range().
| RzList* rz_analysis_switch_obj_t::cases |
Definition at line 491 of file rz_analysis.h.
Referenced by __switch_op_new(), bb_info_print(), core_analysis_graph_construct_edges(), get_bbnodes(), get_next_i(), graph_construct_edges(), isbbfew(), rz_analysis_block_recurse_depth_first(), rz_analysis_block_successor_addrs_foreach(), rz_analysis_function_complexity(), rz_analysis_switch_op_add_case(), rz_analysis_switch_op_free(), rz_core_print_bb_custom(), and rz_core_print_bb_gml().
| ut64 rz_analysis_switch_obj_t::def_val |
Definition at line 489 of file rz_analysis.h.
Referenced by __switch_op_new(), bb_info_print(), and rz_analysis_switch_op_new().
| RzType* rz_analysis_switch_obj_t::enum_type |
Definition at line 492 of file rz_analysis.h.
Referenced by ds_show_flags().
| ut64 rz_analysis_switch_obj_t::max_val |
Definition at line 490 of file rz_analysis.h.
Referenced by __switch_op_new(), bb_info_print(), and rz_analysis_switch_op_new().
| ut64 rz_analysis_switch_obj_t::min_val |
Definition at line 488 of file rz_analysis.h.
Referenced by __switch_op_new(), bb_info_print(), and rz_analysis_switch_op_new().