Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/netbsd-tests/libexec/ld.elf_so/
HDh_df_1_noopen.c40 handle = dlopen("libpthread.so", RTLD_NOLOAD); in main()
/freebsd-13-stable/lib/libc/tests/stdlib/
HDcxa_thread_atexit_nothr_test.cc56 RTLD_NOLOAD); in ATF_TEST_CASE_BODY()
HDcxa_thread_atexit_test.cc85 RTLD_NOLOAD); in ATF_TEST_CASE_BODY()
/freebsd-13-stable/include/
HDdlfcn.h47 #define RTLD_NOLOAD 0x02000 /* Do not load if not already loaded. */ macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_value.cpp48 | RTLD_NOLOAD // Do not load the dylib, just grab a handle if the in getObjCClassName()
/freebsd-13-stable/contrib/llvm-project/libcxx/src/include/
HDrefstring.h58 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
/freebsd-13-stable/libexec/rtld-elf/
HDrtld.c3795 if (mode & RTLD_NOLOAD) in rtld_dlopen()