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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h112 bool gotBaseSymInGotPlt = true; member in class:lld::elf::TargetInfo
H A DWriter.cpp519 if (target->gotBaseSymInGotPlt)
1124 if (!target->gotBaseSymInGotPlt)
H A DSyntheticSections.cpp608 if (ElfSym::globalOffsetTable && !target->gotBaseSymInGotPlt)
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp160 gotBaseSymInGotPlt = false;
H A DRISCV.cpp94 gotBaseSymInGotPlt = false;
H A DARM.cpp61 gotBaseSymInGotPlt = false;
H A DMips.cpp49 gotBaseSymInGotPlt = false;
H A DPPC64.cpp404 gotBaseSymInGotPlt = false;

Completed in 85 milliseconds