Searched refs:ELF_DBG_RTLD (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | relocate.c | 106 Elf_reloc_title(lml, ELF_DBG_RTLD, rtype); in Dbg_reloc_run() 528 if (caller == ELF_DBG_RTLD) { in Elf_reloc_title() 589 if (caller == ELF_DBG_RTLD) { in Elf_reloc_entry_2() 694 if (caller == ELF_DBG_RTLD) in Elf_reloc_apply_val() 704 if (caller == ELF_DBG_RTLD) in Elf_reloc_apply_reg()
|
/titanic_50/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 815 DBG_CALL(Dbg_reloc_in(LIST(lmp), ELF_DBG_RTLD, M_MACH, in elf_reloc() 858 ELF_DBG_RTLD, (Xword)roffset, in elf_reloc() 871 DBG_CALL(Dbg_reloc_apply_val(LIST(lmp), ELF_DBG_RTLD, in elf_reloc() 972 DBG_CALL(Dbg_reloc_in(LIST(rlmp), ELF_DBG_RTLD, M_MACH, M_REL_SHT_TYPE, in _elf_copy_reloc()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 978 DBG_CALL(Dbg_reloc_in(LIST(lmp), ELF_DBG_RTLD, M_MACH, in elf_reloc() 1027 DBG_CALL(Dbg_reloc_apply_reg(LIST(lmp), ELF_DBG_RTLD, in elf_reloc() 1062 ELF_DBG_RTLD, (Xword)roffset, in elf_reloc() 1102 DBG_CALL(Dbg_reloc_apply_val(LIST(lmp), ELF_DBG_RTLD, in elf_reloc()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 1211 DBG_CALL(Dbg_reloc_in(LIST(lmp), ELF_DBG_RTLD, M_MACH, in elf_reloc() 1260 DBG_CALL(Dbg_reloc_apply_reg(LIST(lmp), ELF_DBG_RTLD, in elf_reloc() 1296 ELF_DBG_RTLD, (Xword)roffset, in elf_reloc() 1352 DBG_CALL(Dbg_reloc_apply_val(LIST(lmp), ELF_DBG_RTLD, in elf_reloc()
|
/titanic_50/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 840 DBG_CALL(Dbg_reloc_in(LIST(lmp), ELF_DBG_RTLD, M_MACH, in elf_reloc() 883 ELF_DBG_RTLD, (Xword)roffset, in elf_reloc() 897 DBG_CALL(Dbg_reloc_apply_val(LIST(lmp), ELF_DBG_RTLD, in elf_reloc()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 2472 DBG_CALL(Dbg_reloc_apply_val(lml, ELF_DBG_RTLD, (Xword)radd, 2912 Dbg_reloc_error(lml, ELF_DBG_RTLD, M_MACH, M_REL_SHT_TYPE, rel, name); 2932 DBG_CALL(Dbg_reloc_in(lml, ELF_DBG_RTLD, M_MACH, 2950 DBG_CALL(Dbg_reloc_in(lml, ELF_DBG_RTLD, M_MACH, 3009 DBG_CALL(Dbg_reloc_in(lml, ELF_DBG_RTLD, M_MACH, M_REL_SHT_TYPE, rel,
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | debug.h | 1078 #define ELF_DBG_RTLD 2 macro
|