Home
last modified time | relevance | path

Searched refs:GotPltEntry (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp745 uint64_t GotPltEntry = GotPlt; in getPltEntries() local
749 if (GotPltEntry & (uint64_t(1) << 32) && getEMachine() == ELF::EM_386) in getPltEntries()
750 GotPltEntry = static_cast<int32_t>(GotPltEntry) + GotBaseVA; in getPltEntries()
751 GotToPlt.insert(std::make_pair(GotPltEntry, Plt)); in getPltEntries()