Home
last modified time | relevance | path

Searched refs:RTLD_NOW (Results 1 – 25 of 142) sorted by relevance

123456

/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()
167 void *handle = dlopen_ext(LIB_NAME_A, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0100()
182 void *handle = dlopen_ext(NULL, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0200()
214 void *handle = dlopen_ext("test_invaild.so", RTLD_NOW, &extinfo); in dlopen_ext_randomization_0300()
229 void *ori_handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0400()
[all …]
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()
127 handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0500()
157 void *child_handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0700()
165 parent_handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0700()
199 handle = dlopen_ns(&dlns, LIB_NAME, RTLD_NOW); in dlopen_ns_randomization_0500()
232 void *child_handle = dlopen_ns(&dlns, LIB_NAME, RTLD_NOW); in dlopen_ns_randomization_0700()
240 parent_handle = dlopen_ns(&dlns, LIB_NAME, RTLD_NOW); in dlopen_ns_randomization_0700()
265 void *handle = dlopen(LIB_NAME, RTLD_NOW); in dlsym_randomization_0100()
[all …]
/third_party/musl/libc-test/src/functionalext/relro/
Ddlopen_ext_relro_test.c77 void *handle = dlopen_ext(lib, RTLD_NOW, &extinfo); in test_write_relro_file()
97 void *handle = dlopen_ext(lib, RTLD_NOW, &extinfo); in test_write_relro_file_ext()
113 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, NULL); in dlopen_ext_relro_0100()
129 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0200()
145 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0300()
170 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0400()
187 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0500()
213 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0600()
240 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0700()
267 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0800()
[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()
/third_party/musl/libc-test/src/functionalext/dlns/
Ddlns_dlsym.c57 void* handle_c = dlopen_ns(&dlnsC, LIB_NAME_C, RTLD_NOW); in dlns_dlsym_0100()
63 void* handle_b = dlopen_ns(&dlnsB, LIB_NAME_B, RTLD_NOW); in dlns_dlsym_0100()
70 void* handle_a = dlopen_ns(&dlnsA, LIB_NAME_A, RTLD_NOW); in dlns_dlsym_0100()
/third_party/pulseaudio/src/daemon/
Dltdl-bind-now.c43 #ifdef RTLD_NOW
44 #define PA_BIND_NOW RTLD_NOW
/third_party/glib/gmodule/
Dgmodule-dl.c64 #define RTLD_NOW 0 macro
99 (bind_local ? 0 : RTLD_GLOBAL) | (bind_lazy ? RTLD_LAZY : RTLD_NOW)); in _g_module_open()
/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/libxml2/os400/dlfcn/
Ddlfcn.h19 #define RTLD_NOW 001 macro
/third_party/openssl/crypto/dso/
Ddso_dlfcn.c81 # ifdef RTLD_NOW
82 # define DLOPEN_FLAG RTLD_NOW
88 # define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */
/third_party/boost/libs/mpi/build/
D__init__.py5 sys.setdlopenflags(dl.RTLD_NOW|dl.RTLD_GLOBAL)
/third_party/musl/libc-test/src/functionalext/symver/
Dreloc_symver.c30 void *so = dlopen("libreloc_symver_dso.so", RTLD_NOW); in reloc_symver_0100()
/third_party/musl/libc-test/src/api/
Ddlfcn.c6 C(RTLD_NOW) in f()
/third_party/musl/libc-test/src/functional/
Dtls_init_dlopen.c11 h = dlopen("src/functional/tls_init_dso.so", RTLD_NOW|RTLD_GLOBAL); in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
DAHBFunctions.cpp27 void *handle = dlopen(nullptr, RTLD_NOW); in AHBFunctions()
/third_party/musl/porting/liteos_m/kernel/include/
Ddlfcn.h11 #define RTLD_NOW 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Ddlfcn.h11 #define RTLD_NOW 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddlfcn.h11 #define RTLD_NOW 2 macro
/third_party/musl/include/
Ddlfcn.h11 #define RTLD_NOW 2 macro
/third_party/pulseaudio/ohosbuild/src/pulsecore/
Dltdl_stub.c31 return (dlopen(filename, RTLD_NOW)); in lt_dlopenext()
/third_party/musl/ndk_musl_include/
Ddlfcn.h12 #define RTLD_NOW 2 macro
/third_party/musl/libc-test/src/functionalext/supplement/ldso/
Ddl_iterate_phdr.c38 void *handle = dlopen("/data/libtest.so", RTLD_NOW); in dl_iterate_phdr_0100()
/third_party/python/Modules/_ctypes/darwin/
Ddlfcn.h70 #define RTLD_NOW 0x2 macro
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DFunctionsEGLDL.cpp45 nativeEGLHandle = dlopen(libName, RTLD_NOW); in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DFunctionsEGLDL.cpp45 nativeEGLHandle = dlopen(libName, RTLD_NOW); in initialize()

123456