Home
last modified time | relevance | path

Searched defs:audit_list (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A D_audit.h94 struct audit_list { struct
95 const char *al_libname; /* object name for diagnostics */
96 Rt_map *al_lmp; /* object link-map */
97 Grp_hdl *al_ghp; /* object handle */
98 uint_t al_flags; /* audit capabilities found */
99 uint_t (*al_version)(uint_t);
100 void (*al_preinit)(uintptr_t *);
101 char *(*al_objsearch)(const char *, uintptr_t *, uint_t);
102 uint_t (*al_objopen)(Link_map *, Lmid_t, uintptr_t *);
103 int (*al_objfilter)(uintptr_t *, const char *, uintptr_t *,
[all …]