HomeSort by relevance Sort by last modified time
    Searched defs:Shdr (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 59 typedef llvm::ELF::Elf32_Shdr Shdr;
80 typedef llvm::ELF::Elf64_Shdr Shdr;
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 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))
    [all...]

Completed in 78 milliseconds