Rizin
unix-like reverse engineering framework and cli tools
|
op structure for blk
(label -> data eff -> ctrl eff -> unit eff)
More...
#include <rz_il_opcodes.h>
Public Attributes | |
const char * | label |
name of the label, const one More... | |
RzILOpEffect * | data_eff |
index of data_eff More... | |
RzILOpEffect * | ctrl_eff |
index of ctrl_eff More... | |
op structure for blk
(label -> data eff -> ctrl eff -> unit eff)
blk lbl data ctrl a labeled sequence of effects.
Definition at line 217 of file rz_il_opcodes.h.
RzILOpEffect* rzil_op_blk_t::ctrl_eff |
index of ctrl_eff
Definition at line 220 of file rz_il_opcodes.h.
Referenced by il_opdmp_blk(), and rz_il_handler_blk().
RzILOpEffect* rzil_op_blk_t::data_eff |
index of data_eff
Definition at line 219 of file rz_il_opcodes.h.
Referenced by il_opdmp_blk(), and rz_il_handler_blk().
const char* rzil_op_blk_t::label |
name of the label, const one
Definition at line 218 of file rz_il_opcodes.h.
Referenced by il_opdmp_blk(), and rz_il_handler_blk().