Searched refs:ElfHeader (Results 1 – 1 of 1) sorted by relevance
465 typedef typename ELF::Header ElfHeader; typedef in __anonb60c93100111::ElfParser496 table_offset_ = parser_.GetOffAt(offsetof(ElfHeader, e_shoff)); in SectionIterator()497 table_count_ = parser_.GetHalfAt(offsetof(ElfHeader, e_shnum)); in SectionIterator()498 table_entry_size_ = parser_.GetHalfAt(offsetof(ElfHeader, e_shentsize)); in SectionIterator()