Searched refs:Shdr (Results 1 – 1 of 1) sorted by relevance
400 struct Shdr { struct in __anon9f1770860111::Elf32441 struct Shdr { struct in __anon9f1770860111::Elf64466 typedef typename ELF::Shdr Shdr; typedef in __anon9f1770860111::ElfParser499 if (table_entry_size_ < static_cast<Half>(sizeof(Shdr))) { in SectionIterator()538 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type)); in GetSectionOffsetByType()540 *size = GetOffAt(table_offset + offsetof(Shdr, sh_size)); in GetSectionOffsetByType()541 return GetOffAt(table_offset + offsetof(Shdr, sh_offset)); in GetSectionOffsetByType()555 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type)); in GetDynamicStringTableIndex()557 return GetWordAt(table_offset + offsetof(Shdr, sh_link)); in GetDynamicStringTableIndex()569 *size = GetOffAt(table_offset + offsetof(Shdr, sh_size)); in GetSectionOffsetByIndex()[all …]