Home
last modified time | relevance | path

Searched refs:ELF64BE (Results 1 – 25 of 30) sorted by relevance

12

/src/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1444 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1450 template void InputSection::writeTo<ELF64BE>(uint8_t *);
1458 template RelsOrRelas<ELF64BE>
1459 InputSectionBase::relsOrRelas<ELF64BE>(bool) const;
1467 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,
1468 const ELF64BE::Shdr &, StringRef);
1476 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,
1477 const ELF64BE::Shdr &, StringRef);
1482 template void EhInputSection::split<ELF64BE>();
H A DOutputSections.cpp703 : relToCrel<ELF64BE>(os, out, relSec, sec); in finalizeNonAllocCrel()
919 template void OutputSection::writeHeaderTo<ELF64BE>(ELF64BE::Shdr *Shdr);
927 template void OutputSection::writeTo<ELF64BE>(uint8_t *,
933 template void OutputSection::maybeCompress<ELF64BE>();
H A DInputFiles.cpp50 extern template void ObjFile<ELF64BE>::importCmseSymbols();
342 extern template void ObjFile<ELF64BE>::importCmseSymbols();
404 return getSrcMsgAux(cast<ObjFile<ELF64BE>>(*this), sym, sec, offset); in getSrcMsg()
541 init<ELF64BE>(fileKind); in init()
1354 return isNonCommonDef<ELF64BE>(ELF64BEKind, mb, symName, archiveName); in isNonCommonDef()
1873 f = make<ObjFile<ELF64BE>>(ELF64BEKind, mb, archiveName); in createObjFile()
1918 template class elf::ObjFile<ELF64BE>;
1923 template void SharedFile::parse<ELF64BE>();
H A DDWARF.cpp149 template class elf::LLDDwarfObj<ELF64BE>;
H A DTarget.cpp76 return getMipsTargetInfo<ELF64BE>(); in getTarget()
H A DTarget.h336 f<llvm::object::ELF64BE>(__VA_ARGS__); \
H A DMarkLive.cpp399 template void elf::markLive<ELF64BE>();
H A DICF.cpp597 template void elf::doIcf<ELF64BE>();
H A DSyntheticSections.cpp528 addSectionAux<ELF64BE>(sec); in finalizeContents()
4935 template void elf::splitSections<ELF64BE>();
4943 template void EhFrameSection::iterateFDEWithLSDA<ELF64BE>(
4949 template class elf::SymbolTableSection<ELF64BE>;
4954 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part);
4959 template void elf::writePhdrs<ELF64BE>(uint8_t *Buf, Partition &Part);
4964 template void elf::createSyntheticSections<ELF64BE>();
H A DRelocations.cpp740 msg = maybeReportDiscarded<ELF64BE>(sym); in reportUndefinedSymbol()
2453 template void elf::scanRelocations<ELF64BE>();
2458 template void elf::checkNoCrossRefs<ELF64BE>();
/src/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp378 return isN32Abi<ELF64BE>(f); in isMipsN32Abi()
394 template uint32_t elf::calcMipsEFlags<ELF64BE>();
H A DMips.cpp789 template TargetInfo *elf::getMipsTargetInfo<ELF64BE>();
794 template bool elf::isMipsPIC<ELF64BE>(const Defined *);
H A DPPC64.cpp396 : getRelaTocSymAndAddend<ELF64BE>(tocISB, rel.addend); in tryRelaxPPC64TocIndirection()
635 return cast<ObjFile<ELF64BE>>(file)->getObj().getHeader().e_flags; in getEFlags()
H A DARM.cpp1543 template void elf::writeARMCmseImportLib<ELF64BE>();
1548 template void ObjFile<ELF64BE>::importCmseSymbols();
/src/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp63 if (auto *O = dyn_cast<ELFObjectFile<ELF64BE>>(Obj)) in getBuildID()
H A DELFObjectFile.cpp94 return createPtr<ELF64BE>(Obj, InitContent); in createELFObjectFile()
H A DELF.cpp985 template class llvm::object::ELFFile<ELF64BE>;
/src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp340 } else if (isa<ELFObjectFile<ELF64BE>>(&InputFile)) { in addSectionsFromLinkedData()
341 Expected<ELFObjectFile<ELF64BE>> MemFile = ELFObjectFile<ELF64BE>::create( in addSectionsFromLinkedData()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp174 auto *ELF64BE = cast<ELF64BEObjectFile>(Obj); in getELFRelocationValueString() local
175 return getRelocationValueString(ELF64BE, Rel, Result); in getELFRelocationValueString()
/src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp704 } else if (auto Obj = dyn_cast<ELFObjectFile<ELF64BE>>(Bin)) { in readELFFile()
727 return writeELFBinaryToFile<ELF64BE>(FilePath, Stub, WriteIfChanged); in writeBinaryStub()
/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp144 if (isa<ELFObjectFile<ELF64BE>>(Bin)) in getOutputElfType()
172 return std::make_unique<ELFWriter<ELF64BE>>(Obj, Out, !Config.StripSections, in createELFWriter()
H A DELFObject.cpp2013 } else if (auto *O = dyn_cast<ELFObjectFile<ELF64BE>>(Bin)) { in create()
2014 ELFBuilder<ELF64BE> Builder(*O, *Obj, ExtractPartition); in create()
3067 template class ELFBuilder<ELF64BE>;
3072 template class ELFWriter<ELF64BE>;
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp316 return CreateArchType<ELF64BE>(Buffer, Ctx.getMemoryManager(), in Create()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h100 using ELF64BE = ELFType<llvm::endianness::big, true>; variable
H A DELF.h529 using ELF64BEFile = ELFFile<ELF64BE>;

12