Searched refs:GetRelaSectionStart (Results 1 – 2 of 2) sorted by relevance
146 Elf_Rela* GetRelaSectionStart(Elf_Shdr&) const;
1004 typename ElfTypes::Rela* ElfFileImpl<ElfTypes>::GetRelaSectionStart(Elf_Shdr& section_header) const… in GetRelaSectionStart() function in art::ElfFileImpl1019 return *(GetRelaSectionStart(section_header) + i); in GetRela()