Home
last modified time | relevance | path

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

123

/external/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()
/external/webrtc/third_party/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()
/external/rust/crates/grpcio-sys/grpc/third_party/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()
/external/libtextclassifier/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()
/external/openscreen/third_party/abseil/src/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()
/external/angle/third_party/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()
/external/python/cpython2/Lib/plat-sunos5/
DDLFCN.py5 RTLD_NOLOAD = 0x00004 variable
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn.h73 #define RTLD_NOLOAD 0x10 macro
/external/python/cpython3/Modules/_ctypes/darwin/
Ddlfcn.h73 #define RTLD_NOLOAD 0x10 macro
/external/python/cpython2/Modules/
Ddlmodule.c266 #ifdef RTLD_NOLOAD in initdl()
267 INSINT(RTLD_NOLOAD); in initdl()
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vdso.c93 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
96 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
Dtest_vsyscall.c72 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/
DDLFCN.py80 RTLD_NOLOAD = 0x00004 variable
/external/webrtc/sdk/android/src/jni/
Dandroid_network_monitor.cc14 #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/
DSharedLibrary.hpp104 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
/external/swiftshader/src/System/
DSharedLibrary.hpp103 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_value.cpp50 | RTLD_NOLOAD // Do not load the dylib, just grab a handle if the in getObjCClassName()
/external/llvm-project/libcxx/src/include/
Drefstring.h60 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
/external/libcxxabi/src/include/
Drefstring.h52 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
/external/libcxx/src/include/
Drefstring.h48 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
/external/angle/src/common/
Dsystem_utils_posix.cpp156 extraFlags = RTLD_NOLOAD; in OpenSharedLibraryWithExtension()
/external/libchrome/base/
Dsys_info_android.cc29 void* handle = dlopen("libc.so", RTLD_NOLOAD); in DynamicallyLoadRealSystemPropertyGet()
/external/libepoxy/src/
Ddispatch_common.c310 flags |= RTLD_NOLOAD; in get_dlopen_handle()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs258 pub const RTLD_NOLOAD: ::c_int = 0x8; constant
/external/bcc/tests/cc/
Dtest_c_api.cc219 void *libbcc = dlopen("libbcc.so", RTLD_LAZY | RTLD_NOLOAD);

123