Home | History | Annotate | Download | only in gas

Lines Matching defs:newoff

2578 		  addressT oldoff, newoff;
2582 newoff = relax_align (address + fragP->fr_fix,
2589 if (newoff > fragP->fr_subtype)
2590 newoff = 0;
2593 growth = newoff - oldoff;
2615 newf->fr_address = address + fragP->fr_fix + newoff;