Searched refs:dumpHashSection (Results 1 – 1 of 1) sorted by relevance
86 Expected<ELFYAML::HashSection *> dumpHashSection(const Elf_Shdr *Shdr);609 return [this](const Elf_Shdr *S) { return dumpHashSection(S); }; in dumpSections()1247 ELFDumper<ELFT>::dumpHashSection(const Elf_Shdr *Shdr) { in dumpHashSection() function in ELFDumper