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

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

Detailed Description

Store constant type, data, and offset of this constant in luac file.

Definition at line 93 of file luac_common.h.

Member Data Documentation

◆ data

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

◆ data_len

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

◆ offset

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

◆ tag

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


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