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