Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h43 using Elf_Rela = typename ElfTypes::Rela; variable
111 Elf_Rela& GetRela(Elf_Shdr&, Elf_Word) const;
147 Elf_Rela* GetRelaSectionStart(Elf_Shdr&) const;
Delf_file.cc1015 return reinterpret_cast<Elf_Rela*>(Begin() + section_header.sh_offset); in GetRelaSectionStart()
1652 Elf_Rela& rela = GetRela(*sh, j); in FixupRelocations()