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

Store local var names and other info. More...

#include <luac_common.h>

Public Attributes

ut8varname
 name of this variable More...
 
int varname_len
 length of name More...
 
int start_pc
 first active position More...
 
int end_pc
 first deactive position More...
 
ut64 offset
 offset of this entry More...
 

Detailed Description

Store local var names and other info.

Definition at line 137 of file luac_common.h.

Member Data Documentation

◆ end_pc

int lua_local_var_entry::end_pc

first deactive position

Definition at line 141 of file luac_common.h.

Referenced by lua_parse_debug().

◆ offset

ut64 lua_local_var_entry::offset

offset of this entry

Definition at line 142 of file luac_common.h.

Referenced by _luac_build_info(), and lua_parse_debug().

◆ start_pc

int lua_local_var_entry::start_pc

first active position

Definition at line 140 of file luac_common.h.

Referenced by lua_parse_debug().

◆ varname

ut8* lua_local_var_entry::varname

name of this variable

Definition at line 138 of file luac_common.h.

Referenced by _luac_build_info(), and lua_parse_debug().

◆ varname_len

int lua_local_var_entry::varname_len

length of name

Definition at line 139 of file luac_common.h.

Referenced by _luac_build_info(), and lua_parse_debug().


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