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

#include <rz_reg.h>

Public Attributes

char * profile
 
char * reg_profile_cmt
 
char * reg_profile_str
 
RzRegProfile reg_profile
 
char * name [RZ_REG_NAME_LAST]
 
RzRegSet regset [RZ_REG_TYPE_LAST]
 
RzListallregs
 
RzListroregs
 
int iters
 
int arch
 
int bits
 
int size
 
bool is_thumb
 
bool big_endian
 

Detailed Description

Definition at line 144 of file rz_reg.h.

Member Data Documentation

◆ allregs

RzList* rz_reg_t::allregs

Definition at line 151 of file rz_reg.h.

Referenced by _restore_registers(), and rz_analysis_esil_trace_restore().

◆ arch

int rz_reg_t::arch

Definition at line 154 of file rz_reg.h.

Referenced by test_group_name.GroupTest::run().

◆ big_endian

bool rz_reg_t::big_endian

Definition at line 158 of file rz_reg.h.

Referenced by rz_analysis_set_big_endian().

◆ bits

int rz_reg_t::bits

Definition at line 155 of file rz_reg.h.

◆ is_thumb

bool rz_reg_t::is_thumb

Definition at line 157 of file rz_reg.h.

◆ iters

int rz_reg_t::iters

Definition at line 153 of file rz_reg.h.

◆ name

◆ profile

char* rz_reg_t::profile

Definition at line 145 of file rz_reg.h.

◆ reg_profile

RzRegProfile rz_reg_t::reg_profile

Definition at line 148 of file rz_reg.h.

◆ reg_profile_cmt

char* rz_reg_t::reg_profile_cmt

Definition at line 146 of file rz_reg.h.

◆ reg_profile_str

char* rz_reg_t::reg_profile_str

Definition at line 147 of file rz_reg.h.

◆ regset

◆ roregs

RzList* rz_reg_t::roregs

Definition at line 152 of file rz_reg.h.

Referenced by cb_analysis_roregs().

◆ size

int rz_reg_t::size

Definition at line 156 of file rz_reg.h.

Referenced by rz_debug_reg_sync().


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