Home
last modified time | relevance | path

Searched refs:LML_FLG_INTRPOSE (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c739 if ((lml->lm_flags & (LML_FLG_INTRPOSE | LML_FLG_INTRPOSETSORT)) == in tsort()
740 LML_FLG_INTRPOSE) { in tsort()
H A Dsetup.c185 lml_main.lm_flags |= LML_FLG_INTRPOSE; in preload()
H A Danalyze.c2718 if ((lml->lm_flags & LML_FLG_INTRPOSE) == 0) in lookup_sym_interpose()
H A Dutil.c1158 lml->lm_flags |= LML_FLG_INTRPOSE; in lm_append()
/titanic_44/usr/src/cmd/sgs/include/
H A Drtld.h355 #define LML_FLG_INTRPOSE 0x00000040 /* interposing objs on list */ macro
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c714 { MSG_ORIG(MSG_LFL_INTRPOSE), LML_FLG_INTRPOSE, LML_FLG_INTRPOSE },