Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DPPC.cpp34 GotBaseSymInGotPlt = false; in PPC()
H A DARM.cpp59 GotBaseSymInGotPlt = false; in ARM()
H A DPPC64.cpp206 GotBaseSymInGotPlt = false; in PPC64()
H A DMips.cpp52 GotBaseSymInGotPlt = false; in MIPS()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h93 bool GotBaseSymInGotPlt = true; variable
H A DSyntheticSections.cpp599 if (ElfSym::GlobalOffsetTable && !Target->GotBaseSymInGotPlt) in GotSection()
644 !(ElfSym::GlobalOffsetTable && !Target->GotBaseSymInGotPlt); in empty()
1112 !(ElfSym::GlobalOffsetTable && Target->GotBaseSymInGotPlt); in empty()
H A DWriter.cpp957 if (!Target->GotBaseSymInGotPlt) in setReservedSymbolSections()