Rizin
unix-like reverse engineering framework and cli tools
rz_space_event_t Struct Reference

#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
 

Detailed Description

Definition at line 39 of file rz_spaces.h.

Member Data Documentation

◆ 

struct { ... } rz_space_event_t::count

◆ 

◆ newname

const char* rz_space_event_t::newname

Definition at line 50 of file rz_spaces.h.

◆ oldname

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().

◆ res

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().

◆ space

const RzSpace* rz_space_event_t::space

Definition at line 42 of file rz_spaces.h.

◆ 

struct { ... } rz_space_event_t::unset

The documentation for this struct was generated from the following file: