Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp23 class ELFDumper { class
46 ELFDumper(const object::ELFFile<ELFT> &O);
53 ELFDumper<ELFT>::ELFDumper(const object::ELFFile<ELFT> &O) in ELFDumper() function in ELFDumper
57 ErrorOr<ELFYAML::Object *> ELFDumper<ELFT>::dump() { in dump()
117 if (std::error_code EC = ELFDumper<ELFT>::dumpSymbol(SI, S)) in dump()
140 std::error_code ELFDumper<ELFT>::dumpSymbol(Elf_Sym_Iter Sym, in dumpSymbol()
166 std::error_code ELFDumper<ELFT>::dumpRelocation(const Elf_Shdr *Shdr, in dumpRelocation()
187 std::error_code ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection()
213 ELFDumper<ELFT>::dumpCommonRelocationSection(const Elf_Shdr *Shdr, in dumpCommonRelocationSection()
230 ELFDumper<ELFT>::dumpRelSection(const Elf_Shdr *Shdr) { in dumpRelSection()
[all …]
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp41 class ELFDumper : public ObjDumper { class
43 ELFDumper(const ELFFile<ELFT> *Obj, StreamWriter &Writer) in ELFDumper() function in __anon07d3185e0111::ELFDumper
89 Result.reset(new ELFDumper<ELFT>(Obj, Writer)); in createELFDumper()
526 void ELFDumper<ELFT>::printFileHeaders() { in printFileHeaders()
567 void ELFDumper<ELFT>::printSections() { in printSections()
618 void ELFDumper<ELFT>::printRelocations() { in printRelocations()
643 void ELFDumper<ELFT>::printRelocations(const Elf_Shdr *Sec) { in printRelocations()
667 void ELFDumper<ELFT>::printRelocation(const Elf_Shdr *Sec, in printRelocation()
695 void ELFDumper<ELFT>::printSymbols() { in printSymbols()
705 void ELFDumper<ELFT>::printDynamicSymbols() { in printDynamicSymbols()
[all …]
DCMakeLists.txt11 ELFDumper.cpp
DAndroid.mk14 ELFDumper.cpp \