Home | History | Annotate | Download | only in patchoat

Lines Matching refs:diff

220     off_t diff = relocated_value - original_value;
221 if (diff == 0) {
223 } else if (diff != expected_diff) {
226 "Unexpected diff at offset %zu. Expected: %jd, but was: %jd",
229 (intmax_t) diff);
354 // diff value (as specified in the image header).
356 // Each offset is encoded as a delta/diff relative to the previous offset. With the