reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Arch/ARM.cpp
   60   gotBaseSymInGotPlt = false;
tools/lld/ELF/Arch/Mips.cpp
   47   gotBaseSymInGotPlt = false;
tools/lld/ELF/Arch/PPC.cpp
  141   gotBaseSymInGotPlt = false;
tools/lld/ELF/Arch/PPC64.cpp
  299   gotBaseSymInGotPlt = false;
tools/lld/ELF/Arch/RISCV.cpp
   92   gotBaseSymInGotPlt = false;
tools/lld/ELF/SyntheticSections.cpp
  605   if (ElfSym::globalOffsetTable && !target->gotBaseSymInGotPlt)
tools/lld/ELF/Writer.cpp
  492     if (target->gotBaseSymInGotPlt)
 1042     if (!target->gotBaseSymInGotPlt)