Rizin
unix-like reverse engineering framework and cli tools
|
op structure for goto
(label -> ctrl eff)
More...
#include <rz_il_opcodes.h>
Public Attributes | |
const char * | lbl |
name of the label, const one More... | |
op structure for goto
(label -> ctrl eff)
goto lbl passes the control to a program labeled with lbl.
Definition at line 198 of file rz_il_opcodes.h.
const char* rz_il_op_args_goto_t::lbl |
name of the label, const one
Definition at line 199 of file rz_il_opcodes.h.
Referenced by il_opdmp_goto(), and rz_il_handler_goto().