Home
last modified time | relevance | path

Searched refs:MSK_RT_INTPOSE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c747 if ((FLAGS(ilmp) & MSK_RT_INTPOSE) == 0) in tsort()
751 if ((FLAGS(ilmp) & MSK_RT_INTPOSE) == 0) in tsort()
779 if (FLAGS(_lmp) & MSK_RT_INTPOSE) in tsort()
H A Danalyze.c2731 if (((FLAGS(lmp) & MSK_RT_INTPOSE) == 0) || (sl.sl_flags & LKUP_COPY)) in lookup_sym_interpose()
2737 if ((FLAGS(lmp) & MSK_RT_INTPOSE) == 0) in lookup_sym_interpose()
H A Dutil.c1157 if (FLAGS(lmp) & MSK_RT_INTPOSE) in lm_append()
/titanic_44/usr/src/cmd/sgs/include/
H A Drtld.h843 #define MSK_RT_INTPOSE 0x01800000 /* mask for all interposer */ macro