|
Rizin
unix-like reverse engineering framework and cli tools
|
Store constant type, data, and offset of this constant in luac file. More...
#include <luac_common.h>
Public Attributes | |
| ut8 | tag |
| type of this constant, see LUA_V* macros in luac_common.h More... | |
| void * | data |
| can be Number/Integer/String More... | |
| int | data_len |
| len of data More... | |
| ut64 | offset |
| addr of this constant More... | |
Store constant type, data, and offset of this constant in luac file.
Definition at line 93 of file luac_common.h.
| void* lua_constant_entry::data |
can be Number/Integer/String
Definition at line 95 of file luac_common.h.
Referenced by _luac_build_info(), lua_parse_const_entry(), and test_group_name.GroupTest::run().
| int lua_constant_entry::data_len |
len of data
Definition at line 96 of file luac_common.h.
Referenced by _luac_build_info(), and lua_parse_const_entry().
| ut64 lua_constant_entry::offset |
addr of this constant
Definition at line 97 of file luac_common.h.
Referenced by _luac_build_info(), and lua_parse_const_entry().
| ut8 lua_constant_entry::tag |
type of this constant, see LUA_V* macros in luac_common.h
Definition at line 94 of file luac_common.h.
Referenced by _luac_build_info(), and lua_parse_const_entry().