Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c486 DBG_CALL(Dbg_file_ar(ofl->ofl_lml, name, again)); in ar_extract_bysym()
739 DBG_CALL(Dbg_file_ar(ofl->ofl_lml, name, FALSE)); in ar_extract_all()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h331 #define Dbg_file_ar Dbg64_file_ar macro
562 #define Dbg_file_ar Dbg32_file_ar macro
838 extern void Dbg_file_ar(Lm_list *, const char *, Boolean);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c626 Dbg_file_ar(Lm_list *lml, const char *name, Boolean again) in Dbg_file_ar() function