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