/third_party/musl/libc-test/src/functional/ |
D | dlopen.c | 16 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()
|
D | dlclose_reset.c | 30 h = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main() 48 g = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main()
|
D | tls_align_dlopen.c | 15 h = dlopen("src/functional/tls_align_dso.so", RTLD_LAZY); in main()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | SharedLibrary.hpp | 95 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/ |
D | gmodule-dl.c | 61 #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()
|
D | gmodule-ar.c | 121 (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/ |
D | SharedLibrary.hpp | 94 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/ |
D | SystemInfo_libpci.cpp | 37 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/ |
D | SystemInfo_libpci.cpp | 37 mHandle = dlopen("libpci.so.3", RTLD_LAZY); in LibPCI() 41 mHandle = dlopen("libpci.so", RTLD_LAZY); in LibPCI()
|
/third_party/libuv/src/unix/ |
D | darwin-proctitle.c | 84 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/ |
D | SkOSLibrary_posix.cpp | 15 return dlopen(libraryName, RTLD_LAZY); in DynamicLoadLibrary()
|
/third_party/libxml2/os400/dlfcn/ |
D | dlfcn.h | 18 #define RTLD_LAZY 000 macro
|
/third_party/skia/src/ports/ |
D | SkOSLibrary_posix.cpp | 15 return dlopen(libraryName, RTLD_LAZY); in SkLoadDynamicLibrary()
|
/third_party/musl/libc-test/src/api/ |
D | dlfcn.c | 5 C(RTLD_LAZY) in f()
|
/third_party/skia/src/gpu/gl/mac/ |
D | GrGLMakeNativeInterface_mac.cpp | 21 std::unique_ptr<void, SkFunctionWrapper<int(void*), dlclose>> lib(dlopen(kPath, RTLD_LAZY)); in GrGLMakeNativeInterface()
|
/third_party/skia/src/gpu/gl/iOS/ |
D | GrGLMakeNativeInterface_iOS.cpp | 21 std::unique_ptr<void, SkFunctionWrapper<int(void*), dlclose>> lib(dlopen(kPath, RTLD_LAZY)); in GrGLMakeNativeInterface()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | dlfcn.h | 10 #define RTLD_LAZY 1 macro
|
/third_party/ffmpeg/compat/cuda/ |
D | dynlink_loader.h | 25 #define FFNV_LOAD_FUNC(path) dlopen((path), RTLD_LAZY)
|
/third_party/musl/include/ |
D | dlfcn.h | 10 #define RTLD_LAZY 1 macro
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | UnmanagedLibrary.cs | 42 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/ |
D | dlfcn.h | 10 #define RTLD_LAZY 1 macro
|
/third_party/python/Modules/_ctypes/darwin/ |
D | dlfcn.h | 69 #define RTLD_LAZY 0x1 macro
|
/third_party/flutter/skia/src/gpu/gl/mac/ |
D | GrGLMakeNativeInterface_mac.cpp | 21 RTLD_LAZY); in GLLoader()
|
/third_party/flutter/skia/src/gpu/gl/iOS/ |
D | GrGLMakeNativeInterface_iOS.cpp | 17 RTLD_LAZY); in GLLoader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.c | 348 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs() 357 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
|