Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/musl/libc-test/src/functional/
Ddlopen.c12 void* handle = dlopen(name, mode); in do_dlopen()
43 void* handle1 = dlopen(SO_LOAD_BY_LOCAL, RTLD_LOCAL); in dlopen_so_used_by_dlsym()
57 void* handle2 = dlopen(SO_LOAD_BY_GLOBAL, RTLD_GLOBAL); in dlopen_so_used_by_dlsym()
73 void* handle1 = dlopen(SO_FOR_NO_DELETE, RTLD_NODELETE); in dlopen_nodelete_and_noload()
82 void* handle2 = dlopen(SO_FOR_NO_DELETE, RTLD_NOLOAD); in dlopen_nodelete_and_noload()
93 void* handle = dlopen(SO_FOR_DLOPEN, RTLD_LOCAL); in dlopen_dlclose()
97 handle = dlopen(SO_FOR_DLOPEN, RTLD_LOCAL); in dlopen_dlclose()
105 handle = dlopen(SO_FOR_DLOPEN, RTLD_NOLOAD); in dlopen_dlclose()
117 handle = dlopen(SO_FOR_DLOPEN, RTLD_NOLOAD); in dlopen_dlclose()
129 void* handle = dlopen(DLOPEN_WEAK, RTLD_LAZY | RTLD_GLOBAL); in dlopen_dlclose_weak()
[all …]
Ddlclose_reset.c30 h = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main()
48 g = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main()
/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/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()
280 void* handle = dlopen(dllAcePath, RTLD_LAZY); in dlopen_add_reloc()
291 void* handle = dlopen(dllDylibPath, RTLD_LAZY); in dlopen_relocation()
305 void* handle = dlopen(dllHashsysvPath, RTLD_LAZY); in dlopen_hash_type()
319 void* handle = dlopen(dllHashsysv, RTLD_LAZY); in dlopen_set_rpath()
333 void* handle = dlopen(dllFillRandom, RTLD_LAZY); in dlopen_fill_random()
/third_party/musl/libc-test/src/functionalext/ldso_cfi/
Dldso_cfi_check.c99 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0002()
132 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0003()
162 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0004()
185 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0005()
221 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0006()
249 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0007()
256 void* handle2 = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0007()
284 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0008()
315 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_diag_function_test_0001()
/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/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/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/mbedtls/programs/test/
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})
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()
/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/vk-gl-cts/framework/delibs/deutil/
DdeDynamicLibrary.c46 library->libHandle = dlopen(basename((char*)fileName), RTLD_LAZY); in deDynamicLibrary_open()
48 library->libHandle = dlopen(fileName, RTLD_LAZY); in deDynamicLibrary_open()
/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/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/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/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/mbedtls/programs/
DMakefile140 APPS += test/dlopen
370 test/dlopen$(EXEXT): test/dlopen.c $(DEP)
375 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) test/dlopen.c $(LDFLAGS) $(DLOPEN_LDFLAGS) -o $@
439 -rm -f test/dlopen$(EXEXT)
/third_party/skia/third_party/externals/microhttpd/m4/
Dltoptions.m471 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
106 # dlopen
108 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
112 [_LT_SET_OPTION([LT_INIT], [dlopen])
115 put the `dlopen' option into LT_INIT's first parameter.])
/third_party/flutter/skia/third_party/externals/sdl/acinclude/
Dltoptions.m471 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
106 # dlopen
108 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
112 [_LT_SET_OPTION([LT_INIT], [dlopen])
115 put the `dlopen' option into LT_INIT's first parameter.])

12345678910>>...14