/third_party/musl/libc-test/src/functionalext/symver/ |
D | dlvsym.c | 29 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlvsym_no_symver_0100() 61 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlvsym_no_symver_0200() 93 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0100() 126 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0200() 159 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0300() 191 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0400() 223 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0100() 256 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0200() 289 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0300() 321 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0400()
|
D | dlsym.c | 34 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlsym_no_symver_0100() 67 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlsym_no_symver_0200() 115 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlsym_easy_symver_0200() 148 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlsym_easy_symver_0300() 196 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlsym_hard_symver_0200() 229 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlsym_hard_symver_0300() 261 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlsym_time64_no_symver_0100()
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | UnmanagedLibrary.cs | 145 return LoadLibraryPosix(Mono.dlopen, Mono.dlerror, libraryPath, out errorMsg); in PlatformSpecificLoadLibrary() 149 … return LoadLibraryPosix(CoreCLR.dlopen, CoreCLR.dlerror, libraryPath, out errorMsg); in PlatformSpecificLoadLibrary() 151 return LoadLibraryPosix(Linux.dlopen, Linux.dlerror, libraryPath, out errorMsg); in PlatformSpecificLoadLibrary() 155 return LoadLibraryPosix(MacOSX.dlopen, MacOSX.dlerror, libraryPath, out errorMsg); in PlatformSpecificLoadLibrary() 198 internal static extern IntPtr dlopen(string filename, int flags); in dlopen() method in Grpc.Core.Internal.UnmanagedLibrary.Linux 210 internal static extern IntPtr dlopen(string filename, int flags); in dlopen() method in Grpc.Core.Internal.UnmanagedLibrary.MacOSX 229 internal static extern IntPtr dlopen(string filename, int flags); in dlopen() method in Grpc.Core.Internal.UnmanagedLibrary.Mono 246 internal static extern IntPtr dlopen(string filename, int flags); in dlopen() method in Grpc.Core.Internal.UnmanagedLibrary.CoreCLR
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | SharedLibrary.hpp | 95 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in loadLibrary() 102 return dlopen(path, RTLD_NOW | RTLD_LOCAL); in getLibraryHandle() 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/skia/third_party/externals/swiftshader/src/System/ |
D | SharedLibrary.hpp | 94 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in loadLibrary() 101 return dlopen(path, RTLD_NOW | RTLD_LOCAL); in getLibraryHandle() 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/node/test/addons/dlopen-ping-pong/ |
D | test.js | 13 process.dlopen(module, bindingPath, 14 os.constants.dlopen.RTLD_NOW | os.constants.dlopen.RTLD_GLOBAL);
|
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
D | ldso_randomization_test.c | 49 void *handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0100() 63 void *handle = dlopen(NULL, RTLD_NOW); in dlopen_randomization_0200() 94 void *handle = dlopen("test_invaild.so", RTLD_NOW); in dlopen_randomization_0300() 108 void *ori_handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0400() 116 handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0400() 136 handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0600() 576 void *handle = dlopen("./libc.so", RTLD_NOW); in dlopen_randomization_0800() 591 handle = dlopen("./ld-musl-aarch64.so.1", RTLD_NOW); in dlopen_randomization_0900() 595 handle = dlopen("./ld-musl-arm.so.1", RTLD_NOW); in dlopen_randomization_0900()
|
D | ldso_randomization_manual.c | 59 handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0500() 88 void *child_handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0700() 96 parent_handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0700() 265 void *handle = dlopen(LIB_NAME, RTLD_NOW); in dlsym_randomization_0100() 294 child_handle = dlopen(LIB_NAME_A, RTLD_NOW); in dlsym_randomization_0200() 305 parent_handle = dlopen(LIB_NAME_A, RTLD_NOW); in dlsym_randomization_0200()
|
/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()
|
/third_party/gstreamer/gstreamer/tests/check/ |
D | gstreamer.supp | 43 fun:dlopen 81 fun:dlopen@@GLIBC_2.2.5 159 fun:dlopen@@GLIBC_2.1 184 fun:dlopen@@GLIBC_2.1 227 fun:dlopen@@GLIBC_2.1 241 fun:dlopen@@GLIBC_2.1 259 fun:dlopen@@GLIBC_2.1 311 fun:dlopen@@GLIBC_2.1 326 fun:dlopen@@GLIBC_2.1 373 fun:dlopen [all …]
|
/third_party/mbedtls/programs/test/ |
D | dlopen.c | 69 void *tls_so = dlopen( TLS_SO_FILENAME, RTLD_NOW ); in main() 84 void *x509_so = dlopen( X509_SO_FILENAME, RTLD_NOW ); in main() 96 void *crypto_so = dlopen( CRYPTO_SO_FILENAME, RTLD_NOW ); in main()
|
D | CMakeLists.txt | 32 add_executable(dlopen "dlopen.c") target 33 target_include_directories(dlopen PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../include) 34 target_link_libraries(dlopen ${CMAKE_DL_LIBS})
|
/third_party/python/Modules/_ctypes/darwin/ |
D | dlfcn_simple.c | 53 extern void * dlopen(const char *path, int mode) __attribute__((weak_import)); 61 #define dlopen darwin_dlopen macro 255 if (dlopen != NULL) { in ctypes_dlfcn_init() 257 ctypes_dlopen = dlopen; in ctypes_dlfcn_init()
|
/third_party/googletest/googletest/cmake/ |
D | libgtest.la.in | 16 # Files to dlopen/dlpreopen 17 dlopen=''
|
/third_party/glib/gmodule/ |
D | gmodule-dl.c | 98 handle = dlopen (file_name, in _g_module_open() 125 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
|
D | gmodule-ar.c | 120 handle = dlopen (full_name, in _g_module_open() 136 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
|
/third_party/boost/boost/dll/detail/posix/ |
D | shared_library_impl.hpp | 118 handle_ = dlopen(actual_path.c_str(), native_mode); in load() 135 handle_ = dlopen(sl.c_str(), native_mode); in load() 157 handle_ = dlopen(NULL, native_mode); in load()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPIDispatch.cpp | 60 libraryHandle = dlopen(kDeckLinkAPI_Name, RTLD_NOW|RTLD_GLOBAL); in InitDeckLinkAPI() 90 libraryHandle = dlopen(KDeckLinkPreviewAPI_Name, RTLD_NOW|RTLD_GLOBAL); in InitDeckLinkPreviewAPI()
|
/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 | 81 application_services_handle = dlopen("/System/Library/Frameworks/" in uv__set_process_title() 85 core_foundation_handle = dlopen("/System/Library/Frameworks/" in uv__set_process_title()
|
/third_party/musl/src/network/ |
D | res_cache.c | 29 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); in dns_set_addr_info_to_netsys_cache() 55 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); in dns_get_addr_info_from_netsys_cache()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | DynamicLibrary.inc | 28 void *Handle = ::dlopen(File, RTLD_LAZY|RTLD_GLOBAL); 36 // with the handle of dlopen(NULL, RTLD_GLOBAL). 57 if (Err) *Err = "dlopen() not supported on this platform";
|
/third_party/musl/libc-test/src/functionalext/dlns/ |
D | dlns_dlopen.c | 32 void* handle = dlopen(dllNamePath, RTLD_LAZY); in dlopen_0100() 45 void* handle = dlopen(errPath_ns, RTLD_LAZY); in dlopen_0200()
|