Searched refs:primGot (Results 1 – 1 of 1) sorted by relevance
815 const FileGot &primGot = gots.front(); in getFirstGlobalEntry() local816 if (!primGot.global.empty()) in getFirstGlobalEntry()817 return primGot.global.front().first; in getFirstGlobalEntry()818 if (!primGot.relocs.empty()) in getFirstGlobalEntry()819 return primGot.relocs.front().first; in getFirstGlobalEntry()890 FileGot *primGot = &mergedGots.front(); in build() local892 set_union(primGot->relocs, got.global); in build()893 set_union(primGot->relocs, got.relocs); in build()941 primGot = &gots.front(); in build()942 primGot->relocs.remove_if([&](const std::pair<Symbol *, size_t> &p) { in build()[all …]