Searched refs:GetRelaSectionStart (Results 1 – 2 of 2) sorted by relevance
128 Elf32_Rela* GetRelaSectionStart(Elf32_Shdr&) const;
1001 Elf32_Rela* ElfFile::GetRelaSectionStart(Elf32_Shdr& section_header) const { in GetRelaSectionStart() function in art::ElfFile1014 return *(GetRelaSectionStart(section_header) + i); in GetRela()