|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_spaces.h>
Public Attributes | |
| union { | |
| struct { | |
| const RzSpace * space | |
| } count | |
| struct { | |
| const RzSpace * space | |
| } unset | |
| struct { | |
| const RzSpace * space | |
| const char * oldname | |
| const char * newname | |
| } rename | |
| } | data |
| int | res |
Definition at line 39 of file rz_spaces.h.
| struct { ... } rz_space_event_t::count |
Referenced by count_flags_in_space(), meta_count_for(), and rz_spaces_count().
| union { ... } rz_space_event_t::data |
| const char* rz_space_event_t::newname |
Definition at line 50 of file rz_spaces.h.
| const char* rz_space_event_t::oldname |
Definition at line 49 of file rz_spaces.h.
| struct { ... } rz_space_event_t::rename |
Referenced by rz_spaces_rename().
| int rz_space_event_t::res |
Definition at line 53 of file rz_spaces.h.
Referenced by count_flags_in_space(), meta_count_for(), and rz_spaces_count().
Definition at line 42 of file rz_spaces.h.
| struct { ... } rz_space_event_t::unset |
Referenced by meta_unset_for(), spaces_unset_single(), and unset_flagspace().