Searched refs:primGot (Results 1 – 1 of 1) sorted by relevance
837 const FileGot &primGot = gots.front(); in getFirstGlobalEntry() local838 if (!primGot.global.empty()) in getFirstGlobalEntry()839 return primGot.global.front().first; in getFirstGlobalEntry()840 if (!primGot.relocs.empty()) in getFirstGlobalEntry()841 return primGot.relocs.front().first; in getFirstGlobalEntry()912 FileGot *primGot = &mergedGots.front(); in build() local914 set_union(primGot->relocs, got.global); in build()915 set_union(primGot->relocs, got.relocs); in build()963 primGot = &gots.front(); in build()964 primGot->relocs.remove_if([&](const std::pair<Symbol *, size_t> &p) { in build()[all …]