Lines Matching full:stretch
2198 relax_frag (segT segment, fragS *fragP, long stretch)
2232 will move by STRETCH just as we did, unless there is an
2234 well absorb any STRETCH, and we don't want to choose a larger
2237 know we'll be doing another pass if STRETCH is non-zero. */
2239 if (stretch != 0
2243 if (stretch < 0
2245 target += stretch;
2248 far that omitting STRETCH would make the branch
2252 target = fragP->fr_next->fr_address + stretch;
2436 offsetT stretch;
2439 stretch because one piece of code may have grown and another
2484 stretch = 0;
2496 address = fragP->fr_address += stretch;
2629 newf->fr_address -= stretch + growth;
2655 after = fragP->fr_next->fr_address + stretch;
2733 growth = md_relax_frag (segment, fragP, stretch);
2738 growth = relax_frag (segment, fragP, stretch);
2769 stretch += growth;
2775 && stretch == 0)
2782 if (stretch == 0