Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Ddlfcns.c210 Dbg_dl_dlinfo(Rt_map *clmp, const char *name, int request, void *addr) in Dbg_dl_dlinfo() function
/titanic_41/usr/src/cmd/sgs/include/
H A Ddebug.h317 #define Dbg_dl_dlinfo Dbg64_dl_dlinfo macro
549 #define Dbg_dl_dlinfo Dbg32_dl_dlinfo macro
824 extern void Dbg_dl_dlinfo(Rt_map *, const char *, int, void *);
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1818 DBG_CALL(Dbg_dl_dlinfo(clmp, handlename, request, p)); in dlinfo_core()