Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp34 std::error_code dumpCommonRelocationSection(const Elf_Shdr *Shdr,
259 ELFDumper<ELFT>::dumpCommonRelocationSection(const Elf_Shdr *Shdr, in dumpCommonRelocationSection() function in ELFDumper
282 if (std::error_code EC = dumpCommonRelocationSection(Shdr, *S)) in dumpRelSection()
306 if (std::error_code EC = dumpCommonRelocationSection(Shdr, *S)) in dumpRelaSection()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp71 Error dumpCommonRelocationSection(const Elf_Shdr *Shdr,
790 Error ELFDumper<ELFT>::dumpCommonRelocationSection( in dumpCommonRelocationSection() function in ELFDumper
1066 if (auto E = dumpCommonRelocationSection(Shdr, *S)) in dumpRelocSection()