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

References

lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
   92         Type = ELF::R_PPC_PLTREL24;
tools/lld/ELF/Arch/PPC.cpp
  173   if (type != R_PPC_REL24 && type != R_PPC_PLTREL24)
  186   if (type == R_PPC_REL24 || type == R_PPC_PLTREL24)
  218   case R_PPC_PLTREL24:
  324   case R_PPC_PLTREL24: {
tools/lld/ELF/Relocations.cpp
 1817             if (config->emachine == EM_PPC && rel.type == R_PPC_PLTREL24)
tools/lld/ELF/Thunks.cpp
  245       : Thunk(dest), addend(rel.type == R_PPC_PLTREL24 ? rel.addend : 0),
  899   assert((rel.type == R_PPC_REL24 || rel.type == R_PPC_PLTREL24) &&