Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Ddlfcn-macros.h20 #define RTLD_DEEPBIND 0x00008 macro
/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.h49 #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.cpp2821 # ifdef RTLD_DEEPBIND in CheckNoDeepBind()
2822 if (flag & RTLD_DEEPBIND) { in CheckNoDeepBind()
/freebsd/libexec/rtld-elf/
H A Drtld.c3919 if (mode & RTLD_DEEPBIND) in rtld_dlopen()