Home
last modified time | relevance | path

Searched refs:SHT_REL (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-14.2/contrib/elftoolchain/elfcopy/
H A Dsections.c388 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 Dsymbols.c289 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 Dlibelf_data.c64 case SHT_REL: in _libelf_xlate_shtype()
/freebsd-14.2/stand/common/
H A Dload_elf_obj.c320 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 Dlibdwarf_elf_init.c157 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 Dlibdwarf_reloc.c361 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 Def_obj.c312 case SHT_REL: in ef_obj_open()
411 case SHT_REL: in ef_obj_open()
H A Def.c437 case SHT_REL: in ef_parse_dynamic()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1005 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 Delfdump.c405 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 DMarkLive.cpp280 bool isRel = sec->type == SHT_REL || sec->type == SHT_RELA; in run()
H A DOutputSections.cpp599 if (!config->copyRelocs || (type != SHT_RELA && type != SHT_REL)) in finalize()
734 assert(type == SHT_REL || type == SHT_RELA); in checkDynRelAddends()
H A DInputSection.cpp142 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 DWriter.cpp699 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 DELF.cpp294 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 DELFObject.h768 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 DELFObject.cpp111 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 Dlink_elf_obj.c410 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 DELF_x86_64.cpp113 if (RelSect.sh_type == ELF::SHT_REL) in addRelocations()
H A DELF_ppc64.cpp211 if (RelSect.sh_type == ELF::SHT_REL) in addRelocations()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp135 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 DELFDump.cpp111 } else if ((*SecOrErr)->sh_type == ELF::SHT_REL) { in getRelocationValueString()
/freebsd-14.2/usr.bin/elfdump/
H A Delfdump.c343 case SHT_REL: return "SHT_REL"; in sh_types()
676 case SHT_REL: in main()
/freebsd-14.2/sys/arm64/linux/
H A Dlinux_sysvec.c552 case SHT_REL: in linux_vdso_reloc()
/freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c566 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA) in write_file()

12