Home | History | Annotate | Download | only in config

Lines Matching refs:diff

5854      the symbols, then an Xtensa DIFF relocation must be generated so that
5972 /* The difference value gets written out, and the DIFF reloc
9543 long diff;
9551 diff = stretch_me - fragP->tc_frag_data.text_expansion[0];
9552 if (diff == 0)
9555 if (diff < 0)
9567 /* Below here, diff > 0. */
9570 return diff;
10428 int size, old_size, diff;
10473 diff = size - old_size;
10474 gas_assert (diff >= 0);
10475 gas_assert (diff <= fragP->fr_var);
10476 fragP->fr_var -= diff;
10477 fragP->fr_fix += diff;
10577 int diff;
10723 diff = total_size - old_size;
10724 gas_assert (diff >= 0);
10725 if (diff != 0)
10727 gas_assert (diff <= fragP->fr_var);
10728 fragP->fr_var -= diff;
10729 fragP->fr_fix += diff;