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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  798   case ELF::R_PPC64_REL24: {
 1445     if (RelType == ELF::R_PPC64_REL24) {
tools/lld/ELF/Arch/PPC64.cpp
  573   case R_PPC64_REL24:
  885   case R_PPC64_REL24: {
  902   if (type != R_PPC64_REL14 && type != R_PPC64_REL24)
  934   if (type == R_PPC64_REL24)
tools/lld/ELF/Thunks.cpp
  905   assert(type == R_PPC64_REL24 && "unexpected relocation type for thunk");