Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dh_df_1_noopen.c40 handle = dlopen("libpthread.so", RTLD_NOLOAD); in main()
/src/include/
H A Ddlfcn.h48 #define RTLD_NOLOAD 0x02000 /* Do not load if not already loaded. */ macro
/src/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc58 RTLD_NOLOAD); in ATF_TEST_CASE_BODY()
H A Dcxa_thread_atexit_test.cc89 RTLD_NOLOAD); in ATF_TEST_CASE_BODY()
/src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp48 | RTLD_NOLOAD // Do not load the dylib, just grab a handle if the in getObjCClassName()
/src/contrib/llvm-project/libcxx/src/include/
H A Drefstring.h58 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
/src/libexec/rtld-elf/
H A Drtld.c3852 if (mode & RTLD_NOLOAD) in rtld_dlopen()