Lines Matching defs:primGot
837 const FileGot &primGot = gots.front();
838 if (!primGot.global.empty())
839 return primGot.global.front().first;
840 if (!primGot.relocs.empty())
841 return primGot.relocs.front().first;
912 FileGot *primGot = &mergedGots.front();
914 set_union(primGot->relocs, got.global);
915 set_union(primGot->relocs, got.relocs);
963 primGot = &gots.front();
964 primGot->relocs.remove_if([&](const std::pair<Symbol *, size_t> &p) {
965 return primGot->global.count(p.first);
971 got.startIndex = &got == primGot ? 0 : index;
999 for (auto &p : primGot->global) {
1004 for (auto &p : primGot->relocs) {
1052 if (&got == primGot)