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

#include <rz_il_opcodes.h>

Public Attributes

RzILOpEffectCode code
 
union {
   RzILOpArgsSet   set
 
   RzILOpArgsJmp   jmp
 
   RzILOpArgsGoto   goto_
 
   RzILOpArgsSeq   seq
 
   RzILOpArgsBlk   blk
 
   RzILOpArgsRepeat   repeat
 
   RzILOpArgsBranch   branch
 
   RzILOpArgsStore   store
 
   RzILOpArgsStoreW   storew
 
op
 

Detailed Description

Definition at line 511 of file rz_il_opcodes.h.

Member Data Documentation

◆ blk

RzILOpArgsBlk rz_il_op_effect_t::blk

Definition at line 518 of file rz_il_opcodes.h.

◆ branch

RzILOpArgsBranch rz_il_op_effect_t::branch

Definition at line 520 of file rz_il_opcodes.h.

◆ code

RzILOpEffectCode rz_il_op_effect_t::code

Definition at line 512 of file rz_il_opcodes.h.

Referenced by il_opdmp_seq_inner(), and rz_il_op_new_seqn().

◆ goto_

RzILOpArgsGoto rz_il_op_effect_t::goto_

Definition at line 516 of file rz_il_opcodes.h.

◆ jmp

RzILOpArgsJmp rz_il_op_effect_t::jmp

Definition at line 515 of file rz_il_opcodes.h.

◆ 

union { ... } rz_il_op_effect_t::op

Referenced by rz_il_op_new_seqn().

◆ repeat

RzILOpArgsRepeat rz_il_op_effect_t::repeat

Definition at line 519 of file rz_il_opcodes.h.

◆ seq

RzILOpArgsSeq rz_il_op_effect_t::seq

Definition at line 517 of file rz_il_opcodes.h.

Referenced by rz_il_op_new_seqn().

◆ set

RzILOpArgsSet rz_il_op_effect_t::set

Definition at line 514 of file rz_il_opcodes.h.

◆ store

RzILOpArgsStore rz_il_op_effect_t::store

Definition at line 522 of file rz_il_opcodes.h.

◆ storew

RzILOpArgsStoreW rz_il_op_effect_t::storew

Definition at line 523 of file rz_il_opcodes.h.


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