Home
last modified time | relevance | path

Searched refs:FLG_RT_INITFRST (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c401 if (FLAGS(lmp) & FLG_RT_INITFRST) in dep_visit()
555 if (!(FLAGS(tlmp) & FLG_RT_INITFRST)) in r_initfirst()
599 if (!(FLAGS(tlmp) & FLG_RT_INITFRST)) in f_initfirst()
H A Dutil.c736 if (FLAGS(lmp) & FLG_RT_INITFRST) in call_init()
779 ((*_nobj == NULL) || !(FLAGS(*_nobj) & FLG_RT_INITFRST))) { in call_init()
H A Delf.c2014 FLAGS(lmp) |= FLG_RT_INITFRST;
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h839 #define FLG_RT_INITFRST 0x00080000 /* execute .init first */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c66 { MSG_ORIG(MSG_FLG_INITFRST), FLG_RT_INITFRST, FLG_RT_INITFRST},