Searched refs:DBG_REL_NONE (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | relocate.c | 109 if (dtype == DBG_REL_NONE) { in Dbg_reloc_run()
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | debug.h | 158 #define DBG_REL_NONE 3 macro
|