Searched refs:primGot (Results 1 – 1 of 1) sorted by relevance
802 const FileGot &primGot = gots.front(); in getFirstGlobalEntry() local803 if (!primGot.global.empty()) in getFirstGlobalEntry()804 return primGot.global.front().first; in getFirstGlobalEntry()805 if (!primGot.relocs.empty()) in getFirstGlobalEntry()806 return primGot.relocs.front().first; in getFirstGlobalEntry()877 FileGot *primGot = &mergedGots.front(); in build() local928 primGot = &gots.front(); in build()930 return primGot->global.count(p.first); in build()964 for (auto &p : primGot->global) { in build()969 for (auto &p : primGot->relocs) { in build()[all …]