Home | History | Annotate | Download | only in ndk-depends

Lines Matching refs:ElfHeader

465   typedef typename ELF::Header ElfHeader;
496 table_offset_ = parser_.GetOffAt(offsetof(ElfHeader, e_shoff));
497 table_count_ = parser_.GetHalfAt(offsetof(ElfHeader, e_shnum));
498 table_entry_size_ = parser_.GetHalfAt(offsetof(ElfHeader, e_shentsize));