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

#include <rz_print.h>

Public Attributes

const RzRegSetreg_sets
 Array of reg sets used to lookup register names during parsing. More...
 
ut32 ana_op_type
 Analysis op type (see: _RzAnalysisOpType) of the token string to parse. More...
 

Detailed Description

Definition at line 78 of file rz_print.h.

Member Data Documentation

◆ ana_op_type

ut32 RzAsmParseParam::ana_op_type

Analysis op type (see: _RzAnalysisOpType) of the token string to parse.

Definition at line 80 of file rz_print.h.

Referenced by rz_asm_get_parse_param().

◆ reg_sets

const RzRegSet* RzAsmParseParam::reg_sets

Array of reg sets used to lookup register names during parsing.

Definition at line 79 of file rz_print.h.

Referenced by rz_asm_get_parse_param().


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