Home
last modified time | relevance | path

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

/freebsd-12-stable/include/
Ddlfcn.h50 #define RTLD_DEEPBIND 0x04000 /* Put symbols from the dso ahead of macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp2233 #ifdef RTLD_DEEPBIND in CheckNoDeepBind()
2234 if (flag & RTLD_DEEPBIND) { in CheckNoDeepBind()
/freebsd-12-stable/libexec/rtld-elf/
Drtld.c3405 if (mode & RTLD_DEEPBIND) in rtld_dlopen()