Rizin
unix-like reverse engineering framework and cli tools
|
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... | |
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.
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().
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().