Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldblib.c256 #define gethooktable(L) luaL_getsubtable(L, LUA_REGISTRYINDEX, HOOKKEY) macro
262 gethooktable(L); in hookf()
310 if (gethooktable(L) == 0) { /* creating hook table? */ in db_sethook()
333 gethooktable(L); in db_gethook()