Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h122 byte* GetSectionHeadersStart() const;
Delf_file.cc597 byte* ElfFile::GetSectionHeadersStart() const { in GetSectionHeadersStart() function in art::ElfFile
732 byte* section_header = GetSectionHeadersStart() + (i * GetHeader().e_shentsize); in GetSectionHeader()