Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc400 struct Shdr { struct in __anon9f1770860111::Elf32
441 struct Shdr { struct in __anon9f1770860111::Elf64
466 typedef typename ELF::Shdr Shdr; typedef in __anon9f1770860111::ElfParser
499 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 …]