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

  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 30 std::error_code dumpCommonSection(const Elf_Shdr *Shdr, ELFYAML::Section &S);
31 std::error_code dumpCommonRelocationSection(const Elf_Shdr *Shdr,
34 std::error_code dumpRelocation(const Elf_Shdr *Shdr, const RelT *Rel,
37 ErrorOr<ELFYAML::RelocationSection *> dumpRelSection(const Elf_Shdr *Shdr);
38 ErrorOr<ELFYAML::RelocationSection *> dumpRelaSection(const Elf_Shdr *Shdr);
40 dumpContentSection(const Elf_Shdr *Shdr);
143 const Elf_Shdr *Shdr = Obj.getSection(&*Sym);
144 if (!Shdr)
147 NameOrErr = Obj.getSectionName(Shdr);
157 std::error_code ELFDumper<ELFT>::dumpRelocation(const Elf_Shdr *Shdr,
    [all...]
  /external/chromium_org/tools/relocation_packer/src/
elf_traits.h 45 typedef Elf32_Shdr Shdr;
54 static inline Shdr* getshdr(Elf_Scn* scn) { return elf32_getshdr(scn); }
79 typedef Elf64_Shdr Shdr;
88 static inline Shdr* getshdr(Elf_Scn* scn) { return elf64_getshdr(scn); }
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 56 typedef llvm::ELF::Elf32_Shdr Shdr;
77 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 106 milliseconds