Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1826 auto PltSectionRef = SectionNames.find(".plt"); in disassembleObject() local
1827 if (PltSectionRef != SectionNames.end()) { in disassembleObject()
1829 for (auto [Addr, SymbolName] : AllMappingSymbols[PltSectionRef->second]) { in disassembleObject()