Lines Matching refs:PrimGot
767 const FileGot &PrimGot = Gots.front(); in getFirstGlobalEntry() local
768 if (!PrimGot.Global.empty()) in getFirstGlobalEntry()
769 return PrimGot.Global.front().first; in getFirstGlobalEntry()
770 if (!PrimGot.Relocs.empty()) in getFirstGlobalEntry()
771 return PrimGot.Relocs.front().first; in getFirstGlobalEntry()
842 FileGot *PrimGot = &MergedGots.front(); in build() local
844 set_union(PrimGot->Relocs, Got.Global); in build()
845 set_union(PrimGot->Relocs, Got.Relocs); in build()
893 PrimGot = &Gots.front(); in build()
894 PrimGot->Relocs.remove_if([&](const std::pair<Symbol *, size_t> &P) { in build()
895 return PrimGot->Global.count(P.first); in build()
901 Got.StartIndex = &Got == PrimGot ? 0 : Index; in build()
929 for (auto &P : PrimGot->Global) in build()
931 for (auto &P : PrimGot->Relocs) in build()
969 if (&Got == PrimGot) in build()