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

op structure for var ('a var -> 'a pure) More...

#include <rz_il_opcodes.h>

Public Attributes

const char * v
 name of variable, const one More...
 
RzILVarKind kind
 set of variables to pick from More...
 

Detailed Description

op structure for var ('a var -> 'a pure)

var v is the value of the variable v.

Definition at line 260 of file rz_il_opcodes.h.

Member Data Documentation

◆ kind

RzILVarKind rz_il_op_args_var_t::kind

set of variables to pick from

Definition at line 262 of file rz_il_opcodes.h.

Referenced by rz_il_handler_var().

◆ v

const char* rz_il_op_args_var_t::v

name of variable, const one

Definition at line 261 of file rz_il_opcodes.h.

Referenced by il_opdmp_var(), and rz_il_handler_var().


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