Rizin
unix-like reverse engineering framework and cli tools
|
Store upvalue attributes. More...
#include <luac_common.h>
Public Attributes | |
ut8 | instack |
is in stack More... | |
ut8 | idx |
index More... | |
ut8 | kind |
kind More... | |
ut64 | offset |
offset of this upvalue More... | |
Store upvalue attributes.
Definition at line 104 of file luac_common.h.
ut8 lua_upvalue_entry::idx |
ut8 lua_upvalue_entry::instack |
ut8 lua_upvalue_entry::kind |
ut64 lua_upvalue_entry::offset |
offset of this upvalue
Definition at line 109 of file luac_common.h.
Referenced by _luac_build_info(), and lua_parse_upvalue_entry().