Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_list.h>
Public Attributes | |
void * | data |
struct rz_list_iter_t * | n |
struct rz_list_iter_t * | p |
void* rz_list_iter_t::data |
Definition at line 14 of file rz_list.h.
Referenced by _merge(), arm_tokenize(), dalvik_tokenize(), delete_dup_edges(), find_library(), find_thread(), flirt_node_optimize(), flirt_node_shorten_and_insert(), get_next_i(), get_object(), match_bin_entries(), module_match_buffer(), print_rop(), test_group_name.GroupTest::run(), rz_analysis_block_chop_noreturn(), rz_bin_pe_get_clr_symbols(), rz_core_search_rop(), rz_graph_get_node(), rz_io_ar_open_many(), rz_list_add_sorted(), rz_list_append(), rz_list_del_n(), rz_list_get_n(), rz_list_insert(), rz_list_insertion_sort(), rz_list_item_new(), rz_list_prepend(), rz_list_reverse(), rz_list_set_n(), rz_reg_arena_swap(), rz_xnu_get_thread(), set_plugin_configs(), sh_tokenize(), unset_plugins_config(), and z80_tokenize().
struct rz_list_iter_t* rz_list_iter_t::n |
Definition at line 15 of file rz_list.h.
Referenced by _merge(), delete_dup_edges(), flirt_print_module(), get_next_i(), match_bin_entries(), module_match_buffer(), rz_analysis_block_automerge(), rz_analysis_block_chop_noreturn(), rz_bin_pe_get_clr_symbols(), rz_core_search_rop(), rz_list_add_sorted(), rz_list_append(), rz_list_del_n(), rz_list_get_n(), rz_list_insert(), rz_list_insertion_sort(), rz_list_prepend(), rz_list_purge(), rz_list_reverse(), rz_list_set_n(), and types_xrefs_summary().
struct rz_list_iter_t * rz_list_iter_t::p |
Definition at line 15 of file rz_list.h.
Referenced by _merge(), rz_list_add_sorted(), rz_list_append(), rz_list_del_n(), rz_list_insert(), rz_list_prepend(), and rz_list_reverse().