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

References

tools/lld/ELF/AArch64ErrataFix.cpp
  551   if (relIt != isec->relocations.end() &&
  552       (relIt->type == R_AARCH64_JUMP26 || relIt->expr == R_RELAX_TLS_IE_TO_LE))
  552       (relIt->type == R_AARCH64_JUMP26 || relIt->expr == R_RELAX_TLS_IE_TO_LE))
  565   if (relIt != isec->relocations.end()) {
  567         {relIt->expr, relIt->type, 0, relIt->addend, relIt->sym});
  567         {relIt->expr, relIt->type, 0, relIt->addend, relIt->sym});
  567         {relIt->expr, relIt->type, 0, relIt->addend, relIt->sym});
  567         {relIt->expr, relIt->type, 0, relIt->addend, relIt->sym});
  568     *relIt = makeRelToPatch(patcheeOffset, ps->patchSym);