| /freebsd-14.2/contrib/elftoolchain/elfcopy/ |
| H A D | sections.c | 388 if (ish.sh_type == SHT_REL || ish.sh_type == SHT_RELA) in create_scn() 589 (s->type == SHT_REL || s->type == SHT_RELA)) in copy_content() 611 (s->type == SHT_REL || s->type == SHT_RELA)) in copy_content() 752 if (s->type == SHT_REL) { in filter_reloc() 786 if (s->type == SHT_REL) in filter_reloc() 791 if (s->type == SHT_REL) in filter_reloc() 803 if (s->type == SHT_REL) in filter_reloc() 808 if (s->type == SHT_REL) in filter_reloc() 852 if (s->type == SHT_REL) in update_reloc() 904 case SHT_REL: in section_type_alignment() [all …]
|
| H A D | symbols.c | 289 if (sh.sh_type != SHT_REL && sh.sh_type != SHT_RELA) in mark_reloc_symbols() 312 if (sh.sh_type == SHT_REL) { in mark_reloc_symbols() 616 ((s->type == SHT_REL) || (s->type == SHT_RELA))) in generate_symbols()
|
| /freebsd-14.2/contrib/elftoolchain/libelf/ |
| H A D | libelf_data.c | 64 case SHT_REL: in _libelf_xlate_shtype()
|
| /freebsd-14.2/stand/common/ |
| H A D | load_elf_obj.c | 320 case SHT_REL: in __elfN() 522 if (shdr[i].sh_type != SHT_RELA && shdr[i].sh_type != SHT_REL) in __elfN() 545 case SHT_REL: in __elfN()
|
| /freebsd-14.2/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_elf_init.c | 157 if ((sh.sh_type != SHT_REL && sh.sh_type != SHT_RELA) || in _dwarf_elf_relocate() 186 if (sh.sh_type == SHT_REL) in _dwarf_elf_relocate()
|
| H A D | libdwarf_reloc.c | 361 drs->drs_addend ? SHT_RELA : SHT_REL, 0, 0, drs->drs_ref->ds_ndx, in _dwarf_reloc_section_finalize()
|
| /freebsd-14.2/usr.sbin/kldxref/ |
| H A D | ef_obj.c | 312 case SHT_REL: in ef_obj_open() 411 case SHT_REL: in ef_obj_open()
|
| H A D | ef.c | 437 case SHT_REL: in ef_parse_dynamic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 1005 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL) in section_rel_end() 1025 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in getRelocatedSection() 1045 if (sec->sh_type == ELF::SHT_REL) in getRelocationSymbol() 1062 if (sec->sh_type == ELF::SHT_REL) in getRelocationOffset() 1071 if (sec->sh_type == ELF::SHT_REL) in getRelocationType() 1100 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
|
| /freebsd-14.2/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 405 case SHT_REL: return "SHT_REL"; in sh_types() 1782 r.type = SHT_REL; in elf_print_rel() 1810 if ((s->type == SHT_REL || s->type == SHT_RELA) && in elf_print_reloc() 1820 if (s->type == SHT_REL) in elf_print_reloc() 1879 if (s->type != SHT_REL && s->type != SHT_RELA) in find_gotrel() 1895 if (s->type == SHT_REL) { in find_gotrel()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | MarkLive.cpp | 280 bool isRel = sec->type == SHT_REL || sec->type == SHT_RELA; in run()
|
| H A D | OutputSections.cpp | 599 if (!config->copyRelocs || (type != SHT_RELA && type != SHT_REL)) in finalize() 734 assert(type == SHT_REL || type == SHT_RELA); in checkDynRelAddends()
|
| H A D | InputSection.cpp | 142 if (shdr.sh_type == SHT_REL) { in relsOrRelas() 349 if (!file || file->isInternal() || (type != SHT_RELA && type != SHT_REL)) in getRelocatedSection() 1173 if (LLVM_UNLIKELY(type == SHT_REL)) { in writeTo()
|
| H A D | Writer.cpp | 699 if (isec->type == SHT_REL) in markUsedLocalSymbols() 799 if (s->type == SHT_REL || s->type == SHT_RELA) in addSectionSymbols() 3031 if (sec->type == SHT_REL || sec->type == SHT_RELA) in writeSections() 3037 if (sec->type != SHT_REL && sec->type != SHT_RELA) in writeSections() 3044 if (sec->type == SHT_REL || sec->type == SHT_RELA) in writeSections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 294 STRINGIFY_ENUM_CASE(ELF, SHT_REL); in getELFSectionTypeName() 855 if (Sec.sh_type != ELF::SHT_RELA && Sec.sh_type != ELF::SHT_REL) in getSectionAndRelocations()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 768 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA; in classof() 812 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA; in classof() 892 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA; in classof()
|
| H A D | ELFObject.cpp | 111 Sec.EntrySize = Sec.Type == SHT_REL ? sizeof(Elf_Rel) : sizeof(Elf_Rela); in visit() 871 case SHT_REL: in getNamePrefix() 967 if (Sec.Type == SHT_REL) in visit() 1678 case SHT_REL: in makeSection() 1857 if (RelSec->Type == SHT_REL) { in readSections()
|
| /freebsd-14.2/sys/kern/ |
| H A D | link_elf_obj.c | 410 case SHT_REL: in link_elf_link_preload() 579 case SHT_REL: in link_elf_link_preload() 847 case SHT_REL: in link_elf_load_file() 1159 case SHT_REL: in link_elf_load_file()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_x86_64.cpp | 113 if (RelSect.sh_type == ELF::SHT_REL) in addRelocations()
|
| H A D | ELF_ppc64.cpp | 211 if (RelSect.sh_type == ELF::SHT_REL) in addRelocations()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 135 if (type == DT_REL || type == SHT_REL) in ELFRelocation() 1707 case SHT_REL: in GetSectionType() 2558 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in ParseTrampolineSymbols() 2851 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in RelocateDebugSections() 3048 if (I->sh_type == SHT_RELA || I->sh_type == SHT_REL) { in RelocateSection() 3342 CASE_AND_STREAM(s, SHT_REL, kStrWidth); in DumpELFSectionHeader_sh_type()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 111 } else if ((*SecOrErr)->sh_type == ELF::SHT_REL) { in getRelocationValueString()
|
| /freebsd-14.2/usr.bin/elfdump/ |
| H A D | elfdump.c | 343 case SHT_REL: return "SHT_REL"; in sh_types() 676 case SHT_REL: in main()
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 552 case SHT_REL: in linux_vdso_reloc()
|
| /freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | output.c | 566 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA) in write_file()
|