Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static RzFlagZoneItem * | rz_flag_zone_get (RzFlag *f, const char *name) |
static RzFlagZoneItem * | rz_flag_zone_get_inrange (RzFlag *f, ut64 from, ut64 to) |
RZ_API bool | rz_flag_zone_add (RzFlag *f, const char *name, ut64 addr) |
RZ_API bool | rz_flag_zone_reset (RzFlag *f) |
RZ_API bool | rz_flag_zone_del (RzFlag *f, const char *name) |
RZ_API void | rz_flag_zone_item_free (void *a) |
RZ_API bool | rz_flag_zone_around (RzFlag *f, ut64 addr, const char **prev, const char **next) |
RZ_API RzList * | rz_flag_zone_barlist (RzFlag *f, ut64 from, ut64 bsize, int rows) |
Definition at line 29 of file zones.c.
References addr, f, rz_flag_zone_item_t::from, from, rz_flag_zone_item_t::name, rz_flag_zone_get(), rz_flag_zone_reset(), rz_list_append(), RZ_NEW0, rz_return_val_if_fail, strdup(), and rz_flag_zone_item_t::to.
Referenced by rz_flag_zone_add_handler().
Definition at line 75 of file zones.c.
References addr, f, rz_flag_zone_item_t::from, h, rz_flag_zone_item_t::name, NULL, rz_flag_zone_item_t::to, ut64(), and UT64_MAX.
Referenced by rz_flag_zone_around_handler(), and visual_flagzone().
Definition at line 130 of file zones.c.
References f, from, i, list(), rz_flag_zone_item_t::name, NULL, rz_flag_zone_get_inrange(), rz_list_append(), and rz_list_newf().
Referenced by rz_core_print_scrollbar(), and rz_core_print_scrollbar_bottom().
Definition at line 57 of file zones.c.
References f, rz_flag_zone_item_t::name, and rz_list_delete().
Referenced by rz_flag_zone_remove_handler().
|
static |
Definition at line 7 of file zones.c.
References f, rz_flag_zone_item_t::name, and NULL.
Referenced by rz_flag_zone_add().
|
static |
Definition at line 18 of file zones.c.
References f, rz_flag_zone_item_t::from, from, NULL, RZ_BETWEEN, and to.
Referenced by rz_flag_zone_barlist().
RZ_API void rz_flag_zone_item_free | ( | void * | a | ) |
Definition at line 69 of file zones.c.
References a, free(), and rz_flag_zone_item_t::name.
Referenced by rz_flag_zone_reset().
Definition at line 51 of file zones.c.
References f, rz_flag_zone_item_free(), rz_list_free(), and rz_list_newf().
Referenced by rz_flag_zone_add(), rz_flag_zone_remove_all_handler(), and rz_serialize_flag_load().