Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp88 Expected<ELFYAML::GnuHashSection *> dumpGnuHashSection(const Elf_Shdr *Shdr);
611 return [this](const Elf_Shdr *S) { return dumpGnuHashSection(S); }; in dumpSections()
1288 ELFDumper<ELFT>::dumpGnuHashSection(const Elf_Shdr *Shdr) { in dumpGnuHashSection() function in ELFDumper