Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h149 Elf_Dyn* GetDynamicSectionStart() const;
Delf_file.cc575 typename ElfTypes::Dyn* ElfFileImpl<ElfTypes>::GetDynamicSectionStart() const { in GetDynamicSectionStart() function in art::ElfFileImpl
959 return *(GetDynamicSectionStart() + i); in GetDynamic()