Searched refs:Elf_Rel (Results 1 – 4 of 4) sorted by relevance
81 using Elf_Rel = typename ELFT::Rel; variable148 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()
238 using Elf_Rel = typename ELFT::Rel; variable399 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()
109 typedef typename ELFT::Rel Elf_Rel; typedef in __anon69778e240111::ELFState799 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()823 Elf_Rel REntry; in writeSectionContent()
62 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel; typedef in __anonde836a5b0111::DyldELFObject