Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h495 #define Dbg_util_call_array Dbg64_util_call_array macro
726 #define Dbg_util_call_array Dbg32_util_call_array macro
1034 extern void Dbg_util_call_array(Rt_map *, void *, int, Word);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dutil.c129 Dbg_util_call_array(Rt_map *lmp, void *addr, int ndx, Word shtype) in Dbg_util_call_array() function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c687 DBG_CALL(Dbg_util_call_array(lmp, (void *)fptr, ndx, shtype)); in call_array()