Home
last modified time | relevance | path

Searched refs:SHT_CREL (Results 1 – 19 of 19) 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()
501 if (type == SHT_CREL && !(flags & SHF_ALLOC)) { in writeTo()
541 if (type == SHT_CREL && !(flags & SHF_ALLOC)) { in writeTo()
711 if (relSec->type == SHT_CREL) { in finalizeNonAllocCrel()
774 if (type == SHT_CREL) { in finalize()
H A DInputSection.h518 return type == llvm::ELF::SHT_RELA || type == llvm::ELF::SHT_CREL || in isStaticRelSecType()
H A DLinkerScript.cpp61 if (s->type == SHT_CREL) in getOutputSectionName()
H A DInputSection.cpp146 if (shdr.sh_type == SHT_CREL) { in relsOrRelas()
H A DInputFiles.cpp800 case SHT_CREL: in initializeSections()
H A DWriter.cpp425 } else if (isec->type == SHT_CREL) { in markUsedLocalSymbols()
H A DDriver.cpp1064 if (sec.sh_type == SHT_CREL) { in processCallGraphRelocations()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1040 if (reinterpret_cast<const Elf_Shdr *>(Sec.p)->sh_type == ELF::SHT_CREL) { in section_rel_begin()
1067 if (S->sh_type == ELF::SHT_CREL) { in section_rel_end()
1090 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA && Type != ELF::SHT_CREL) in getRelocatedSection()
1110 if (sec->sh_type == ELF::SHT_CREL) in getRelocationSymbol()
1129 if (sec->sh_type == ELF::SHT_CREL) in getRelocationOffset()
1140 if (sec->sh_type == ELF::SHT_CREL) in getRelocationType()
1165 if (getRelSection(Rel)->sh_type == ELF::SHT_CREL) in getRelocationAddend()
1193 assert(getRelSection(Crel)->sh_type == ELF::SHT_CREL); in getCrel()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp308 STRINGIFY_ENUM_CASE(ELF, SHT_CREL); in getELFSectionTypeName()
750 if (RelaSec->sh_type == ELF::SHT_CREL) { in decodeBBAddrMapImpl()
1002 Sec.sh_type != ELF::SHT_CREL) in getSectionAndRelocations()
H A DRelocationResolver.cpp894 GetRelSectionType() == ELF::SHT_CREL) { in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp692 Ctx.createELFRelSection(".crel" + SectionName, ELF::SHT_CREL, Flags, in createRelocationSection()
896 case ELF::SHT_CREL: { in writeSectionHeader()
991 case ELF::SHT_CREL: in writeSectionHeaders()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp114 if ((*SecOrErr)->sh_type == ELF::SHT_CREL) { in getRelocationValueString()
H A Dllvm-objdump.cpp2763 if (O.isELF() && ELFSectionRef(Section).getType() == ELF::SHT_CREL) { in printRelocations()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp123 if (Sec.Type == SHT_CREL) { in visit()
892 case SHT_CREL: in getNamePrefix()
986 if (Sec.Type == SHT_CREL) { in visit()
1708 case SHT_CREL: in makeSection()
1886 if (RelSec->Type == SHT_CREL) { in readSections()
H A DELFObject.h888 return is_contained({ELF::SHT_REL, ELF::SHT_RELA, ELF::SHT_CREL}, in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1163 SHT_CREL = 0x40000014, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3931 if (IsRela || (SType == ELF::SHT_CREL && (CrelHdr & CREL_HDR_ADDEND))) in printRelocHeaderFields()
3942 if (Type != ELF::SHT_CREL) in printDynamicRelocHeader()
3952 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_CREL || in isRelocationSec()
3979 if (Sec.sh_type == ELF::SHT_CREL) { in printRelocations()
4026 if (Sec.sh_type == ELF::SHT_CREL && EntriesNum != "<?>") { in printRelocations()
4032 if (Sec.sh_type != ELF::SHT_CREL || EntriesNum != "<?>") in printRelocations()
5020 printDynamicRelocHeader(ELF::SHT_CREL, "CREL", this->DynCrelRegion); in printDynamicRelocationsHelper()
6585 case ELF::SHT_CREL: { in forEachRelocationDo()
6887 if (RelocSec->sh_type == ELF::SHT_CREL) { in printRelocatableStackSizes()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1272 Section.Type == llvm::ELF::SHT_CREL) && in writeSectionContent()
1281 const bool IsCrel = Section.Type == llvm::ELF::SHT_CREL; in writeSectionContent()
H A DELFYAML.cpp711 ECase(SHT_CREL); in enumeration()
1658 case ELF::SHT_CREL: in mapping()