Home
last modified time | relevance | path

Searched refs:ELF32LE (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDInputSection.cpp213 using Chdr32 = typename ELF32LE::Chdr; in parseCompressedHeader()
1323 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1332 template std::string InputSectionBase::getLocation<ELF32LE>(uint64_t);
1337 template void InputSection::writeTo<ELF32LE>(uint8_t *);
1342 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1343 const ELF32LE::Shdr &, StringRef);
1351 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1352 const ELF32LE::Shdr &, StringRef);
1360 template void EhInputSection::split<ELF32LE>();
HDTarget.cpp68 return getMipsTargetInfo<ELF32LE>(); in getTarget()
118 return getErrPlace<ELF32LE>(loc); in getErrorPlace()
HDOutputSections.cpp496 template void OutputSection::writeHeaderTo<ELF32LE>(ELF32LE::Shdr *Shdr);
501 template void OutputSection::writeTo<ELF32LE>(uint8_t *Buf);
506 template void OutputSection::maybeCompress<ELF32LE>();
HDInputFiles.cpp207 doParseFile<ELF32LE>(file); in parseFile()
257 return getSrcMsgAux(cast<ObjFile<ELF32LE>>(*this), sym, sec, offset); in getSrcMsg()
309 init<ELF32LE>(); in ELFFileBase()
1519 return make<ObjFile<ELF32LE>>(mb, archiveName); in createObjectFile()
1613 template void BitcodeFile::parse<ELF32LE>();
1618 template void LazyObjFile::parse<ELF32LE>();
1623 template class ObjFile<ELF32LE>;
1628 template void SharedFile::parse<ELF32LE>();
HDSyntheticSections.cpp468 addSectionAux<ELF32LE>(sec); in finalizeContents()
3721 template GdbIndexSection *GdbIndexSection::create<ELF32LE>();
3726 template void splitSections<ELF32LE>();
3731 template class MipsAbiFlagsSection<ELF32LE>;
3736 template class MipsOptionsSection<ELF32LE>;
3741 template class MipsReginfoSection<ELF32LE>;
3746 template class DynamicSection<ELF32LE>;
3751 template class RelocationSection<ELF32LE>;
3756 template class AndroidPackedRelocationSection<ELF32LE>;
3761 template class RelrSection<ELF32LE>;
[all …]
HDDWARF.cpp127 template class LLDDwarfObj<ELF32LE>;
HDMarkLive.cpp393 template void markLive<ELF32LE>();
HDICF.cpp530 template void doIcf<ELF32LE>();
HDARMErrataFix.cpp323 auto *f = cast<ObjFile<ELF32LE>>(file); in init()
HDRelocations.cpp1963 template void scanRelocations<ELF32LE>(InputSectionBase &);
1967 template void reportUndefinedSymbols<ELF32LE>();
HDWriter.cpp2733 template void createSyntheticSections<ELF32LE>();
2738 template void writeResult<ELF32LE>();
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDMipsArchTree.cpp372 return isN32Abi<ELF32LE>(f); in isMipsN32Abi()
391 template uint32_t calcMipsEFlags<ELF32LE>();
HDMips.cpp757 template TargetInfo *getMipsTargetInfo<ELF32LE>();
762 template bool isMipsPIC<ELF32LE>(const Defined *);
HDHexagon.cpp67 uint32_t eflags = cast<ObjFile<ELF32LE>>(f)->getObj().getHeader()->e_flags; in calcEFlags()
HDX86.cpp472 write32le(buf + 5, i * sizeof(object::ELF32LE::Rel)); in writeIBTPlt()
HDRISCV.cpp107 return cast<ObjFile<ELF32LE>>(f)->getObj().getHeader()->e_flags; in getEFlags()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDELFDump.cpp122 if (auto *ELF32LE = dyn_cast<ELF32LEObjectFile>(Obj)) in getELFRelocationValueString() local
123 return getRelocationValueString(ELF32LE, Rel, Result); in getELFRelocationValueString()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDELFObjcopy.cpp114 if (isa<ELFObjectFile<ELF32LE>>(Bin)) in getOutputElfType()
139 return std::make_unique<ELFWriter<ELF32LE>>(Obj, Buf, !Config.StripSections, in createELFWriter()
193 if (auto *O = dyn_cast<ELFObjectFile<ELF32LE>>(&In)) in findBuildID()
HDObject.cpp522 std::max(sizeof(object::Elf_Chdr_Impl<object::ELF32LE>), in CompressedSection()
1678 if (auto *O = dyn_cast<ELFObjectFile<ELF32LE>>(Bin)) { in create()
1679 ELFBuilder<ELF32LE> Builder(*O, *Obj, ExtractPartition); in create()
2391 template class ELFBuilder<ELF32LE>;
2396 template class ELFWriter<ELF32LE>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDELFObjectFile.cpp81 return createPtr<ELF32LE>(Obj); in createELFObjectFile()
HDELF.cpp586 template class llvm::object::ELFFile<ELF32LE>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDSymbolize.cpp309 if (auto *O = dyn_cast<ELFObjectFile<ELF32LE>>(Obj)) in getBuildID()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELFTypes.h94 using ELF32LE = ELFType<support::little, false>; variable
HDELF.h304 using ELF32LEFile = ELFFile<ELF32LE>;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp2449 template <> void ELFDumper<ELF32LE>::printUnwindInfo() { in printUnwindInfo()
2450 const ELFFile<ELF32LE> *Obj = ObjF->getELFFile(); in printUnwindInfo()
2453 ARM::EHABI::PrinterContext<ELF32LE> Ctx(W, Obj, ObjF->getFileName(), in printUnwindInfo()
2457 DwarfCFIEH::PrinterContext<ELF32LE> Ctx(W, ObjF); in printUnwindInfo()
2542 template <> void ELFDumper<ELF32LE>::printAttributes() { in printAttributes()
2543 const ELFFile<ELF32LE> *Obj = ObjF->getELFFile(); in printAttributes()

12