Rizin
unix-like reverse engineering framework and cli tools
|
op structure for Seq
('a eff -> 'a eff -> 'a eff)
More...
#include <rz_il_opcodes.h>
Public Attributes | |
RzILOpEffect * | x |
perform this first More... | |
RzILOpEffect * | y |
perform this second More... | |
op structure for Seq
('a eff -> 'a eff -> 'a eff)
seq x y performs effect x, after that perform effect y. Pack two effects into one.
Definition at line 207 of file rz_il_opcodes.h.
RzILOpEffect* rz_il_op_args_seq_t::x |
perform this first
Definition at line 208 of file rz_il_opcodes.h.
Referenced by il_opdmp_seq_inner(), rz_il_handler_seq(), and rz_il_op_new_seqn().
RzILOpEffect* rz_il_op_args_seq_t::y |
perform this second
Definition at line 209 of file rz_il_opcodes.h.
Referenced by il_opdmp_seq_inner(), rz_il_handler_seq(), and rz_il_op_new_seqn().