Searched refs:SHT_REL (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_data.c64 case SHT_REL:
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c388 if (ish.sh_type == SHT_REL || ish.sh_type == SHT_RELA)
589 (s->type == SHT_REL || s->type == SHT_RELA))
611 (s->type == SHT_REL || s->type == SHT_RELA))
752 if (s->type == SHT_REL) {
786 if (s->type == SHT_REL)
791 if (s->type == SHT_REL)
803 if (s->type == SHT_REL)
808 if (s->type == SHT_REL)
813 s->sz = gelf_fsize(ecp->eout, (s->type == SHT_REL ? ELF_T_REL :
852 if (s->type == SHT_REL)
[all...]
H A Dsymbols.c289 if (sh.sh_type != SHT_REL && sh.sh_type != SHT_RELA)
312 if (sh.sh_type == SHT_REL) {
616 ((s->type == SHT_REL) || (s->type == SHT_RELA)))
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c156 if ((sh.sh_type != SHT_REL && sh.sh_type != SHT_RELA) ||
178 if (sh.sh_type == SHT_REL)
H A Dlibdwarf_reloc.c361 drs->drs_addend ? SHT_RELA : SHT_REL, 0, 0, drs->drs_ref->ds_ndx,
/freebsd-13-stable/stand/common/
H A Dload_elf_obj.c325 case SHT_REL:
525 if (shdr[i].sh_type != SHT_RELA && shdr[i].sh_type != SHT_REL)
548 case SHT_REL:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp192 if (SecRef.sh_type != ELF::SHT_RELA && SecRef.sh_type != ELF::SHT_REL)
195 if (SecRef.sh_type == ELF::SHT_REL)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h857 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
879 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
899 if (sec->sh_type == ELF::SHT_REL)
916 if (sec->sh_type == ELF::SHT_REL)
925 if (sec->sh_type == ELF::SHT_REL)
954 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); member in class:llvm::object::ELF
/freebsd-13-stable/usr.sbin/kldxref/
H A Def_obj.c428 case SHT_REL:
565 case SHT_REL:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp345 // SHF_LINK_ORDER and SHT_REL/SHT_RELA sections.
371 bool isRel = (sec->type == SHT_REL || sec->type == SHT_RELA);
H A DInputFiles.cpp635 case SHT_REL:
646 // 2) create SHT_REL[A] sections. In some cases the section header index of a
656 if (sec.sh_type == SHT_REL || sec.sh_type == SHT_RELA)
909 case SHT_REL: {
H A DOutputSections.cpp405 if (!config->copyRelocs || (type != SHT_RELA && type != SHT_REL))
412 // sh_info for SHT_REL[A] sections should contain the section header index of
H A DWriter.cpp685 if (isec->type == SHT_REL)
800 if (isec->type == SHT_REL || isec->type == SHT_RELA)
2883 if (sec->type == SHT_REL || sec->type == SHT_RELA)
2887 if (sec->type != SHT_REL && sec->type != SHT_RELA)
H A DInputSection.cpp400 if (!file || (type != SHT_RELA && type != SHT_REL))
1212 if (type == SHT_REL) {
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c405 case SHT_REL: return "SHT_REL";
1768 * Dump a relocation section of type SHT_REL.
1782 r.type = SHT_REL;
1810 if ((s->type == SHT_REL || s->type == SHT_RELA) &&
1820 if (s->type == SHT_REL)
1879 if (s->type != SHT_REL && s->type != SHT_RELA)
1895 if (s->type == SHT_REL) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h735 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA;
775 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA;
855 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA;
H A DELFObjcopy.cpp475 case SHT_REL:
665 // Dynamic relocation sections (SHT_REL[A] with SHF_ALLOC) are handled
672 case SHT_REL:
H A DObject.cpp106 Sec.EntrySize = Sec.Type == SHT_REL ? sizeof(Elf_Rel) : sizeof(Elf_Rela);
885 if (Sec.Type == SHT_REL)
1476 case SHT_REL:
1603 if (RelSec->Type == SHT_REL)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp250 STRINGIFY_ENUM_CASE(ELF, SHT_REL);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp70 // In SHT_REL case we would need to read the addend from section data.
77 } else if ((*SecOrErr)->sh_type != ELF::SHT_REL) {
/freebsd-13-stable/sys/kern/
H A Dlink_elf_obj.c400 case SHT_REL:
558 case SHT_REL:
802 case SHT_REL:
1101 case SHT_REL:
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c568 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h403 if (Sec.sh_type != ELF::SHT_REL || Sec.sh_info != IndexSectionIndex)
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c345 case SHT_REL: return "SHT_REL";
673 case SHT_REL:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp128 if (type == DT_REL || type == SHT_REL)
1623 case SHT_REL:
2486 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
2649 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
2861 if (I->sh_type == SHT_RELA || I->sh_type == SHT_REL) {
3150 CASE_AND_STREAM(s, SHT_REL, kStrWidth);

Completed in 432 milliseconds

12