Searched defs:Shdr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp30 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); local
144 if (!Shdr)
147 NameOrErr = Obj.getSectionName(Shdr);
157 std::error_code ELFDumper<ELFT>::dumpRelocation(const Elf_Shdr *Shdr, argument
178 dumpCommonSection(const Elf_Shdr *Shdr, ELFYAML::Section &S) argument
204 dumpCommonRelocationSection(const Elf_Shdr *Shdr, ELFYAML::RelocationSection &S) argument
221 dumpRelSection(const Elf_Shdr *Shdr) argument
241 dumpRelaSection(const Elf_Shdr *Shdr) argument
262 dumpContentSection(const Elf_Shdr *Shdr) argument
[all...]
/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h45 typedef Elf32_Shdr Shdr; typedef in struct:ELF
54 static inline Shdr* getshdr(Elf_Scn* scn) { return elf32_getshdr(scn); }
79 typedef Elf64_Shdr Shdr; typedef in struct:ELF
88 static inline Shdr* getshdr(Elf_Scn* scn) { return elf64_getshdr(scn); }

Completed in 732 milliseconds