|
Rizin
unix-like reverse engineering framework and cli tools
|
Store local var names and other info. More...
#include <luac_common.h>
Public Attributes | |
| ut8 * | varname |
| 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... | |
Store local var names and other info.
Definition at line 137 of file luac_common.h.
| int lua_local_var_entry::end_pc |
first deactive position
Definition at line 141 of file luac_common.h.
Referenced by lua_parse_debug().
| 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().
| int lua_local_var_entry::start_pc |
first active position
Definition at line 140 of file luac_common.h.
Referenced by lua_parse_debug().
| 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().
| 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().