Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp78 Expected<ELFYAML::DynamicSection *> dumpDynamicSection(const Elf_Shdr *Shdr);
594 return [this](const Elf_Shdr *S) { return dumpDynamicSection(S); }; in dumpSections()
1077 ELFDumper<ELFT>::dumpDynamicSection(const Elf_Shdr *Shdr) { in dumpDynamicSection() function in ELFDumper