Home
last modified time | relevance | path

Searched refs:RTLD_NOLOAD (Results 1 – 25 of 64) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
Dldso_dlopen_test.cpp134 handle = dlopen("libdlopen_test_dependency.so", RTLD_NOW | RTLD_NOLOAD);
137 handle = dlopen("libdlopen_test_dependency_1.so", RTLD_NOW | RTLD_NOLOAD);
149 void* handle = dlopen("libdlopen_common.so", RTLD_NOLOAD);
153 void* handle01 = dlopen("libdlopen_common.so", RTLD_NOLOAD);
168 void* handle01 = dlopen("libdlopen_order_003_1.so", RTLD_NOLOAD);
170 void* handle = dlopen("libdlopen_order_003.so", RTLD_NOLOAD);
Dldso_dlclose_test.cpp68 handle = dlopen("libldso_thread_test.so", RTLD_NOW | RTLD_NOLOAD);
89 handle = dlopen("libldso_thread_test_2.so", RTLD_NOW | RTLD_NOLOAD);
Dldso_dlopen_ns_test.cpp114 handle = dlopen_ns(&dlnsTwo, rootSo, RTLD_NOW | RTLD_NOLOAD);
117 handle = dlopen_ns(&dlnsOne, g_nsOneSo, RTLD_NOW | RTLD_NOLOAD);
/third_party/musl/libc-test/src/functional/
Ddlopen.c87 void* handle2 = dlopen(SO_FOR_NO_DELETE, RTLD_NOLOAD); in dlopen_nodelete_and_noload()
110 handle = dlopen(SO_FOR_DLOPEN, RTLD_NOLOAD); in dlopen_dlclose()
122 handle = dlopen(SO_FOR_DLOPEN, RTLD_NOLOAD); in dlopen_dlclose()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup.cc53 #if defined(RTLD_NOLOAD) in LoadSystemPropertyGet()
54 flag |= RTLD_NOLOAD; // libc.so should already be resident in LoadSystemPropertyGet()
/third_party/musl/include/
Ddlfcn.h12 #define RTLD_NOLOAD 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Ddlfcn.h12 #define RTLD_NOLOAD 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Ddlfcn.h12 #define RTLD_NOLOAD 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddlfcn.h12 #define RTLD_NOLOAD 4 macro
/third_party/musl/ndk_musl_include/
Ddlfcn.h13 #define RTLD_NOLOAD 4 macro
/third_party/python/Modules/_ctypes/darwin/
Ddlfcn.h73 #define RTLD_NOLOAD 0x10 macro
/third_party/musl/porting/linux/user/include/
Ddlfcn.h13 #define RTLD_NOLOAD 4 macro
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSharedLibrary.hpp104 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
/third_party/skia/third_party/externals/swiftshader/src/System/
DSharedLibrary.hpp103 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_posix.cpp162 extraFlags = RTLD_NOLOAD; in OpenSharedLibraryWithExtension()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouploader.c158 if ((handle = dlopen (LIBSOUP_3_SONAME, RTLD_NOW | RTLD_NOLOAD))) { in gst_soup_load_library()
161 } else if ((handle = dlopen (LIBSOUP_2_SONAME, RTLD_NOW | RTLD_NOLOAD))) { in gst_soup_load_library()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs286 pub const RTLD_NOLOAD: ::c_int = 0x00004; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs409 pub const RTLD_NOLOAD: ::c_int = 0x4; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs609 pub const RTLD_NOLOAD: ::c_int = 0x4; constant
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt815 RTLD_NOLOAD
Dnetbsd.txt895 RTLD_NOLOAD
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
Dmod.rs205 pub const RTLD_NOLOAD: ::c_int = 0x4; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
Dmod.rs750 pub const RTLD_NOLOAD: ::c_int = 0x4; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
Dmod.rs718 pub const RTLD_NOLOAD: ::c_int = 0x8; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
Dmod.rs202 pub const RTLD_NOLOAD: ::c_int = 0x4; constant

123