Home
last modified time | relevance | path

Searched refs:RTLD_LAZY (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/musl/libc-test/src/functional/
Ddlopen.c16 h = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main()
31 g = dlopen(0, RTLD_LAZY|RTLD_LOCAL); in main()
42 h = dlopen(buf, RTLD_LAZY|RTLD_GLOBAL); in main()
Ddlclose_reset.c30 h = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main()
48 g = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main()
Dtls_align_dlopen.c15 h = dlopen("src/functional/tls_align_dso.so", RTLD_LAZY); in main()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSharedLibrary.hpp95 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in loadLibrary()
104 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
108 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); // Increment reference count in getLibraryHandle()
/third_party/glib/gmodule/
Dgmodule-dl.c61 #define RTLD_LAZY 1 macro
99 (bind_local ? 0 : RTLD_GLOBAL) | (bind_lazy ? RTLD_LAZY : RTLD_NOW)); in _g_module_open()
125 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
Dgmodule-ar.c121 (bind_local ? RTLD_LOCAL : RTLD_GLOBAL) | RTLD_MEMBER | (bind_lazy ? RTLD_LAZY : RTLD_NOW)); in _g_module_open()
136 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
/third_party/skia/third_party/externals/swiftshader/src/System/
DSharedLibrary.hpp94 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in loadLibrary()
103 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
107 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); // Increment reference count in getLibraryHandle()
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_libpci.cpp37 mHandle = dlopen("libpci.so.3", RTLD_LAZY); in LibPCI()
41 mHandle = dlopen("libpci.so", RTLD_LAZY); in LibPCI()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_libpci.cpp37 mHandle = dlopen("libpci.so.3", RTLD_LAZY); in LibPCI()
41 mHandle = dlopen("libpci.so", RTLD_LAZY); in LibPCI()
/third_party/libuv/src/unix/
Ddarwin-proctitle.c84 RTLD_LAZY | RTLD_LOCAL); in uv__set_process_title()
88 RTLD_LAZY | RTLD_LOCAL); in uv__set_process_title()
/third_party/flutter/skia/src/ports/
DSkOSLibrary_posix.cpp15 return dlopen(libraryName, RTLD_LAZY); in DynamicLoadLibrary()
/third_party/libxml2/os400/dlfcn/
Ddlfcn.h18 #define RTLD_LAZY 000 macro
/third_party/skia/src/ports/
DSkOSLibrary_posix.cpp15 return dlopen(libraryName, RTLD_LAZY); in SkLoadDynamicLibrary()
/third_party/musl/libc-test/src/api/
Ddlfcn.c5 C(RTLD_LAZY) in f()
/third_party/skia/src/gpu/gl/mac/
DGrGLMakeNativeInterface_mac.cpp21 std::unique_ptr<void, SkFunctionWrapper<int(void*), dlclose>> lib(dlopen(kPath, RTLD_LAZY)); in GrGLMakeNativeInterface()
/third_party/skia/src/gpu/gl/iOS/
DGrGLMakeNativeInterface_iOS.cpp21 std::unique_ptr<void, SkFunctionWrapper<int(void*), dlclose>> lib(dlopen(kPath, RTLD_LAZY)); in GrGLMakeNativeInterface()
/third_party/musl/porting/liteos_m/kernel/include/
Ddlfcn.h10 #define RTLD_LAZY 1 macro
/third_party/ffmpeg/compat/cuda/
Ddynlink_loader.h25 #define FFNV_LOAD_FUNC(path) dlopen((path), RTLD_LAZY)
/third_party/musl/include/
Ddlfcn.h10 #define RTLD_LAZY 1 macro
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DUnmanagedLibrary.cs42 const int RTLD_LAZY = 1; field in Grpc.Core.Internal.UnmanagedLibrary
163 IntPtr ret = dlopenFunc(libraryPath, RTLD_GLOBAL + RTLD_LAZY); in LoadLibraryPosix()
/third_party/musl/porting/linux/user/include/
Ddlfcn.h10 #define RTLD_LAZY 1 macro
/third_party/python/Modules/_ctypes/darwin/
Ddlfcn.h69 #define RTLD_LAZY 0x1 macro
/third_party/flutter/skia/src/gpu/gl/mac/
DGrGLMakeNativeInterface_mac.cpp21 RTLD_LAZY); in GLLoader()
/third_party/flutter/skia/src/gpu/gl/iOS/
DGrGLMakeNativeInterface_iOS.cpp17 RTLD_LAZY); in GLLoader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c348 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs()
357 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()

12345