Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc465 typedef typename ELF::Header ElfHeader; typedef in __anonb60c93100111::ElfParser
496 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()