Searched refs:Dbg_reloc_run (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 477 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 D | amd64_elf.c | 499 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 D | debug.h | 424 #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 D | sparc_elf.c | 626 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 D | sparc_elf.c | 854 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 D | relocate.c | 79 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 D | analyze.c | 3338 DBG_CALL(Dbg_reloc_run(lmp, 0, ret, DBG_REL_FINISH)); in relocate_finish()
|