Home
last modified time | relevance | path

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

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