/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-score.h | 39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch) macro
|
D | tc-rl78.h | 52 #define md_relax_frag rl78_relax_frag macro
|
D | tc-epiphany.h | 82 #define md_relax_frag epiphany_relax_frag macro
|
D | tc-m68hc11.h | 78 #define md_relax_frag(SEG, FRAGP, STRETCH) \ macro
|
D | tc-frv.h | 52 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) macro
|
D | tc-msp430.h | 115 #define md_relax_frag(SEG, FRAGP, STRETCH) \ macro
|
D | tc-rx.h | 53 #define md_relax_frag rx_relax_frag macro
|
D | tc-m32r.h | 56 #define md_relax_frag(segment, fragP, stretch) \ macro
|
D | tc-mep.h | 84 #define md_relax_frag mep_relax_frag macro
|
D | tc-nios2.h | 83 #define md_relax_frag nios2_relax_frag macro
|
D | tc-cris.h | 77 #define md_relax_frag(SEG, FRAGP, STRETCH) \ macro
|
D | tc-tic54x.h | 109 #define md_relax_frag(seg, f,s) tic54x_relax_frag(f,s) macro
|
D | tc-mips.h | 51 #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 | 388 #define md_relax_frag(segment, fragP, stretch) \ macro
|
D | tc-nds32.h | 102 #define md_relax_frag(segment, fragP, stretch) nds32_relax_frag (segment, fragP, stretch) macro
|
D | tc-arm.h | 96 #define md_relax_frag(segment, fragp, stretch) \ macro
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | internals.texi | 563 Relaxation substate. If the macro @code{md_relax_frag} isn't defined, this is 565 relaxation code to process (@pxref{Relaxation}). If @code{md_relax_frag} is 1214 @item md_relax_frag 1215 @cindex md_relax_frag 1218 @code{md_relax_frag} should return the change in size of the frag. 1223 If you do not define @code{md_relax_frag}, you may define 1711 If you do not define @code{md_relax_frag}, and you do define 1846 GAS will then loop over the frags, calling @code{md_relax_frag} on each
|
/toolchain/binutils/binutils-2.25/gas/ |
D | write.c | 2732 #ifdef md_relax_frag in relax_segment() 2733 growth = md_relax_frag (segment, fragP, stretch); in relax_segment()
|
D | ChangeLog-0001 | 3184 (relax_segment): Pass segment to md_relax_frag and relax_frag. 3189 * config/tc-m32r.h (md_relax_frag): Add segment parameter. 3191 * config/tc-mips.h (md_relax_frag): Add segment parameter. 3192 * config/tc-tic54x.h (md_relax_frag): Likewise. 3194 md_relax_frag.
|
D | ChangeLog | 1400 * config/tc-rl78.h (md_relax_frag): Define.
|
D | ChangeLog-9697 | 2809 * write.c: Delete "ifndef md_relax_frag" around is_dnrange. 3318 (md_relax_frag): Define as mips_relax_frag. 3332 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
|
D | ChangeLog-0203 | 3522 * config/tc-m68hc11.h (md_relax_frag): Define to support relaxations 3850 (md_relax_frag): Define. 3930 (md_relax_frag): Adjust macro.
|
D | ChangeLog-2004 | 1308 * config/tc-msp430.h (md_relax_frag): define macro
|
D | ChangeLog-2005 | 1024 (md_relax_frag): Define.
|