Searched refs:primGot (Results 1 – 1 of 1) sorted by relevance
885 const FileGot &primGot = gots.front(); in getFirstGlobalEntry() local886 if (!primGot.global.empty()) in getFirstGlobalEntry()887 return primGot.global.front().first; in getFirstGlobalEntry()888 if (!primGot.relocs.empty()) in getFirstGlobalEntry()889 return primGot.relocs.front().first; in getFirstGlobalEntry()960 FileGot *primGot = &mergedGots.front(); in build() local962 set_union(primGot->relocs, got.global); in build()963 set_union(primGot->relocs, got.relocs); in build()1011 primGot = &gots.front(); in build()1012 primGot->relocs.remove_if([&](const std::pair<Symbol *, size_t> &p) { in build()[all …]