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