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

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

Detailed Description

Store upvalue attributes.

Definition at line 104 of file luac_common.h.

Member Data Documentation

◆ idx

ut8 lua_upvalue_entry::idx

index

Definition at line 107 of file luac_common.h.

Referenced by lua_parse_upvalue_entry().

◆ instack

ut8 lua_upvalue_entry::instack

is in stack

Definition at line 106 of file luac_common.h.

Referenced by lua_parse_upvalue_entry().

◆ kind

ut8 lua_upvalue_entry::kind

kind

Definition at line 108 of file luac_common.h.

Referenced by lua_parse_upvalue_entry().

◆ offset

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


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