Home
last modified time | relevance | path

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

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