Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_list.h>
Public Attributes | |
RzListIter * | head |
RzListIter * | tail |
RzListFree | free |
ut32 | length |
bool | sorted |
RzListFree rz_list_t::free |
Definition at line 21 of file rz_list.h.
Referenced by __save_old_sections(), __switch_op_new(), bsd_desc_list(), combine_sequences(), entries(), mem(), relocs(), rz_analysis_block_chop_noreturn(), rz_analysis_get_fcns(), rz_analysis_rtti_itanium_recover_all(), rz_bin_object_set_items(), rz_bin_reloc_storage_new(), rz_bp_traptrace_reset(), rz_config_free(), rz_cons_hud_string(), rz_core_cmp_disasm(), rz_core_debug_continue_until(), rz_core_init(), rz_debug_trace_new(), rz_debug_trace_reset(), rz_graph_new(), rz_graph_reset(), rz_lang_new(), rz_list_clone(), rz_list_newf(), sections(), symbols(), update_asmbits_options(), update_asmcpu_options(), update_asmfeatures_options(), and update_asmplatforms_options().
RzListIter* rz_list_t::head |
Definition at line 19 of file rz_list.h.
Referenced by agraph_print_edges(), ds_show_flags(), ds_show_xrefs(), get_next_i(), print_rop(), rz_analysis_block_chop_noreturn(), rz_cmd_kuery(), rz_core_search_rop(), and rz_table_transpose().
ut32 rz_list_t::length |
Definition at line 22 of file rz_list.h.
Referenced by agraph_print_edges(), cmd_descriptor_init(), InitHeapInfo(), recovery_analysis_complete_object_locator(), rz_cons_hud(), rz_debug_reg_sync(), rz_w32_add_winmsg_breakpoint(), and rz_w32_print_windows().
bool rz_list_t::sorted |
Definition at line 23 of file rz_list.h.
Referenced by agraph_print_edges(), rz_list_clone(), and rz_range_sort().
RzListIter* rz_list_t::tail |
Definition at line 20 of file rz_list.h.
Referenced by ds_show_flags(), and ds_show_xrefs().