Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Daudit.c108 if (call == DBG_AUD_CALL) { in Dbg_audit_objsearch()
129 if (call == DBG_AUD_CALL) { in Dbg_audit_objfilter()
146 if (call == DBG_AUD_CALL) { in Dbg_audit_objopen()
178 if (call == DBG_AUD_CALL) { in Dbg_audit_symbind()
195 if (call == DBG_AUD_CALL) { in Dbg_audit_pltenter()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c214 DBG_CALL(Dbg_audit_objfilter(frlml, DBG_AUD_CALL, in _audit_objfilter()
281 DBG_CALL(Dbg_audit_objsearch(clml, DBG_AUD_CALL, in _audit_objsearch()
503 DBG_CALL(Dbg_audit_objopen(clml, DBG_AUD_CALL, in _audit_add_head()
584 DBG_CALL(Dbg_audit_objopen(nlml, DBG_AUD_CALL, alp->al_libname, in _audit_objopen()
832 DBG_CALL(Dbg_audit_pltenter(rlml, DBG_AUD_CALL, in _audit_pltenter()
1011 DBG_CALL(Dbg_audit_symbind(rlml, DBG_AUD_CALL, in _audit_symbind()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h97 #define DBG_AUD_CALL 1 /* original call to auditor */ macro