Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h128 byte* GetSectionHeadersStart();
Delf_file.cc233 byte* ElfFile::GetSectionHeadersStart() { in GetSectionHeadersStart() function in art::ElfFile
355 byte* section_header = GetSectionHeadersStart() + (i * GetHeader().e_shentsize); in GetSectionHeader()