Searched refs:RTLD_DEEPBIND (Results 1 – 3 of 3) sorted by relevance
50 #define RTLD_DEEPBIND 0x04000 /* Put symbols from the dso ahead of macro
2233 #ifdef RTLD_DEEPBIND in CheckNoDeepBind()2234 if (flag & RTLD_DEEPBIND) { in CheckNoDeepBind()
3405 if (mode & RTLD_DEEPBIND) in rtld_dlopen()