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

#include <rz_reg.h>

Public Attributes

RzRegArenaarena
 
RzListpool
 RzRegArena. More...
 
RzListregs
 RzRegItem. More...
 
HtPP * ht_regs
 name:RzRegItem More...
 
RzListItercur
 
ut32 maskregstype
 which type of regs has this register set (logic mask with 1 << RZ_REG_TYPE_XXX) More...
 

Detailed Description

Definition at line 135 of file rz_reg.h.

Member Data Documentation

◆ arena

◆ cur

RzListIter* rz_reg_set_t::cur

Definition at line 140 of file rz_reg.h.

◆ ht_regs

HtPP* rz_reg_set_t::ht_regs

name:RzRegItem

Definition at line 139 of file rz_reg.h.

◆ maskregstype

ut32 rz_reg_set_t::maskregstype

which type of regs has this register set (logic mask with 1 << RZ_REG_TYPE_XXX)

Definition at line 141 of file rz_reg.h.

Referenced by rz_debug_reg_sync().

◆ pool

RzList* rz_reg_set_t::pool

RzRegArena.

Definition at line 137 of file rz_reg.h.

◆ regs

RzList* rz_reg_set_t::regs

RzRegItem.

Definition at line 138 of file rz_reg.h.

Referenced by rz_debug_reg_sync().


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