Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c739 if ((lml->lm_flags & (LML_FLG_INTRPOSE | LML_FLG_INTRPOSETSORT)) == in tsort()
772 lml->lm_flags |= LML_FLG_INTRPOSETSORT; in tsort()
H A Dutil.c873 lml->lm_flags &= ~LML_FLG_INTRPOSETSORT; in atexit_fini()
904 lml->lm_flags &= ~LML_FLG_INTRPOSETSORT; in atexit_fini()
946 lml->lm_flags &= ~LML_FLG_INTRPOSETSORT; in atexit_fini()
964 lml->lm_flags &= ~LML_FLG_INTRPOSETSORT; in atexit_fini()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h369 #define LML_FLG_INTRPOSETSORT 0x00008000 /* interpose tsorting done */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c724 { MSG_ORIG(MSG_LFL_INTRPOSETSORT), LML_FLG_INTRPOSETSORT,
725 LML_FLG_INTRPOSETSORT },