Searched refs:old_fr_fix (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-vax.c | 381 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()
|
D | tc-sh64.c | 1902 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()
|
D | tc-iq2000.c | 461 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()
|
D | tc-cris.c | 627 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()
|
D | tc-m68hc11.c | 4102 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()
|
D | tc-i386.c | 9173 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/ |
D | ChangeLog-0203 | 3260 (md_estimate_size_before_relax): #if 0 old_fr_fix.
|