| /freebsd-9-stable/contrib/llvm/include/llvm/Object/ |
| D | ELFObjectFile.h | 557 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL) in section_rel_end() 573 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in getRelocatedSection() 601 case ELF::SHT_RELA: { in getRelocationSymbol() 648 case ELF::SHT_RELA: in getROffset() 664 case ELF::SHT_RELA: { in getRelocationType() 689 case ELF::SHT_RELA: { in getRelocationTypeName() 710 case ELF::SHT_RELA: { in getRelocationAddend() 734 case ELF::SHT_RELA: { in getRelocationValueString()
|
| /freebsd-9-stable/lib/libelf/ |
| D | libelf_data.c | 65 case SHT_RELA: in _libelf_xlate_shtype()
|
| /freebsd-9-stable/sys/boot/common/ |
| D | load_elf_obj.c | 289 case SHT_RELA: in __elfN() 485 if (shdr[i].sh_type != SHT_RELA && shdr[i].sh_type != SHT_REL) in __elfN() 495 case SHT_RELA: in __elfN()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_link.c | 601 shp->sh_type = SHT_RELA; in dump_elf32() 748 shp->sh_type = SHT_RELA; in dump_elf64() 1214 if (shdr_rel.sh_type != SHT_RELA && shdr_rel.sh_type != SHT_REL) in process_obj() 1282 if (shdr_rel.sh_type == SHT_RELA) { in process_obj() 1414 if (shdr_rel.sh_type == SHT_RELA) { in process_obj() 1542 if (shdr_rel.sh_type == SHT_RELA) { in process_obj()
|
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | ELFObjectWriter.cpp | 609 if (Section.getType() == ELF::SHT_RELA || in WriteSymbolTable() 857 Section.getType() == ELF::SHT_RELA) in ComputeIndexMap() 1032 ELF::SHT_RELA : ELF::SHT_REL, Flags, in CreateRelocationSections() 1307 case ELF::SHT_RELA: { in WriteSection() 1495 Section.getType() != ELF::SHT_RELA) in ComputeSectionOrder() 1504 Section.getType() == ELF::SHT_RELA) in ComputeSectionOrder()
|
| /freebsd-9-stable/usr.sbin/kldxref/ |
| D | ef_obj.c | 403 case SHT_RELA: in ef_obj_open() 548 case SHT_RELA: in ef_obj_open()
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 355 LLVM_READOBJ_ENUM_CASE(ELF, SHT_RELA ); in getElfSectionType() 534 if (SecI->sh_type != ELF::SHT_REL && SecI->sh_type != ELF::SHT_RELA) in printRelocations() 563 case ELF::SHT_RELA: in printRelocations()
|
| /freebsd-9-stable/sys/kern/ |
| D | link_elf_obj.c | 270 case SHT_RELA: in link_elf_link_preload() 393 case SHT_RELA: in link_elf_link_preload() 579 case SHT_RELA: in link_elf_load_file() 835 case SHT_RELA: in link_elf_load_file()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf64-sparc.c | 256 && (elf_section_data (s)->this_hdr.sh_type == SHT_RELA)) in elf64_sparc_canonicalize_dynamic_reloc() 338 if (rela_hdr->sh_type != SHT_RELA) in elf64_sparc_write_relocs()
|
| D | elf.c | 743 else if (idx->shdr->sh_type == SHT_RELA in _bfd_elf_setup_sections() 2041 case SHT_RELA: in bfd_section_from_shdr() 2112 || elf_elfsections (abfd)[hdr->sh_info]->sh_type == SHT_RELA) in bfd_section_from_shdr() 2142 target_sect->use_rela_p = hdr->sh_type == SHT_RELA; in bfd_section_from_shdr() 2362 { STRING_COMMA_LEN (".gnu.conflict"), 0, SHT_RELA, SHF_ALLOC }, 2405 { STRING_COMMA_LEN (".rela"), -1, SHT_RELA, 0 }, 2744 rel_hdr->sh_type = use_rela_p ? SHT_RELA : SHT_REL; in _bfd_elf_init_reloc_shdr() 2842 case SHT_RELA: in elf_fake_sections() 3263 case SHT_RELA: in assign_section_numbers() 4744 else if (((hdr->sh_type == SHT_REL || hdr->sh_type == SHT_RELA) in assign_file_positions_for_non_load_sections() [all …]
|
| D | elfcode.h | 781 || i_shdrp[shindex].sh_type == SHT_RELA in elf_object_p() 878 || elf_section_data (s)->this_hdr.sh_type == SHT_RELA) in elf_object_p() 961 if (rela_hdr->sh_type == SHT_RELA) in elf_write_relocs()
|
| D | elf64-mips.c | 2384 || elf_section_data (s)->this_hdr.sh_type == SHT_RELA)) in mips_elf64_canonicalize_dynamic_reloc()
|
| D | elflink.c | 10117 case SHT_RELA: dyn.d_tag = DT_RELACOUNT; break; in bfd_elf_final_link() 10227 type = SHT_RELA; in bfd_elf_final_link()
|
| D | elf32-arm.c | 9179 ? SHT_REL : SHT_RELA); in elf32_arm_finish_dynamic_sections()
|
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | common.h | 328 #define SHT_RELA 4 /* Relocation entries with addends */ macro
|
| /freebsd-9-stable/sys/xen/interface/ |
| D | elfstructs.h | 231 #define SHT_RELA 4 /* relocation section with addends*/ macro
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | ELFYAML.cpp | 248 ECase(SHT_RELA) in enumeration()
|
| /freebsd-9-stable/sys/sys/ |
| D | elf_common.h | 264 #define SHT_RELA 4 /* relocation section with addends */ macro
|
| /freebsd-9-stable/lib/libdwarf/ |
| D | dwarf_dump.c | 45 case SHT_RELA: in get_sht_desc()
|
| D | dwarf_init.c | 302 if (shdr.sh_type != SHT_RELA || shdr.sh_size == 0) in dwarf_relocate()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | output.c | 570 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA) in write_file()
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | readelf.c | 2653 case SHT_RELA: return "RELA"; in get_section_type_name() 4158 else if (section->sh_type == SHT_RELA) in process_section_headers() 4713 if ( section->sh_type != SHT_RELA in process_relocs() 4735 is_rela = section->sh_type == SHT_RELA; in process_relocs() 4998 if (relsec->sh_type != SHT_RELA in slurp_ia64_unwind_table() 5410 if (relsec->sh_type != SHT_RELA in slurp_hppa_unwind_table() 7703 if ((relsec->sh_type != SHT_RELA && relsec->sh_type != SHT_REL) in dump_section() 7823 if (relsec->sh_type != SHT_RELA in debug_apply_rela_addends()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 1226 SHT_RELA = 4, // Relocation entries; explicit addends. in LLVM_ENUM_INT_TYPE()
|
| /freebsd-9-stable/usr.bin/elfdump/ |
| D | elfdump.c | 514 case SHT_RELA: in main()
|
| /freebsd-9-stable/contrib/binutils/ld/emultempl/ |
| D | elf32.em | 1466 case SHT_RELA: 1552 else if (((iself && (sh_type == SHT_RELA || sh_type == SHT_REL))
|