Home
last modified time | relevance | path

Searched refs:RT_FL_INITFIRST (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dutil.c627 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()
H A D_rtld.h300 #define RT_FL_INITFIRST 0x00200000 /* processing a DT_INITFIRST object */ macro