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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  510   case ELF::R_ARM_PREL31:
 1259       if (RelType == ELF::R_ARM_PREL31 || RelType == ELF::R_ARM_TARGET1 ||
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
   63   case ELF::R_ARM_PREL31:
  100         return ELF::R_ARM_PREL31;
  193       return ELF::R_ARM_PREL31;
tools/lld/ELF/Arch/ARM.cpp
   92   case R_ARM_PREL31:
  399   case R_ARM_PREL31:
  539   case R_ARM_PREL31:
tools/lld/ELF/InputSection.cpp
  508   case R_ARM_PREL31:
tools/lld/ELF/SyntheticSections.cpp
 3331       target->relocateOne(buf + offset, R_ARM_PREL31, s - p);
 3339   target->relocateOne(buf + offset, R_ARM_PREL31, s - p);