Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h112 bool gotBaseSymInGotPlt = true; variable
H A DWriter.cpp524 if (target->gotBaseSymInGotPlt) in createSyntheticSections()
1137 if (!target->gotBaseSymInGotPlt) in setReservedSymbolSections()
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp160 gotBaseSymInGotPlt = false; in PPC()
H A DRISCV.cpp96 gotBaseSymInGotPlt = false; in RISCV()
H A DAArch64.cpp74 gotBaseSymInGotPlt = false; in AArch64()
H A DARM.cpp61 gotBaseSymInGotPlt = false; in ARM()
H A DMips.cpp49 gotBaseSymInGotPlt = false; in MIPS()
H A DPPC64.cpp580 gotBaseSymInGotPlt = false; in PPC64()