Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h42 using Elf_Rela = typename ElfTypes::Rela; variable
109 Elf_Rela& GetRela(Elf_Shdr&, Elf_Word) const;
153 Elf_Rela* GetRelaSectionStart(Elf_Shdr&) const;
Delf_file.cc1006 return reinterpret_cast<Elf_Rela*>(Begin() + section_header.sh_offset); in GetRelaSectionStart()
1665 Elf_Rela& rela = GetRela(*sh, j); in FixupRelocations()