Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/config/
H A 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()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c11260 int old_fr_fix; in md_estimate_size_before_relax() local
11273 old_fr_fix = fragP->fr_fix; in md_estimate_size_before_relax()
11282 fix_new (fragP, old_fr_fix, size, in md_estimate_size_before_relax()
11301 fix_new (fragP, old_fr_fix + 2, 2, in md_estimate_size_before_relax()
11315 fixP = fix_new (fragP, old_fr_fix, 1, in md_estimate_size_before_relax()
11329 fix_new (fragP, old_fr_fix + 1, size, in md_estimate_size_before_relax()
11340 return fragP->fr_fix - old_fr_fix; in md_estimate_size_before_relax()