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

#include <rz_reg.h>

Public Attributes

RzRegisterId role
 Register role (PC, Argument etc.) More...
 
char * alias
 Alias of register. More...
 
char * reg_name
 Real register name of alias. More...
 

Detailed Description

Definition at line 95 of file rz_reg.h.

Member Data Documentation

◆ alias

char* RzRegProfileAlias::alias

Alias of register.

Definition at line 97 of file rz_reg.h.

Referenced by parse_alias(), and rz_reg_profile_alias_free().

◆ reg_name

char* RzRegProfileAlias::reg_name

Real register name of alias.

Definition at line 98 of file rz_reg.h.

Referenced by parse_alias(), rz_reg_profile_alias_free(), and rz_reg_set_reg_profile().

◆ role

RzRegisterId RzRegProfileAlias::role

Register role (PC, Argument etc.)

Definition at line 96 of file rz_reg.h.

Referenced by parse_alias(), and rz_reg_set_reg_profile().


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