Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h41 using Elf_Rel = typename ElfTypes::Rel; variable
106 Elf_Rel& GetRel(Elf_Shdr&, Elf_Word) const;
152 Elf_Rel* GetRelSectionStart(Elf_Shdr&) const;
Delf_file.cc986 return reinterpret_cast<Elf_Rel*>(Begin() + section_header.sh_offset); in GetRelSectionStart()
1654 Elf_Rel& rel = GetRel(*sh, j); in FixupRelocations()