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

#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
 

Detailed Description

Definition at line 20 of file rz_type.h.

Member Data Documentation

◆ addr_bits

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

◆ big_endian

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

◆ bits

◆ cpu

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

◆ default_type

const char* rz_type_target_t::default_type

◆ os

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


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