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