Searched refs:RTLD_LO_EARLY (Results 1 – 2 of 2) sorted by relevance
301 #define RTLD_LO_EARLY 0x20 /* Do not call ctors, postpone it to the macro
3792 if (lockstate == NULL && !(lo_flags & RTLD_LO_EARLY)) { in dlopen_object()3818 if ((lo_flags & (RTLD_LO_EARLY | RTLD_LO_IGNSTLS)) == in dlopen_object()3829 (RTLD_LO_DLOPEN | RTLD_LO_EARLY | in dlopen_object()3840 (lo_flags & RTLD_LO_EARLY) ? SYMLOOK_EARLY : 0, in dlopen_object()3844 } else if (lo_flags & RTLD_LO_EARLY) { in dlopen_object()3893 if ((lo_flags & RTLD_LO_EARLY) == 0) { in dlopen_object()3901 (lo_flags & RTLD_LO_EARLY) ? SYMLOOK_EARLY : 0, in dlopen_object()3910 if (!(lo_flags & RTLD_LO_EARLY)) { in dlopen_object()4802 flags = (req->flags & SYMLOOK_EARLY) != 0 ? RTLD_LO_EARLY : 0; in symlook_obj_load_filtees()