Searched refs:Elf_Rel (Results 1 – 2 of 2) sorted by relevance
42 using Elf_Rel = typename ElfTypes::Rel; variable108 Elf_Rel& GetRel(Elf_Shdr&, Elf_Word) const;146 Elf_Rel* GetRelSectionStart(Elf_Shdr&) const;
995 return reinterpret_cast<Elf_Rel*>(Begin() + section_header.sh_offset); in GetRelSectionStart()1641 Elf_Rel& rel = GetRel(*sh, j); in FixupRelocations()