Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h127 Elf32_Rel* GetRelSectionStart(Elf32_Shdr&) const;
Delf_file.cc984 Elf32_Rel* ElfFile::GetRelSectionStart(Elf32_Shdr& section_header) const { in GetRelSectionStart() function in art::ElfFile
998 return *(GetRelSectionStart(section_header) + i); in GetRel()