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

#include <rz_reg.h>

Public Attributes

RzRegisterType type
 Reg type. More...
 
RzRegisterType arena_type
 The arena the register belongs to (e.g. flags belong to gpr; xmm into fpu). More...
 
char * name
 Register name. More...
 
ut32 size
 Register size in bits. More...
 
ut32 packed
 Packet size of register in tes. More...
 
ut32 offset
 Offset into profile in bits. More...
 
char * comment
 Comment about register. More...
 
char * flags
 String describing the flags of the register. More...
 

Detailed Description

Definition at line 101 of file rz_reg.h.

Member Data Documentation

◆ arena_type

RzRegisterType RzRegProfileDef::arena_type

The arena the register belongs to (e.g. flags belong to gpr; xmm into fpu).

Definition at line 103 of file rz_reg.h.

◆ comment

char* RzRegProfileDef::comment

Comment about register.

Definition at line 108 of file rz_reg.h.

◆ flags

char* RzRegProfileDef::flags

String describing the flags of the register.

Definition at line 109 of file rz_reg.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ name

◆ offset

ut32 RzRegProfileDef::offset

Offset into profile in bits.

Definition at line 107 of file rz_reg.h.

◆ packed

ut32 RzRegProfileDef::packed

Packet size of register in tes.

Definition at line 106 of file rz_reg.h.

◆ size

ut32 RzRegProfileDef::size

Register size in bits.

Definition at line 105 of file rz_reg.h.

◆ type


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