Searched refs:RTLD_LO_DEEPBIND (Results 1 – 2 of 2) sorted by relevance
304 #define RTLD_LO_DEEPBIND 0x80 /* Force symbolic for this object */ macro
3714 lo_flags |= RTLD_LO_DEEPBIND; in rtld_dlopen()3767 if ((lo_flags & RTLD_LO_DEEPBIND) != 0) in dlopen_object()