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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  651       if (TypeTOC != ELF::R_PPC64_TOC)
 1587       if (RelType == ELF::R_PPC64_TOC) {
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
  400         Type = ELF::R_PPC64_TOC;
tools/lld/ELF/Arch/PPC64.cpp
  570   case R_PPC64_TOC:
  638   if (type == R_PPC64_ADDR64 || type == R_PPC64_TOC)
  875   case R_PPC64_TOC:
tools/lld/ELF/Relocations.cpp
  642   if (config->emachine == EM_PPC64 && config->isPic && type == R_PPC64_TOC)