Searched refs:RTLD_DEEPBIND (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/libexec/rtld-elf/tests/rtld_deepbind/
H A Drtld_deepbind.c33 * versions in libval2 instead of libval with RTLD_DEEPBIND.
35 hdl = dlopen("$ORIGIN/libdeep.so", RTLD_LAZY | RTLD_DEEPBIND);
/freebsd-current/include/
H A Ddlfcn.h48 #define RTLD_DEEPBIND 0x04000 /* Put symbols from the dso ahead of macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2343 # ifdef RTLD_DEEPBIND
2344 if (flag & RTLD_DEEPBIND) {
2346 "You are trying to dlopen a %s shared library with RTLD_DEEPBIND flag"
2350 "RTLD_DEEPBIND from dlopen flags.\n",
/freebsd-current/libexec/rtld-elf/
H A Drtld.c3746 if (mode & RTLD_DEEPBIND)

Completed in 198 milliseconds