/external/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()
|
/external/webrtc/third_party/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()
|
/external/rust/crates/grpcio-sys/grpc/third_party/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()
|
/external/libtextclassifier/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()
|
/external/openscreen/third_party/abseil/src/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()
|
/external/angle/third_party/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()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | DLFCN.py | 5 RTLD_NOLOAD = 0x00004 variable
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | dlfcn.h | 73 #define RTLD_NOLOAD 0x10 macro
|
/external/python/cpython3/Modules/_ctypes/darwin/ |
D | dlfcn.h | 73 #define RTLD_NOLOAD 0x10 macro
|
/external/python/cpython2/Modules/ |
D | dlmodule.c | 266 #ifdef RTLD_NOLOAD in initdl() 267 INSINT(RTLD_NOLOAD); in initdl()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_vdso.c | 93 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers() 96 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
|
D | test_vsyscall.c | 72 void *vdso = dlopen("linux-vdso.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso() 74 vdso = dlopen("linux-gate.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | DLFCN.py | 80 RTLD_NOLOAD = 0x00004 variable
|
/external/webrtc/sdk/android/src/jni/ |
D | android_network_monitor.cc | 14 #ifndef RTLD_NOLOAD 16 #define RTLD_NOLOAD 4 macro 321 void* lib = dlopen(net_library_path.c_str(), RTLD_NOW | RTLD_NOLOAD); in BindSocketToNetwork()
|
/external/swiftshader/src/Common/ |
D | SharedLibrary.hpp | 104 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
|
/external/swiftshader/src/System/ |
D | SharedLibrary.hpp | 103 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_value.cpp | 50 | RTLD_NOLOAD // Do not load the dylib, just grab a handle if the in getObjCClassName()
|
/external/llvm-project/libcxx/src/include/ |
D | refstring.h | 60 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
|
/external/libcxxabi/src/include/ |
D | refstring.h | 52 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
|
/external/libcxx/src/include/ |
D | refstring.h | 48 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
|
/external/angle/src/common/ |
D | system_utils_posix.cpp | 156 extraFlags = RTLD_NOLOAD; in OpenSharedLibraryWithExtension()
|
/external/libchrome/base/ |
D | sys_info_android.cc | 29 void* handle = dlopen("libc.so", RTLD_NOLOAD); in DynamicallyLoadRealSystemPropertyGet()
|
/external/libepoxy/src/ |
D | dispatch_common.c | 310 flags |= RTLD_NOLOAD; in get_dlopen_handle()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 258 pub const RTLD_NOLOAD: ::c_int = 0x8; constant
|
/external/bcc/tests/cc/ |
D | test_c_api.cc | 219 void *libbcc = dlopen("libbcc.so", RTLD_LAZY | RTLD_NOLOAD);
|