Lines Matching refs:Off
379 typedef uint32_t Off; typedef in __anon9f1770860111::Elf32
389 Off e_phoff;
390 Off e_shoff;
405 Off sh_offset;
417 typedef uint64_t Off; typedef in __anon9f1770860111::Elf64
430 Off e_phoff;
431 Off e_shoff;
446 Off sh_offset;
463 typedef typename ELF::Off Off; typedef in __anon9f1770860111::ElfParser
487 Off GetOffAt(off_t pos) { in GetOffAt()
488 return static_cast<Off>(GetAddrAt(pos)); in GetOffAt()
505 Off NextOffset() { in NextOffset()
508 Off result = table_offset_; in NextOffset()
524 Off table_offset_;
532 Off GetSectionOffsetByType(int table_type, Off* size) { in GetSectionOffsetByType()
535 Off table_offset = iter.NextOffset(); in GetSectionOffsetByType()
552 Off table_offset = iter.NextOffset(); in GetDynamicStringTableIndex()
564 Off GetSectionOffsetByIndex(int sec_index, Off* size) { in GetSectionOffsetByIndex()
567 Off table_offset = iter.NextOffset(); in GetSectionOffsetByIndex()
577 String GetStringByIndex(Off str_index, int str_table_index) { in GetStringByIndex()
581 Off str_table_size = 0; in GetStringByIndex()
582 Off str_table = GetSectionOffsetByIndex(str_table_index, in GetStringByIndex()
650 typename ELF::Off GetTag() { in GetTag()
654 typename ELF::Off GetValue() { in GetValue()
659 typedef typename ELF::Off Off; typedef in __anon9f1770860111::DynamicIterator
660 static const Off kTagSize = static_cast<Off>(sizeof(Off));
661 static const Off kValueSize = kTagSize;
662 static const Off kEntrySize = kTagSize + kValueSize;
665 Off dyn_size_;
666 Off dyn_offset_;
680 typename ELF::Off str_index = iter.GetValue(); in GetLibNameT()
695 typename ELF::Off str_index = iter.GetValue(); in GetNeededLibsT()