Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c134 (FLAGS(lmp3) & FLG_RT_INITCALL)) in sort_scc()
502 if ((INIT(lmp1) == 0) || (FLAGS(lmp1) & FLG_RT_INITCALL)) in trace_sort()
H A Dutil.c632 (FLG_RT_RELOCED | FLG_RT_INITCALL | FLG_RT_INITDONE)) == in is_dep_init()
633 (FLG_RT_RELOCED | FLG_RT_INITCALL)) { in is_dep_init()
722 if (FLAGS(lmp) & FLG_RT_INITCALL) in call_init()
725 FLAGS(lmp) |= FLG_RT_INITCALL; in call_init()
H A Danalyze.c976 (FLG_RT_INITCLCT | FLG_RT_INITCALL)) == FLG_RT_INITCLCT) && in update_mode()
/titanic_44/usr/src/cmd/sgs/include/
H A Drtld.h840 #define FLG_RT_INITCALL 0x00400000 /* objects .init has been called */ macro
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c69 { MSG_ORIG(MSG_FLG_INITCALL), FLG_RT_INITCALL, FLG_RT_INITCALL},