Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h122 bool gotBaseSymInGotPlt = false; variable
H A DWriter.cpp537 if (target->gotBaseSymInGotPlt) in createSyntheticSections()
1095 if (!target->gotBaseSymInGotPlt) in setReservedSymbolSections()