Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c407 if (LIST(LINKMAP_TO_RTMAP(lmp))->lm_tflags & LML_TFLG_NOAUDIT) in la_objopen()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h395 #define LML_TFLG_NOAUDIT 0x00000004 /* auditing disabled */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c626 if ((LIST(clmp)->lm_tflags & LML_TFLG_NOAUDIT) && in is_dep_init()
627 ((LIST(dlmp)->lm_tflags & LML_TFLG_NOAUDIT) == 0)) in is_dep_init()
844 if ((lml->lm_tflags & LML_TFLG_NOAUDIT) == 0) in call_fini()
H A Dsetup.c339 lml_rtld.lm_tflags |= LML_TFLG_NOAUDIT; in setup()
H A Ddlfcns.c888 LML_TFLG_LOADFLTR | LML_TFLG_NOAUDIT); in dlmopen_intn()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c754 { MSG_ORIG(MSG_LTFL_NOAUDIT), LML_TFLG_NOAUDIT, LML_TFLG_NOAUDIT },