Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp762 auto PltEntryIter = GotToPlt.find(R.getOffset()); in getPltEntries() local
763 if (PltEntryIter != GotToPlt.end()) { in getPltEntries()
767 ELFPltEntry{PltSec, std::nullopt, PltEntryIter->second}); in getPltEntries()
770 PltEntryIter->second}); in getPltEntries()