Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h125 bool gotBaseSymInGotPlt = false; variable
H A DWriter.cpp846 if (!ctx.target->gotBaseSymInGotPlt) in setReservedSymbolSections()
H A DSyntheticSections.cpp4942 if (ctx.target->gotBaseSymInGotPlt) in createSyntheticSections()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp58 gotBaseSymInGotPlt = true; in Hexagon()
H A DX86.cpp61 gotBaseSymInGotPlt = true; in X86()
H A DX86_64.cpp88 gotBaseSymInGotPlt = true; in X86_64()