Searched refs:md_relax_frag (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-msp430.h | 116 #define md_relax_frag(SEG, FRAGP, STRETCH) \ macro
|
| D | tc-m68hc11.h | 85 #define md_relax_frag(SEG, FRAGP, STRETCH) \ macro
|
| D | tc-frv.h | 56 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) macro
|
| D | tc-m32r.h | 62 #define md_relax_frag(segment, fragP, stretch) \ macro
|
| D | tc-cris.h | 83 #define md_relax_frag(SEG, FRAGP, STRETCH) \ macro
|
| D | tc-tic54x.h | 112 #define md_relax_frag(seg, f,s) tic54x_relax_frag(f,s) macro
|
| D | tc-mips.h | 49 #define md_relax_frag(segment, fragp, stretch) \ macro
|
| D | tc-mmix.h | 128 #define md_relax_frag mmix_md_relax_frag macro
|
| D | tc-xtensa.h | 363 #define md_relax_frag(segment, fragP, stretch) \ macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | internals.texi | 588 Relaxation substate. If the macro @code{md_relax_frag} isn't defined, this is 590 relaxation code to process (@pxref{Relaxation}). If @code{md_relax_frag} is 1220 @item md_relax_frag 1221 @cindex md_relax_frag 1224 @code{md_relax_frag} should return the change in size of the frag. 1229 If you do not define @code{md_relax_frag}, you may define 1687 If you do not define @code{md_relax_frag}, and you do define 1822 GAS will then loop over the frags, calling @code{md_relax_frag} on each
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | write.c | 2463 #ifdef md_relax_frag in relax_segment() 2464 growth = md_relax_frag (segment, fragP, stretch); in relax_segment()
|