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

References

tools/lld/ELF/ARMErrataFix.cpp
  436     psec = make<Patch657417Section>(isec, sr.off, sr.instr, destIsARM);
  443     psec->relocations.push_back(
  448     sr.rel->sym = psec->patchSym;
  454     psec = make<Patch657417Section>(isec, sr.off, sr.instr, isBLX(sr.instr));
  463         Relocation{R_PC, type, sr.off, -4, psec->patchSym});
  465   patches.push_back(psec);