Lines Matching full:erratum
9 // Cortex-a8 erratum 657417 "A 32bit branch instruction that spans 2 4K regions
11 // erratum affects all but r1p7, r2p5, r2p6, r3p1 and r3p2 revisions of the
37 // The documented title for Erratum 657417 is:
57 // erratum conditions to a patch section containing a branch to the target.
250 // Detect the erratum sequence, returning the offset of the branch instruction
251 // and a decoding of the branch. If the erratum sequence is not found then
263 // Need at least 2 4-byte sized instructions to trigger erratum. in scanCortexA8Errata657417()
297 ": skipping cortex-a8 657417 erratum sequence, section " + in scanCortexA8Errata657417()
416 log("detected cortex-a8-657419 erratum sequence starting at " + in implementPatch()
479 // the erratum sequence create a Patch657417Section. We return the list of
486 // LLD doesn't use the erratum sequence in SyntheticSections. in patchInputSectionDescription()