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

References

tools/lld/ELF/AArch64ErrataFix.cpp
  343   uint64_t initialPageOff = (isecAddr + off) & 0xfff;
  345     off += 0xff8 - initialPageOff;
  347   bool optionalAllowed = limit - off > 12;
  348   if (off >= limit || limit - off < 12) {
  348   if (off >= limit || limit - off < 12) {
  350     off = limit;
  356   const ulittle32_t *instBuf = reinterpret_cast<const ulittle32_t *>(buf + off);
  361     patchOff = off + 8;
  365       patchOff = off + 12;
  367   if (((isecAddr + off) & 0xfff) == 0xff8)
  368     off += 4;
  370     off += 0xffc;