Searched defs:seeglb (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A 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) { argument
135 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL));
198 static void *ll_load (lua_State *L, const char *path, int seeglb) { argument
200 (void)(seeglb); /* not used: symbols are 'global' by default */
234 static void *ll_load (lua_State *L, const char *path, int seeglb) { argument
235 (void)(path); (void)(seeglb); /* not used */

Completed in 65 milliseconds