Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp435 DenseMap<uint64_t, uint64_t> GotToPlt; in getPltAddresses() local
437 GotToPlt.insert(std::make_pair(Entry.second, Entry.first)); in getPltAddresses()
444 auto PltEntryIter = GotToPlt.find(Relocation.getOffset()); in getPltAddresses()
445 if (PltEntryIter != GotToPlt.end()) in getPltAddresses()