Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_type.h>
Public Attributes | |
char * | cpu |
int | bits |
int | addr_bits |
size of a pointer if > 0, otherwise bits is used. More... | |
char * | os |
bool | big_endian |
const char * | default_type |
int rz_type_target_t::addr_bits |
size of a pointer if > 0, otherwise bits is used.
Definition at line 23 of file rz_type.h.
Referenced by rz_type_db_pointer_size(), and rz_type_db_set_address_bits().
bool rz_type_target_t::big_endian |
Definition at line 25 of file rz_type.h.
Referenced by rz_type_db_set_endian(), and rz_type_format_data_internal().
int rz_type_target_t::bits |
Definition at line 22 of file rz_type.h.
Referenced by rz_type_db_pointer_size(), rz_type_db_reload(), rz_type_db_set_bits(), rz_type_format_data_internal(), and rz_type_format_struct_size().
char* rz_type_target_t::cpu |
Definition at line 21 of file rz_type.h.
Referenced by rz_type_db_free(), rz_type_db_reload(), and rz_type_db_set_cpu().
const char* rz_type_target_t::default_type |
Definition at line 26 of file rz_type.h.
Referenced by rz_type_db_free(), rz_type_db_new(), rz_type_is_default(), rz_type_new_default(), and set_default_type().
char* rz_type_target_t::os |
Definition at line 24 of file rz_type.h.
Referenced by rz_type_db_free(), rz_type_db_reload(), and rz_type_db_set_os().