Searched refs:ELFDumper (Results 1 – 4 of 4) sorted by relevance
23 class ELFDumper { class46 ELFDumper(const object::ELFFile<ELFT> &O);53 ELFDumper<ELFT>::ELFDumper(const object::ELFFile<ELFT> &O) in ELFDumper() function in ELFDumper57 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 …]
41 class ELFDumper : public ObjDumper { class43 ELFDumper(const ELFFile<ELFT> *Obj, StreamWriter &Writer) in ELFDumper() function in __anon07d3185e0111::ELFDumper89 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 …]
11 ELFDumper.cpp
14 ELFDumper.cpp \