Home
last modified time | relevance | path

Searched refs:dumpRelocation (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp37 std::error_code dumpRelocation(const RelT *Rel, const Elf_Shdr *SymTab,
207 std::error_code ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, in dumpRelocation() function in ELFDumper
292 if (std::error_code EC = dumpRelocation(&*RI, SymTab, R)) in dumpRelSection()
317 if (std::error_code EC = dumpRelocation(&*RI, SymTab, R)) in dumpRelaSection()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp74 Error dumpRelocation(const RelT *Rel, const Elf_Shdr *SymTab,
697 Error ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, const Elf_Shdr *SymTab, in dumpRelocation() function in ELFDumper
1082 if (Error E = dumpRelocation(&Rel, *SymTabOrErr, R)) in dumpRelocSection()
1092 if (Error E = dumpRelocation(&Rel, *SymTabOrErr, R)) in dumpRelocSection()