Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_spaces.h>
Public Attributes | |
const char * | name |
RzSpace * | current |
RBTree | spaces |
RzList * | spacestack |
RzEvent * | event |
Definition at line 56 of file rz_spaces.h.
RzSpace* rz_spaces_t::current |
Definition at line 58 of file rz_spaces.h.
RzEvent* rz_spaces_t::event |
Definition at line 61 of file rz_spaces.h.
Referenced by rz_analysis_new().
const char* rz_spaces_t::name |
Definition at line 57 of file rz_spaces.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().
RBTree rz_spaces_t::spaces |
Definition at line 59 of file rz_spaces.h.
RzList* rz_spaces_t::spacestack |
Definition at line 60 of file rz_spaces.h.
Referenced by rz_flag_space_stack_list_handler().