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

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...
 
RzILOpEffectdata_eff
 index of data_eff More...
 
RzILOpEffectctrl_eff
 index of ctrl_eff More...
 

Detailed Description

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.

Member Data Documentation

◆ ctrl_eff

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().

◆ data_eff

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().

◆ label

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().


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