Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h124 Elf32_Dyn* GetDynamicSectionStart() const;
Delf_file.cc608 Elf32_Dyn* ElfFile::GetDynamicSectionStart() const { in GetDynamicSectionStart() function in art::ElfFile
962 return *(GetDynamicSectionStart() + i); in GetDynamic()