Home
last modified time | relevance | path

Searched refs:Dbg_reloc_run (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c477 DBG_CALL(Dbg_reloc_run(lmp, 0, plt, DBG_REL_NONE)); in elf_reloc()
480 DBG_CALL(Dbg_reloc_run(lmp, M_REL_SHT_TYPE, plt, DBG_REL_START)); in elf_reloc()
986 DBG_CALL(Dbg_reloc_run(lmp, M_REL_SHT_TYPE, 0, in elf_copy_gen()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c499 DBG_CALL(Dbg_reloc_run(lmp, 0, plt, DBG_REL_NONE)); in elf_reloc()
502 DBG_CALL(Dbg_reloc_run(lmp, M_REL_SHT_TYPE, plt, DBG_REL_START)); in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h424 #define Dbg_reloc_run Dbg64_reloc_run macro
655 #define Dbg_reloc_run Dbg32_reloc_run macro
946 extern void Dbg_reloc_run(Rt_map *, uint_t, int, int);
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c626 DBG_CALL(Dbg_reloc_run(lmp, 0, plt, DBG_REL_NONE)); in elf_reloc()
633 DBG_CALL(Dbg_reloc_run(lmp, M_REL_SHT_TYPE, plt, DBG_REL_START)); in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c854 DBG_CALL(Dbg_reloc_run(lmp, 0, plt, DBG_REL_NONE)); in elf_reloc()
861 DBG_CALL(Dbg_reloc_run(lmp, M_REL_SHT_TYPE, plt, DBG_REL_START)); in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c79 Dbg_reloc_run(Rt_map *lmp, uint_t rtype, int info, int dtype) in Dbg_reloc_run() function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3338 DBG_CALL(Dbg_reloc_run(lmp, 0, ret, DBG_REL_FINISH)); in relocate_finish()