Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h336 #define Dbg_file_cleanup Dbg64_file_cleanup macro
567 #define Dbg_file_cleanup Dbg32_file_cleanup macro
843 extern void Dbg_file_cleanup(Lm_list *, const char *, Aliste);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c756 Dbg_file_cleanup(Lm_list *lml, const char *name, Aliste lmco) in Dbg_file_cleanup() function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c867 DBG_CALL(Dbg_file_cleanup(lml, name, lmco)); in remove_lmc()