Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_idpool.h>
Public Attributes | |
RzIDPool * | pool |
void ** | data |
ut32 | top_id |
ut32 | size |
Definition at line 27 of file rz_idpool.h.
void** rz_id_storage_t::data |
Definition at line 29 of file rz_idpool.h.
Referenced by id_storage_reallocate(), test_group_name.GroupTest::run(), rz_id_storage_delete(), rz_id_storage_foreach(), rz_id_storage_free(), rz_id_storage_get(), rz_id_storage_get_highest(), rz_id_storage_get_lowest(), rz_id_storage_get_next(), rz_id_storage_get_prev(), rz_id_storage_set(), rz_oids_first(), rz_oids_foreach(), rz_oids_foreach_prev(), and rz_oids_last().
RzIDPool* rz_id_storage_t::pool |
Definition at line 28 of file rz_idpool.h.
Referenced by rz_bin_file_free(), rz_id_storage_add(), rz_id_storage_delete(), rz_id_storage_free(), rz_id_storage_new(), rz_id_storage_set(), rz_io_desc_new(), and rz_oids_to_rear().
ut32 rz_id_storage_t::size |
Definition at line 31 of file rz_idpool.h.
Referenced by id_storage_reallocate(), rz_id_storage_delete(), rz_id_storage_get(), rz_id_storage_get_highest(), rz_id_storage_get_lowest(), rz_id_storage_get_next(), rz_id_storage_get_prev(), and rz_id_storage_set().
ut32 rz_id_storage_t::top_id |
Definition at line 30 of file rz_idpool.h.
Referenced by rz_id_storage_delete(), rz_id_storage_foreach(), and rz_id_storage_set().