Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/tests/rtld_deepbind/
H A Drtld_deepbind.c35 hdl = dlopen("$ORIGIN/libdeep.so", RTLD_LAZY | RTLD_DEEPBIND); in ATF_TC_BODY()
/freebsd/include/
H A Ddlfcn.h48 #define RTLD_DEEPBIND 0x04000 /* Put symbols from the dso ahead of macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2583 # ifdef RTLD_DEEPBIND in CheckNoDeepBind()
2584 if (flag & RTLD_DEEPBIND) { in CheckNoDeepBind()
/freebsd/libexec/rtld-elf/
H A Drtld.c3765 if (mode & RTLD_DEEPBIND) in rtld_dlopen()