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

Lines Matching defs:Shdr

400   struct Shdr {
441 struct Shdr {
466 typedef typename ELF::Shdr Shdr;
499 if (table_entry_size_ < static_cast<Half>(sizeof(Shdr))) {
538 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type));
540 *size = GetOffAt(table_offset + offsetof(Shdr, sh_size));
541 return GetOffAt(table_offset + offsetof(Shdr, sh_offset));
555 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type));
557 return GetWordAt(table_offset + offsetof(Shdr, sh_link));
569 *size = GetOffAt(table_offset + offsetof(Shdr, sh_size));
570 return GetOffAt(table_offset + offsetof(Shdr, sh_offset));