Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dutil.c127 Dbg_util_call_array(Rt_map *lmp, void *addr, int ndx, Word shtype) in Dbg_util_call_array() function
/titanic_50/usr/src/cmd/sgs/include/
H A Ddebug.h494 #define Dbg_util_call_array Dbg64_util_call_array macro
727 #define Dbg_util_call_array Dbg32_util_call_array macro
1040 extern void Dbg_util_call_array(Rt_map *, void *, int, Word);
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dutil.c684 DBG_CALL(Dbg_util_call_array(lmp, (void *)fptr, ndx, shtype)); in call_array()