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