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

/freebsd-current/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dh_df_1_noopen.c40 handle = dlopen("libpthread.so", RTLD_NOLOAD);
/freebsd-current/include/
H A Ddlfcn.h47 #define RTLD_NOLOAD 0x02000 /* Do not load if not already loaded. */ macro
/freebsd-current/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc55 RTLD_NOLOAD);
H A Dcxa_thread_atexit_test.cc84 RTLD_NOLOAD);
/freebsd-current/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
/freebsd-current/contrib/llvm-project/libcxx/src/include/
H A Drefstring.h58 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD);
/freebsd-current/libexec/rtld-elf/
H A Drtld.c3744 if (mode & RTLD_NOLOAD)

Completed in 189 milliseconds