Lines Matching defs:primGot
874 const FileGot &primGot = gots.front();
875 if (!primGot.global.empty())
876 return primGot.global.front().first;
877 if (!primGot.relocs.empty())
878 return primGot.relocs.front().first;
949 FileGot *primGot = &mergedGots.front();
951 set_union(primGot->relocs, got.global);
952 set_union(primGot->relocs, got.relocs);
1000 primGot = &gots.front();
1001 primGot->relocs.remove_if([&](const std::pair<Symbol *, size_t> &p) {
1002 return primGot->global.count(p.first);
1008 got.startIndex = &got == primGot ? 0 : index;
1036 for (auto &p : primGot->global) {
1041 for (auto &p : primGot->relocs) {
1090 if (&got == primGot)