Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp84 dumpSymtabShndxSection(const Elf_Shdr *Shdr);
596 return [this](const Elf_Shdr *S) { return dumpSymtabShndxSection(S); }; in dumpSections()
1183 ELFDumper<ELFT>::dumpSymtabShndxSection(const Elf_Shdr *Shdr) { in dumpSymtabShndxSection() function in ELFDumper