Searched refs:SHT_CREL (Results 1 – 19 of 19) 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() 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 D | InputSection.h | 518 return type == llvm::ELF::SHT_RELA || type == llvm::ELF::SHT_CREL || in isStaticRelSecType()
|
| H A D | LinkerScript.cpp | 61 if (s->type == SHT_CREL) in getOutputSectionName()
|
| H A D | InputSection.cpp | 146 if (shdr.sh_type == SHT_CREL) { in relsOrRelas()
|
| H A D | InputFiles.cpp | 800 case SHT_CREL: in initializeSections()
|
| H A D | Writer.cpp | 425 } else if (isec->type == SHT_CREL) { in markUsedLocalSymbols()
|
| H A D | Driver.cpp | 1064 if (sec.sh_type == SHT_CREL) { in processCallGraphRelocations()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 1040 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 D | ELF.cpp | 308 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 D | RelocationResolver.cpp | 894 GetRelSectionType() == ELF::SHT_CREL) { in resolveRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 692 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 D | ELFDump.cpp | 114 if ((*SecOrErr)->sh_type == ELF::SHT_CREL) { in getRelocationValueString()
|
| H A D | llvm-objdump.cpp | 2763 if (O.isELF() && ELFSectionRef(Section).getType() == ELF::SHT_CREL) { in printRelocations()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 123 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 D | ELFObject.h | 888 return is_contained({ELF::SHT_REL, ELF::SHT_RELA, ELF::SHT_CREL}, in classof()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1163 SHT_CREL = 0x40000014, enumerator
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3931 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 D | ELFEmitter.cpp | 1272 Section.Type == llvm::ELF::SHT_CREL) && in writeSectionContent() 1281 const bool IsCrel = Section.Type == llvm::ELF::SHT_CREL; in writeSectionContent()
|
| H A D | ELFYAML.cpp | 711 ECase(SHT_CREL); in enumeration() 1658 case ELF::SHT_CREL: in mapping()
|