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

References

tools/lld/ELF/Arch/AArch64.cpp
  615     memcpy(buf, btiData, sizeof(btiData));
  616     buf += sizeof(btiData);
  619   memcpy(buf, pltData, sizeof(pltData));
  621   relocateOne(buf + 4, R_AARCH64_ADR_PREL_PG_HI21,
  623   relocateOne(buf + 8, R_AARCH64_LDST64_ABS_LO12_NC, got + 16);
  624   relocateOne(buf + 12, R_AARCH64_ADD_ABS_LO12_NC, got + 16);
  627     memcpy(buf + sizeof(pltData), nopData, sizeof(nopData));