Home
last modified time | relevance | path

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

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