Lines Matching defs:diff
5778 the symbols, then an Xtensa DIFF relocation must be generated so that
5896 /* The difference value gets written out, and the DIFF reloc
9133 long diff;
9141 diff = stretch_me - fragP->tc_frag_data.text_expansion[0];
9142 if (diff == 0)
9145 if (diff < 0)
9157 /* Below here, diff > 0. */
9160 return diff;
10018 int size, old_size, diff;
10063 diff = size - old_size;
10064 gas_assert (diff >= 0);
10065 gas_assert (diff <= fragP->fr_var);
10066 fragP->fr_var -= diff;
10067 fragP->fr_fix += diff;
10167 int diff;
10313 diff = total_size - old_size;
10314 gas_assert (diff >= 0);
10315 if (diff != 0)
10317 gas_assert (diff <= fragP->fr_var);
10318 fragP->fr_var -= diff;
10319 fragP->fr_fix += diff;