Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp767 const FileGot &PrimGot = Gots.front(); in getFirstGlobalEntry() local
768 if (!PrimGot.Global.empty()) in getFirstGlobalEntry()
769 return PrimGot.Global.front().first; in getFirstGlobalEntry()
770 if (!PrimGot.Relocs.empty()) in getFirstGlobalEntry()
771 return PrimGot.Relocs.front().first; in getFirstGlobalEntry()
842 FileGot *PrimGot = &MergedGots.front(); in build() local
893 PrimGot = &Gots.front(); in build()
895 return PrimGot->Global.count(P.first); in build()
929 for (auto &P : PrimGot->Global) in build()
931 for (auto &P : PrimGot->Relocs) in build()
[all …]