Home
last modified time | relevance | path

Searched refs:LUAC_TAIL (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlundump.h23 #define LUAC_TAIL "\x19\x93\r\n\x1a\n" macro
26 #define LUAC_HEADERSIZE (sizeof(LUA_SIGNATURE)-sizeof(char)+2+6+sizeof(LUAC_TAIL)-sizeof(char))
Dlundump.c257 memcpy(h,LUAC_TAIL,sizeof(LUAC_TAIL)-sizeof(char)); in luaU_header()