Searched refs:dumpRelSection (Results 1 – 1 of 1) sorted by relevance
40 ErrorOr<ELFYAML::RelocationSection *> dumpRelSection(const Elf_Shdr *Shdr);100 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelSection(&Sec); in dump()275 ELFDumper<ELFT>::dumpRelSection(const Elf_Shdr *Shdr) { in dumpRelSection() function in ELFDumper