Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h147 uint8_t* GetSectionHeadersStart() const;
Delf_file.cc562 uint8_t* ElfFileImpl<ElfTypes>::GetSectionHeadersStart() const { in GetSectionHeadersStart() function in art::ElfFileImpl
709 uint8_t* section_header = GetSectionHeadersStart() + (i * GetHeader().e_shentsize); in GetSectionHeader()