Home
last modified time | relevance | path

Searched refs:Elf_Rel (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h81 using Elf_Rel = typename ELFT::Rel; variable
148 Expected<const Elf_Sym *> getRelocationSymbol(const Elf_Rel *Rel,
181 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()
474 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
DELFObjectFile.h238 using Elf_Rel = typename ELFT::Rel; variable
399 const Elf_Rel *getRel(DataRefImpl Rel) const;
927 const typename ELFObjectFile<ELFT>::Elf_Rel *
930 auto Ret = EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b); in getRel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp109 typedef typename ELFT::Rel Elf_Rel; typedef in __anon69778e240111::ELFState
799 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()
823 Elf_Rel REntry; in writeSectionContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp62 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel; typedef in __anonde836a5b0111::DyldELFObject