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

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

Detailed Description

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.

Member Data Documentation

◆ lbl

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


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