Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dh_df_1_noopen.c40 handle = dlopen("libpthread.so", RTLD_NOLOAD); in main()
/freebsd/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc55 RTLD_NOLOAD); in ATF_TEST_CASE_BODY()
H A Dcxa_thread_atexit_test.cc84 RTLD_NOLOAD); in ATF_TEST_CASE_BODY()
/freebsd/include/
H A Ddlfcn.h47 #define RTLD_NOLOAD 0x02000 /* Do not load if not already loaded. */ macro
/freebsd/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()
/freebsd/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()
/freebsd/libexec/rtld-elf/
H A Drtld.c3744 if (mode & RTLD_NOLOAD) in rtld_dlopen()