Home
last modified time | relevance | path

Searched refs:SHT_CREL (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp122 (type == SHT_CREL) != (isec->type == SHT_CREL)) { in commitSection()
124 type = SHT_CREL; in commitSection()
484 if (type == SHT_CREL && !(flags & SHF_ALLOC)) { in writeTo()
524 if (type == SHT_CREL && !(flags & SHF_ALLOC)) { in writeTo()
690 if (relSec->type == SHT_CREL) { in finalizeNonAllocCrel()
751 if (type == SHT_CREL) { in finalize()
H A DInputSection.h495 return type == llvm::ELF::SHT_RELA || type == llvm::ELF::SHT_CREL || in isStaticRelSecType()
H A DInputSection.cpp143 if (shdr.sh_type == SHT_CREL) { in relsOrRelas()
H A DLinkerScript.cpp64 if (s->type == SHT_CREL) in getOutputSectionName()
H A DInputFiles.cpp835 case SHT_CREL: in initializeSections()
H A DWriter.cpp408 } else if (isec->type == SHT_CREL) { in markUsedLocalSymbols()
H A DDriver.cpp994 if (sec.sh_type == SHT_CREL) { in processCallGraphRelocations()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1035 if (reinterpret_cast<const Elf_Shdr *>(Sec.p)->sh_type == ELF::SHT_CREL) { in section_rel_begin()
1062 if (S->sh_type == ELF::SHT_CREL) { in section_rel_end()
1085 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA && Type != ELF::SHT_CREL) in getRelocatedSection()
1105 if (sec->sh_type == ELF::SHT_CREL) in getRelocationSymbol()
1124 if (sec->sh_type == ELF::SHT_CREL) in getRelocationOffset()
1135 if (sec->sh_type == ELF::SHT_CREL) in getRelocationType()
1160 if (getRelSection(Rel)->sh_type == ELF::SHT_CREL) in getRelocationAddend()
1188 assert(getRelSection(Crel)->sh_type == ELF::SHT_CREL); in getCrel()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp107 if ((*SecOrErr)->sh_type == ELF::SHT_CREL) { in getRelocationValueString()
H A Dllvm-objdump.cpp2692 if (O.isELF() && ELFSectionRef(Section).getType() == ELF::SHT_CREL) { in printRelocations()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp126 if (Sec.Type == SHT_CREL) { in visit()
895 case SHT_CREL: in getNamePrefix()
989 if (Sec.Type == SHT_CREL) { in visit()
1711 case SHT_CREL: in makeSection()
1889 if (RelSec->Type == SHT_CREL) { in readSections()
H A DELFObject.h884 return is_contained({ELF::SHT_REL, ELF::SHT_RELA, ELF::SHT_CREL}, in classof()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp689 Ctx.createELFRelSection(".crel" + SectionName, ELF::SHT_CREL, Flags, in createRelocationSection()
892 case ELF::SHT_CREL: { in writeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1089 SHT_CREL = 0x40000014, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp306 STRINGIFY_ENUM_CASE(ELF, SHT_CREL); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3866 if (IsRela || (SType == ELF::SHT_CREL && (CrelHdr & CREL_HDR_ADDEND))) in printRelocHeaderFields()
3877 if (Type != ELF::SHT_CREL) in printDynamicRelocHeader()
3887 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_CREL || in isRelocationSec()
3914 if (Sec.sh_type == ELF::SHT_CREL) { in printRelocations()
3961 if (Sec.sh_type == ELF::SHT_CREL && EntriesNum != "<?>") { in printRelocations()
3967 if (Sec.sh_type != ELF::SHT_CREL || EntriesNum != "<?>") in printRelocations()
4955 printDynamicRelocHeader(ELF::SHT_CREL, "CREL", this->DynCrelRegion); in printDynamicRelocationsHelper()
6483 case ELF::SHT_CREL: { in forEachRelocationDo()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1279 Section.Type == llvm::ELF::SHT_CREL) && in writeSectionContent()
1288 const bool IsCrel = Section.Type == llvm::ELF::SHT_CREL; in writeSectionContent()
H A DELFYAML.cpp691 ECase(SHT_CREL); in enumeration()
1626 case ELF::SHT_CREL: in mapping()