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