/titanic_51/usr/src/cmd/sgs/liblddbg/common/ |
H A D | relocate.c | 515 if (type == SHT_RELA) { in Elf_reloc_title() 529 if (type == SHT_RELA) { in Elf_reloc_title() 537 if (type == SHT_RELA) { in Elf_reloc_title() 570 if (type == SHT_RELA) { in Elf_reloc_entry_2() 590 if (type == SHT_RELA) in Elf_reloc_entry_2() 600 if (type == SHT_RELA) { in Elf_reloc_entry_2() 667 if (type == SHT_RELA) { in Elf_reloc_entry_1()
|
H A D | got.c | 151 if (type == SHT_RELA) { in Elf_got_entry()
|
/titanic_51/usr/src/cmd/sgs/include/sparc/ |
H A D | machdep_sparc.h | 149 #define M_REL_SHT_TYPE SHT_RELA /* section header type */
|
/titanic_51/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 150 #define M_REL_SHT_TYPE SHT_RELA /* section header type */
|
/titanic_51/usr/src/boot/sys/boot/common/ |
H A D | load_elf_obj.c | 279 case SHT_RELA: in __elfN() 477 if (shdr[i].sh_type != SHT_RELA && shdr[i].sh_type != SHT_REL) in __elfN() 487 case SHT_RELA: in __elfN()
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.msg | 42 @ MSG_SHT_RELA "[ SHT_RELA ]" # 4 44 @ MSG_SHT_RELA_CF "SHT_RELA"
|
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 554 shp->sh_type = SHT_RELA; in dump_elf32() 690 shp->sh_type = SHT_RELA; in dump_elf64() 1108 if (shdr_rel.sh_type != SHT_RELA && shdr_rel.sh_type != SHT_REL) in process_obj() 1176 if (shdr_rel.sh_type == SHT_RELA) { in process_obj() 1308 if (shdr_rel.sh_type == SHT_RELA) { in process_obj()
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.amd.c | 443 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name, in ld_perform_outreloc() 960 M_MACH, SHT_RELA, arsp, R1addr, value, in ld_do_activerelocs() 1067 M_MACH, SHT_RELA, arsp, EC_NATPTR(addr), value, in ld_do_activerelocs() 1212 DBG_CALL(Dbg_reloc_ors_entry(ofl->ofl_lml, ELF_DBG_LD, SHT_RELA, in ld_add_outrel()
|
H A D | machrel.sparc.c | 614 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, in ld_perform_outreloc() 788 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name, in ld_perform_outreloc() 1261 ELF_DBG_LD_ACT, M_MACH, SHT_RELA, in ld_do_activerelocs() 1353 M_MACH, SHT_RELA, arsp, EC_NATPTR(addr), value, in ld_do_activerelocs() 1538 DBG_CALL(Dbg_reloc_ors_entry(ofl->ofl_lml, ELF_DBG_LD, SHT_RELA, in ld_add_outrel()
|
H A D | relocate.c | 133 if (irel->is_shdr->sh_type == SHT_RELA) in is_disp_copied() 2145 if (shdr->sh_type == SHT_RELA) in reloc_section() 2312 if (rsect->is_shdr->sh_type == SHT_RELA) in process_movereloc()
|
/titanic_51/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_reloc.c | 285 if (rshp->sh_type == SHT_RELA) { in do_relocations() 286 _kobj_printf(ops, "%s can't process type SHT_RELA\n", in do_relocations()
|
/titanic_51/usr/src/lib/libtnfctl/ |
H A D | traverse.c | 163 if (rel_shdr->sh_type == SHT_RELA) { in _tnfctl_traverse_rela()
|
/titanic_51/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_reloc.c | 296 if (rshp->sh_type != SHT_RELA) in do_relocations()
|
/titanic_51/usr/src/uts/sparc/krtld/ |
H A D | kobj_reloc.c | 355 if (rshp->sh_type != SHT_RELA) in do_relocations()
|
/titanic_51/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 2616 if (((type = shdr->sh_type) != SHT_RELA) && in reloc() 2627 if (type == SHT_RELA) in reloc() 2677 if (type == SHT_RELA) { in reloc() 2992 case SHT_RELA: in dynamic() 3290 TEST_ADDR(SHT_RELA, rela); in dynamic() 3294 TEST_ENTSIZE(SHT_RELA, rela); in dynamic() 4288 if ((type != SHT_RELA) && (type != SHT_REL)) in got() 4296 if (type == SHT_RELA) in got() 4341 if (type == SHT_RELA) { in got() 5095 case SHT_RELA in regular() [all...] |
H A D | fake_shdr.c | 251 { MSG_ORIG(MSG_PHDRNAM_RELA), SHT_RELA, SHF_ALLOC, 977 case SHT_RELA: in get_data()
|
/titanic_51/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_a.out.c | 220 DBG_CALL(Dbg_reloc_run(lmp, SHT_RELA, plt, DBG_REL_START)); in aout_reloc()
|
/titanic_51/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 178 { "SHT_RELA", 0xffffffff, SHT_RELA }, in dump_shdr()
|
/titanic_51/usr/src/lib/libctf/common/ |
H A D | ctf_elfwrite.c | 193 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA) in ctf_write_elf()
|
/titanic_51/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 276 * Print relocation data of type SHT_RELA 783 if ((p_scns->p_shdr.sh_type != SHT_RELA) && in dump_reloc_table() 837 if (p_scns->p_shdr.sh_type == SHT_RELA) { in dump_reloc_table() 1503 if (shdr.sh_type == SHT_RELA) { in print_section()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 563 #define SHT_RELA 4 macro
|
/titanic_51/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 1171 sp->sh_type != SHT_RELA && in iload32() 1332 sp->sh_type != SHT_RELA)
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 382 #define SHT_RELA 4 /* relocation section with addends */ macro
|
/titanic_51/usr/src/tools/ctf/cvt/ |
H A D | output.c | 553 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA) in write_file()
|
/titanic_51/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 384 shdr->sh_type == SHT_RELA) && in traverse_file() 801 (src_shdr.sh_type == SHT_RELA)) { in build_file()
|