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

#include <rz_type.h>

Public Attributes

char * name
 
RzTypetype
 
ut64 size
 
RzBaseTypeKind kind
 
RzTypeAttribute attrs
 
union {
   RzBaseTypeStruct   struct_data
 
   RzBaseTypeEnum   enum_data
 
   RzBaseTypeUnion   union_data
 
}; 
 

Detailed Description

Definition at line 111 of file rz_type.h.

Member Data Documentation

◆ 

union { ... }

◆ attrs

RzTypeAttribute rz_base_type_t::attrs

Definition at line 116 of file rz_type.h.

Referenced by parse_enum(), parse_structure(), and parse_union().

◆ enum_data

◆ kind

◆ name

◆ size

◆ struct_data

◆ type

◆ union_data


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