Home
last modified time | relevance | path

Searched refs:primGot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp885 const FileGot &primGot = gots.front(); in getFirstGlobalEntry() local
886 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() local
962 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 …]