Searched refs:GetRelSectionStart (Results 1 – 2 of 2) sorted by relevance
127 Elf32_Rel* GetRelSectionStart(Elf32_Shdr&) const;
984 Elf32_Rel* ElfFile::GetRelSectionStart(Elf32_Shdr& section_header) const { in GetRelSectionStart() function in art::ElfFile998 return *(GetRelSectionStart(section_header) + i); in GetRel()