Home
last modified time | relevance | path

Searched refs:seeglb (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() argument
135 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in ll_load()
198 static void *ll_load (lua_State *L, const char *path, int seeglb) { in ll_load() argument
200 (void)(seeglb); /* not used: symbols are 'global' by default */ in ll_load()
234 static void *ll_load (lua_State *L, const char *path, int seeglb) { in ll_load() argument
235 (void)(path); (void)(seeglb); /* not used */ in ll_load()