Home
last modified time | relevance | path

Searched refs:DBG_REL_START (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c480 DBG_CALL(Dbg_reloc_run(lmp, M_REL_SHT_TYPE, plt, DBG_REL_START)); in elf_reloc()
987 DBG_REL_START)); in elf_copy_gen()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c99 if (dtype == DBG_REL_START) { in Dbg_reloc_run()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c502 DBG_CALL(Dbg_reloc_run(lmp, M_REL_SHT_TYPE, plt, DBG_REL_START)); in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c633 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.c861 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.h158 #define DBG_REL_START 1 macro