Searched refs:GotToPlt (Results 1 – 1 of 1) sorted by relevance
435 DenseMap<uint64_t, uint64_t> GotToPlt; in getPltAddresses() local437 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()