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.cpp837 const FileGot &primGot = gots.front(); in getFirstGlobalEntry() local
838 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() local
914 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 …]