Home
last modified time | relevance | path

Searched refs:old_fr_fix (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-vax.c381 int old_fr_fix; in md_estimate_size_before_relax() local
383 old_fr_fix = fragP->fr_fix; in md_estimate_size_before_relax()
384 p = fragP->fr_literal + old_fr_fix; in md_estimate_size_before_relax()
424 fix_new (fragP, old_fr_fix + 1, 4, fragP->fr_symbol, in md_estimate_size_before_relax()
434 fix_new (fragP, old_fr_fix + 3, 4, fragP->fr_symbol, in md_estimate_size_before_relax()
446 fix_new (fragP, old_fr_fix + 6, 4, fragP->fr_symbol, in md_estimate_size_before_relax()
457 fix_new (fragP, old_fr_fix + 5, 4, fragP->fr_symbol, in md_estimate_size_before_relax()
465 fix_new (fragP, old_fr_fix + 1, 4, fragP->fr_symbol, in md_estimate_size_before_relax()
475 return fragP->fr_fix - old_fr_fix; in md_estimate_size_before_relax()
Dtc-sh64.c1902 int old_fr_fix; in shmedia_md_estimate_size_before_relax() local
1912 old_fr_fix = fragP->fr_fix; in shmedia_md_estimate_size_before_relax()
2052 md_number_to_chars (fragP->fr_literal + old_fr_fix, in shmedia_md_estimate_size_before_relax()
2089 md_number_to_chars (fragP->fr_literal + old_fr_fix, in shmedia_md_estimate_size_before_relax()
2096 md_number_to_chars (fragP->fr_literal + old_fr_fix + 4, in shmedia_md_estimate_size_before_relax()
2119 md_number_to_chars (fragP->fr_literal + old_fr_fix, in shmedia_md_estimate_size_before_relax()
2126 md_number_to_chars (fragP->fr_literal + old_fr_fix + 4, in shmedia_md_estimate_size_before_relax()
2133 md_number_to_chars (fragP->fr_literal + old_fr_fix + 8, in shmedia_md_estimate_size_before_relax()
2198 return fragP->fr_var + (fragP->fr_fix - old_fr_fix); in shmedia_md_estimate_size_before_relax()
Dtc-iq2000.c461 int old_fr_fix = fragP->fr_fix; in md_estimate_size_before_relax() local
469 return (fragP->fr_var + fragP->fr_fix - old_fr_fix); in md_estimate_size_before_relax()
Dtc-cris.c627 int old_fr_fix; in md_estimate_size_before_relax() local
647 old_fr_fix = fragP->fr_fix; in md_estimate_size_before_relax()
752 writep = fragP->fr_literal + old_fr_fix; in md_estimate_size_before_relax()
792 return fragP->fr_var + (fragP->fr_fix - old_fr_fix); in md_estimate_size_before_relax()
Dtc-m68hc11.c4102 int old_fr_fix; in md_estimate_size_before_relax() local
4105 old_fr_fix = fragP->fr_fix; in md_estimate_size_before_relax()
4225 return fragP->fr_fix - old_fr_fix; in md_estimate_size_before_relax()
Dtc-i386.c9173 int old_fr_fix; in md_estimate_size_before_relax() local
9182 old_fr_fix = fragP->fr_fix; in md_estimate_size_before_relax()
9191 fix_new (fragP, old_fr_fix, size, in md_estimate_size_before_relax()
9210 fix_new (fragP, old_fr_fix + 2, 2, in md_estimate_size_before_relax()
9224 fixP = fix_new (fragP, old_fr_fix, 1, in md_estimate_size_before_relax()
9238 fix_new (fragP, old_fr_fix + 1, size, in md_estimate_size_before_relax()
9249 return fragP->fr_fix - old_fr_fix; in md_estimate_size_before_relax()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02033260 (md_estimate_size_before_relax): #if 0 old_fr_fix.