Lines Matching full:removed
260 // Detects regions of the original image that have been removed in the
261 // transformed image, and sets the 'removed' property on all mapped ranges
269 // second scan and set the 'removed' property for any intervals that
281 // immediately precedes the gap and sets its 'removed' property.
295 // We've found a gap. Fill it in by setting the 'removed' property for
297 DWORD removed = mapping->at(find).rva_original - rva_front;
305 // 'removed' information filled in.
306 mapping->at(fill).removed = removed;
343 mr.removed = header_original - header;
398 // Fill in the 'removed' lengths by looking for gaps in the coverage of the
420 mapping[i].removed);
443 mapping[i].removed, 0 };
460 mapped_range->removed <= clip_range.rva) {
463 mapped_range->removed = 0;
480 mapped_range->removed -= trim;
483 // As such it leaves the removed/injected component intact.
492 // entirely clearing the injected/removed portion.
496 mapped_range->removed = 0;
500 // the removed/injected portion of the range.
501 DWORD end_removed = end_original + mapped_range->removed;
503 mapped_range->removed = clip_range.end() - end_original;
639 // If there are no intersecting ranges then the query range has been removed