Searched defs:Elf_Rel (Results 1 - 4 of 4) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
H A DELF.h50 typedef typename ELFT::Rel Elf_Rel; typedef in class:llvm::object::ELFFile
102 Expected<const Elf_Sym *> getRelocationSymbol(const Elf_Rel *Rel,
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
315 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel,
H A DELFObjectFile.h209 typedef typename ELFFile<ELFT>::Elf_Rel Elf_Rel; typedef in class:llvm::object::ELFObjectFile
332 const Elf_Rel *getRel(DataRefImpl Rel) const;
811 const typename ELFObjectFile<ELFT>::Elf_Rel *
814 auto Ret = EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
H A DELF.h50 typedef typename ELFT::Rel Elf_Rel; typedef in class:llvm::object::ELFFile
102 Expected<const Elf_Sym *> getRelocationSymbol(const Elf_Rel *Rel,
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
315 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel,
H A DELFObjectFile.h209 typedef typename ELFFile<ELFT>::Elf_Rel Elf_Rel; typedef in class:llvm::object::ELFObjectFile
332 const Elf_Rel *getRel(DataRefImpl Rel) const;
811 const typename ELFObjectFile<ELFT>::Elf_Rel *
814 auto Ret = EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b);

Completed in 552 milliseconds