Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h351 #define Dbg_file_lazyload Dbg64_file_lazyload macro
582 #define Dbg_file_lazyload Dbg32_file_lazyload macro
860 extern void Dbg_file_lazyload(Rt_map *, const char *, const char *);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c380 Dbg_file_lazyload(Rt_map *clmp, const char *fname, const char *sname) in Dbg_file_lazyload() function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c368 DBG_CALL(Dbg_file_lazyload(clmp, name, sym)); in elf_lazy_load()