Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp47 gotBaseSymInGotPlt = true; in Hexagon()
H A DX86.cpp56 gotBaseSymInGotPlt = true; in X86()
H A DX86_64.cpp81 gotBaseSymInGotPlt = true; in X86_64()
/src/contrib/llvm-project/lld/ELF/
H A DTarget.h122 bool gotBaseSymInGotPlt = false; variable
H A DWriter.cpp818 if (!target->gotBaseSymInGotPlt) in setReservedSymbolSections()
H A DSyntheticSections.cpp4870 if (target->gotBaseSymInGotPlt) in createSyntheticSections()