Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/third_party/musl/libc-test/src/functionalext/symver/
Ddlvsym.c29 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()
Ddlsym.c34 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/
DUnmanagedLibrary.cs145 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/
DSharedLibrary.hpp95 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/
DSharedLibrary.hpp94 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/
Dtest.js13 process.dlopen(module, bindingPath,
14 os.constants.dlopen.RTLD_NOW | os.constants.dlopen.RTLD_GLOBAL);
/third_party/musl/libc-test/src/functionalext/ldso_randomization/
Dldso_randomization_test.c49 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()
Dldso_randomization_manual.c59 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/
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()
/third_party/gstreamer/gstreamer/tests/check/
Dgstreamer.supp43 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/
Ddlopen.c69 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()
DCMakeLists.txt32 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/
Ddlfcn_simple.c53 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/
Dlibgtest.la.in16 # Files to dlopen/dlpreopen
17 dlopen=''
/third_party/glib/gmodule/
Dgmodule-dl.c98 handle = dlopen (file_name, in _g_module_open()
125 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
Dgmodule-ar.c120 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/
Dshared_library_impl.hpp118 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/
DDeckLinkAPIDispatch.cpp60 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/
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.c81 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/
Dres_cache.c29 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/
DDynamicLibrary.inc28 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/
Ddlns_dlopen.c32 void* handle = dlopen(dllNamePath, RTLD_LAZY); in dlopen_0100()
45 void* handle = dlopen(errPath_ns, RTLD_LAZY); in dlopen_0200()

12345678910>>...14