Home
last modified time | relevance | path

Searched defs:lib (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c129 static void ll_unloadlib (void *lib) { in ll_unloadlib()
135 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in ll_load() local
141 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym()
193 static void ll_unloadlib (void *lib) { in ll_unloadlib()
199 HMODULE lib = LoadLibraryExA(path, NULL, LUA_LLE_FLAGS); in ll_load() local
206 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym()
229 static void ll_unloadlib (void *lib) { in ll_unloadlib()
241 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym()
Dlinit.c53 const luaL_Reg *lib; in luaL_openlibs() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_ccompiler.py18 def find_library_file(self, dirs, lib, debug=0): argument
21 def library_option(self, lib): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_atheos.c21 int lib; in _PyImport_GetDynLoadFunc() local
Ddynload_hpux.c26 shl_t lib; in _PyImport_GetDynLoadFunc() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dnm2def.py43 def symbols(lib=PYTHONLIB,types=('T','C','D')): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duuid.py404 lib = ctypes.CDLL(ctypes.util.find_library(libname)) variable
434 lib = ctypes.windll.rpcrt4 variable
436 lib = None variable
Dplatform.py141 def libc_ver(executable=sys.executable,lib='',version='', argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dunixccompiler.py300 def library_option(self, lib): argument
303 def find_library_file(self, dirs, lib, debug=0): argument
Dmsvccompiler.py555 def library_option (self, lib): argument
559 def find_library_file (self, dirs, lib, debug=0): argument
Demxccompiler.py210 def find_library_file(self, dirs, lib, debug=0): argument
Dmsvc9compiler.py722 def library_option(self, lib): argument
726 def find_library_file(self, dirs, lib, debug=0): argument
Dbcppcompiler.py308 def find_library_file (self, dirs, lib, debug=0): argument
Dccompiler.py770 def library_option(self, lib): argument
820 def find_library_file (self, dirs, lib, debug=0): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dcheckextensions_win32.py52 def AddLinkerLib(self, lib): argument
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp289 void *lib = dlopen(path.c_str(), RTLD_NOW); in loadGLESClientAPI() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dplatform.py141 def libc_ver(executable=sys.executable,lib='',version='', argument