Searched refs:RT_FL_INITFIRST (Results 1 – 2 of 2) sorted by relevance
630 if ((dlmp == clmp) || (rtld_flags & RT_FL_INITFIRST)) in is_dep_init()713 if (rtld_flags & RT_FL_INITFIRST) { in call_init()737 rtld_flags |= RT_FL_INITFIRST; in call_init()778 if ((rtld_flags & RT_FL_INITFIRST) && in call_init()783 rtld_flags &= ~RT_FL_INITFIRST; in call_init()
300 #define RT_FL_INITFIRST 0x00200000 /* processing a DT_INITFIRST object */ macro