Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DTarget.h112 bool gotBaseSymInGotPlt = true; variable
DWriter.cpp524 if (target->gotBaseSymInGotPlt) in createSyntheticSections()
1137 if (!target->gotBaseSymInGotPlt) in setReservedSymbolSections()
DSyntheticSections.cpp652 if (ElfSym::globalOffsetTable && !target->gotBaseSymInGotPlt) in GotSection()
/external/llvm-project/lld/ELF/Arch/
DPPC.cpp159 gotBaseSymInGotPlt = false; in PPC()
DRISCV.cpp94 gotBaseSymInGotPlt = false; in RISCV()
DARM.cpp61 gotBaseSymInGotPlt = false; in ARM()
DMips.cpp49 gotBaseSymInGotPlt = false; in MIPS()
DPPC64.cpp579 gotBaseSymInGotPlt = false; in PPC64()