Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c344 if ((rtld_flags2 & RT_FL2_HASAUDIT) == 0) in get_lcinterface()
H A D_rtld.h314 #define RT_FL2_HASAUDIT 0x00000001 /* auditing lm_list is present */ macro
H A Daudit.c1406 rtld_flags2 |= RT_FL2_HASAUDIT; in audit_setup()