Home
last modified time | relevance | path

Searched refs:RT_FL_NOAUDIT (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h296 #define RT_FL_NOAUDIT 0x00020000 /* disable auditing */ macro
H A Dutil.c1678 val = RT_FL_NOAUDIT; in ld_generic_env()
2440 if ((*lmflags & LML_FLG_TRC_ENABLE) || (rtld_flags & RT_FL_NOAUDIT)) in procenv_user()
2504 if ((*lmflags & LML_FLG_TRC_ENABLE) || (rtld_flags & RT_FL_NOAUDIT)) in readenv_config()
H A Delf.c1942 if (!(rtld_flags & RT_FL_NOAUDIT)) {