Searched refs:relax_frag (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m68hc11.h82 ? relax_frag (SEG, FRAGP, STRETCH) \
H A Dtc-cris.h86 ? relax_frag (SEG, FRAGP, STRETCH) \
H A Dtc-m32r.c1674 growth = relax_frag (segment, fragP, stretch);
H A Dtc-mmix.c3361 /* We need to handle relaxation type ourselves, since relax_frag
3364 is otherwise functionally the same as relax_frag in write.c,
3462 return relax_frag (seg, fragP, stretch);
/haiku-buildtools/legacy/binutils/gas/
H A Dwrite.h158 extern long relax_frag (segT, fragS *, long);
H A Dwrite.c1593 relax_frag (segT segment, fragS *fragP, long stretch) function
2045 growth = relax_frag (segment, fragP, stretch);
/haiku-buildtools/binutils/gas/config/
H A Dtc-m68hc11.h81 ? relax_frag (SEG, FRAGP, STRETCH) \
H A Dtc-cris.h78 ? relax_frag (SEG, FRAGP, STRETCH) \
H A Dtc-epiphany.c702 growth = relax_frag (segment, fragP, stretch);
H A Dtc-mep.c1590 long rv = relax_frag (segment, fragP, stretch);
1700 /* The default relax_frag doesn't change the state if there is no
H A Dtc-m32r.c1669 growth = relax_frag (segment, fragP, stretch);
H A Dtc-mmix.c3366 /* We need to handle relaxation type ourselves, since relax_frag
3369 is otherwise functionally the same as relax_frag in write.c,
3467 return relax_frag (seg, fragP, stretch);
/haiku-buildtools/binutils/gas/
H A Dwrite.h173 extern long relax_frag (segT, fragS *, long);
H A Dwrite.c2236 relax_frag (segT segment, fragS *fragP, long stretch) function
2776 growth = relax_frag (segment, fragP, stretch);

Completed in 212 milliseconds