/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
D | ldso_dlopen_test.cpp | 134 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);
|
D | ldso_dlclose_test.cpp | 68 handle = dlopen("libldso_thread_test.so", RTLD_NOW | RTLD_NOLOAD); 89 handle = dlopen("libldso_thread_test_2.so", RTLD_NOW | RTLD_NOLOAD);
|
D | ldso_dlopen_ns_test.cpp | 114 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/ |
D | dlopen.c | 87 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/ |
D | time_zone_lookup.cc | 53 #if defined(RTLD_NOLOAD) in LoadSystemPropertyGet() 54 flag |= RTLD_NOLOAD; // libc.so should already be resident in LoadSystemPropertyGet()
|
/third_party/musl/include/ |
D | dlfcn.h | 12 #define RTLD_NOLOAD 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | dlfcn.h | 12 #define RTLD_NOLOAD 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | dlfcn.h | 12 #define RTLD_NOLOAD 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | dlfcn.h | 12 #define RTLD_NOLOAD 4 macro
|
/third_party/musl/ndk_musl_include/ |
D | dlfcn.h | 13 #define RTLD_NOLOAD 4 macro
|
/third_party/python/Modules/_ctypes/darwin/ |
D | dlfcn.h | 73 #define RTLD_NOLOAD 0x10 macro
|
/third_party/musl/porting/linux/user/include/ |
D | dlfcn.h | 13 #define RTLD_NOLOAD 4 macro
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | SharedLibrary.hpp | 104 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | SharedLibrary.hpp | 103 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | system_utils_posix.cpp | 162 extraFlags = RTLD_NOLOAD; in OpenSharedLibraryWithExtension()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouploader.c | 158 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/ |
D | mod.rs | 286 pub const RTLD_NOLOAD: ::c_int = 0x00004; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 409 pub const RTLD_NOLOAD: ::c_int = 0x4; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 609 pub const RTLD_NOLOAD: ::c_int = 0x4; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 815 RTLD_NOLOAD
|
D | netbsd.txt | 895 RTLD_NOLOAD
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | mod.rs | 205 pub const RTLD_NOLOAD: ::c_int = 0x4; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/ |
D | mod.rs | 750 pub const RTLD_NOLOAD: ::c_int = 0x4; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
D | mod.rs | 718 pub const RTLD_NOLOAD: ::c_int = 0x8; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/ |
D | mod.rs | 202 pub const RTLD_NOLOAD: ::c_int = 0x4; constant
|