Home
last modified time | relevance | path

Searched refs:audit_objopen (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_audit.h133 extern int audit_objopen(Rt_map *, Rt_map *);
H A Dsetup.c953 if (((audit_objopen(mlmp, mlmp) == 0) || in setup()
954 (audit_objopen(mlmp, rlmp) == 0)) && in setup()
H A Dobject.c426 if (audit_objopen(nlmp, nlmp) == 0) in elf_obj_fini()
H A Daudit.c631 audit_objopen(Rt_map *clmp, Rt_map *nlmp) in audit_objopen() function
H A Danalyze.c2517 if (audit_objopen(clmp, nlmp) == 0) { in load_path()