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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  516   case ELF::R_ARM_ABS32:
 1244                            ELF::R_ARM_ABS32, Value.Addend);
 1260           RelType == ELF::R_ARM_ABS32) {
lib/Object/RelocationResolver.cpp
  248   return Type == ELF::R_ARM_ABS32;
  252   if (R.getType() == ELF::R_ARM_ABS32)
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
   64   case ELF::R_ARM_ABS32:
  183       return ELF::R_ARM_ABS32;
tools/lld/ELF/Arch/ARM.cpp
   56   symbolicRel = R_ARM_ABS32;
  148   if ((type == R_ARM_ABS32) || (type == R_ARM_TARGET1 && !config->target1Rel))
  149     return R_ARM_ABS32;
  380   case R_ARM_ABS32:
  525   case R_ARM_ABS32:
tools/lld/ELF/Thunks.cpp
  550   target->relocateOne(buf + 4, R_ARM_ABS32, getARMThunkDestVA(destination));
  606   target->relocateOne(buf + 8, R_ARM_ABS32, s);