Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Ddlfcns.c124 Dbg_dl_dldump(Rt_map *clmp, const char *ipath, const char *opath, int flags) in Dbg_dl_dldump() function
/titanic_50/usr/src/cmd/sgs/include/
H A Ddebug.h315 #define Dbg_dl_dldump Dbg64_dl_dldump macro
547 #define Dbg_dl_dldump Dbg32_dl_dldump macro
822 extern void Dbg_dl_dldump(Rt_map *, const char *, const char *, int);
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1733 DBG_CALL(Dbg_dl_dldump(clmp, ipath, opath, flags)); in dldump()