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