Searched refs:SHT_CREL (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.cpp | 122 (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 D | InputSection.h | 495 return type == llvm::ELF::SHT_RELA || type == llvm::ELF::SHT_CREL || in isStaticRelSecType()
|
H A D | InputSection.cpp | 143 if (shdr.sh_type == SHT_CREL) { in relsOrRelas()
|
H A D | LinkerScript.cpp | 64 if (s->type == SHT_CREL) in getOutputSectionName()
|
H A D | InputFiles.cpp | 835 case SHT_CREL: in initializeSections()
|
H A D | Writer.cpp | 408 } else if (isec->type == SHT_CREL) { in markUsedLocalSymbols()
|
H A D | Driver.cpp | 994 if (sec.sh_type == SHT_CREL) { in processCallGraphRelocations()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1035 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 D | ELFDump.cpp | 107 if ((*SecOrErr)->sh_type == ELF::SHT_CREL) { in getRelocationValueString()
|
H A D | llvm-objdump.cpp | 2692 if (O.isELF() && ELFSectionRef(Section).getType() == ELF::SHT_CREL) { in printRelocations()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 126 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 D | ELFObject.h | 884 return is_contained({ELF::SHT_REL, ELF::SHT_RELA, ELF::SHT_CREL}, in classof()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 689 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 D | ELF.h | 1089 SHT_CREL = 0x40000014, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 306 STRINGIFY_ENUM_CASE(ELF, SHT_CREL); in getELFSectionTypeName()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3866 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 D | ELFEmitter.cpp | 1279 Section.Type == llvm::ELF::SHT_CREL) && in writeSectionContent() 1288 const bool IsCrel = Section.Type == llvm::ELF::SHT_CREL; in writeSectionContent()
|
H A D | ELFYAML.cpp | 691 ECase(SHT_CREL); in enumeration() 1626 case ELF::SHT_CREL: in mapping()
|