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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  472   case ELF::R_AARCH64_LDST64_ABS_LO12_NC:
 1218                                  ELF::R_AARCH64_LDST64_ABS_LO12_NC);
lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
  318         return R_CLS(LDST64_ABS_LO12_NC);
tools/lld/ELF/Arch/AArch64.cpp
   87   case R_AARCH64_LDST64_ABS_LO12_NC:
  175   case R_AARCH64_LDST64_ABS_LO12_NC:
  211   relocateOne(buf + 8, R_AARCH64_LDST64_ABS_LO12_NC, got + 16);
  228   relocateOne(buf + 4, R_AARCH64_LDST64_ABS_LO12_NC, gotPltEntryAddr);
  371   case R_AARCH64_LDST64_ABS_LO12_NC:
  623   relocateOne(buf + 8, R_AARCH64_LDST64_ABS_LO12_NC, got + 16);
  661   relocateOne(buf + 4, R_AARCH64_LDST64_ABS_LO12_NC, gotPltEntryAddr);