Home | History | Annotate | Download | only in config

Lines Matching full:stretch

751 nios2_relax_frag (segT segment, fragS *fragp, long stretch)
765 /* See comments in write.c:relax_frag about handling of stretch. */
766 if (stretch != 0
769 if (stretch < 0 || sym_frag->region == fragp->region)
770 target += stretch;
772 target = fragp->fr_next->fr_address + stretch;