Searched refs:GetDynamicSectionStart (Results 1 – 2 of 2) sorted by relevance
124 Elf32_Dyn* GetDynamicSectionStart() const;
608 Elf32_Dyn* ElfFile::GetDynamicSectionStart() const { in GetDynamicSectionStart() function in art::ElfFile962 return *(GetDynamicSectionStart() + i); in GetDynamic()