Searched refs:GetSectionHeadersStart (Results 1 – 2 of 2) sorted by relevance
147 uint8_t* GetSectionHeadersStart() const;
563 uint8_t* ElfFileImpl<ElfTypes>::GetSectionHeadersStart() const { in GetSectionHeadersStart() function in art::ElfFileImpl710 uint8_t* section_header = GetSectionHeadersStart() + (i * GetHeader().e_shentsize); in GetSectionHeader()