Searched refs:PrimGot (Results 1 – 1 of 1) sorted by relevance
767 const FileGot &PrimGot = Gots.front(); in getFirstGlobalEntry() local768 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() local893 PrimGot = &Gots.front(); in build()895 return PrimGot->Global.count(P.first); in build()929 for (auto &P : PrimGot->Global) in build()931 for (auto &P : PrimGot->Relocs) in build()[all …]