Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c112 static void *ll_load (lua_State *L, const char *path, int seeglb);
134 static void *ll_load (lua_State *L, const char *path, int seeglb) { in ll_load() function
198 static void *ll_load (lua_State *L, const char *path, int seeglb) { in ll_load() function
234 static void *ll_load (lua_State *L, const char *path, int seeglb) { in ll_load() function
289 reg = ll_load(L, path, *sym == '*'); in ll_loadfunc()