Home
last modified time | relevance | path

Searched refs:Dbg_file_elf (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sgs/include/
H A Ddebug.h342 #define Dbg_file_elf Dbg64_file_elf macro
574 #define Dbg_file_elf Dbg32_file_elf macro
854 extern void Dbg_file_elf(Lm_list *, const char *, Addr, size_t,
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dobject.c106 DBG_CALL(Dbg_file_elf(lml, name, 0, 0, lml->lm_lmidstr, lmco)); in elf_obj_init()
H A Dsetup.c930 DBG_CALL(Dbg_file_elf(&lml_main, PATHNAME(mlmp), in setup()
H A Delf.c1664 DBG_CALL(Dbg_file_elf(lml, name, addr, msize, lml->lm_lmidstr, lmco));
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c101 Dbg_file_elf(Lm_list *lml, const char *name, Addr addr, size_t size, in Dbg_file_elf() function