Searched refs:GotPltEntry (Results 1 – 1 of 1) sorted by relevance
882 uint64_t GotPltEntry = GotPlt; in getPltEntries() local886 if (GotPltEntry & (uint64_t(1) << 32) && getEMachine() == ELF::EM_386) in getPltEntries()887 GotPltEntry = static_cast<int32_t>(GotPltEntry) + GotBaseVA; in getPltEntries()888 GotToPlt.insert(std::make_pair(GotPltEntry, Plt)); in getPltEntries()