Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h128 Elf32_Rela* GetRelaSectionStart(Elf32_Shdr&) const;
Delf_file.cc1001 Elf32_Rela* ElfFile::GetRelaSectionStart(Elf32_Shdr& section_header) const { in GetRelaSectionStart() function in art::ElfFile
1014 return *(GetRelaSectionStart(section_header) + i); in GetRela()