Searched refs:RT_FL_INITFIRST (Results 1 – 2 of 2) sorted by relevance
627 if ((dlmp == clmp) || (rtld_flags & RT_FL_INITFIRST)) in is_dep_init()710 if (rtld_flags & RT_FL_INITFIRST) { in call_init()734 rtld_flags |= RT_FL_INITFIRST; in call_init()775 if ((rtld_flags & RT_FL_INITFIRST) && in call_init()780 rtld_flags &= ~RT_FL_INITFIRST; in call_init()
300 #define RT_FL_INITFIRST 0x00200000 /* processing a DT_INITFIRST object */ macro