/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) argument
|
D | tc-frv.h | 52 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
|
D | tc-m32r.h | 56 #define md_relax_frag(segment, fragP, stretch) \ argument 57 m32r_relax_frag (segment, fragP, stretch)
|
D | tc-mips.h | 51 #define md_relax_frag(segment, fragp, stretch) \ argument 52 mips_relax_frag(segment, fragp, stretch)
|
D | tc-xtensa.h | 388 #define md_relax_frag(segment, fragP, stretch) \ argument 389 xtensa_relax_frag (fragP, stretch, &stretched)
|
D | tc-nds32.h | 102 #define md_relax_frag(segment, fragP, stretch) nds32_relax_frag (segment, fragP, stretch) argument
|
D | tc-arm.h | 96 #define md_relax_frag(segment, fragp, stretch) \ argument 97 arm_relax_frag (segment, fragp, stretch)
|
D | tc-nios2.h | 84 extern long nios2_relax_frag (segT segment, fragS * fragP, long stretch);
|
D | tc-xtensa.c | 3292 long stretch) in xg_symbolic_immeds_fit() argument 3364 if (stretch != 0 in xg_symbolic_immeds_fit() 3368 target += stretch; in xg_symbolic_immeds_fit() 3651 long stretch) /* number of bytes stretched so far */ in xg_assembly_relax() argument 3664 if (xg_symbolic_immeds_fit (insn, pc_seg, pc_frag, pc_offset, stretch) in xg_assembly_relax() 3677 stretch)) in xg_assembly_relax() 3692 stretch)) in xg_assembly_relax() 8793 xtensa_relax_frag (fragS *fragP, long stretch, int *stretched_p) in xtensa_relax_frag() argument 8815 new_stretch = relax_frag_loop_align (fragP, stretch); in xtensa_relax_frag() 8862 new_stretch += relax_frag_for_align (fragP, stretch); in xtensa_relax_frag() [all …]
|
D | tc-epiphany.c | 680 epiphany_relax_frag (segT segment, fragS *fragP, long stretch) in epiphany_relax_frag() argument 706 growth = relax_frag (segment, fragP, stretch); in epiphany_relax_frag()
|
D | tc-nios2.c | 747 nios2_relax_frag (segT segment, fragS *fragp, long stretch) in nios2_relax_frag() argument 762 if (stretch != 0 in nios2_relax_frag() 765 if (stretch < 0 || sym_frag->region == fragp->region) in nios2_relax_frag() 766 target += stretch; in nios2_relax_frag() 768 target = fragp->fr_next->fr_address + stretch; in nios2_relax_frag()
|
D | tc-mmix.c | 3355 mmix_md_relax_frag (segT seg, fragS *fragP, long stretch) in mmix_md_relax_frag() argument 3393 if (stretch != 0 in mmix_md_relax_frag() 3396 target += stretch; in mmix_md_relax_frag() 3434 + stretch in mmix_md_relax_frag() 3467 return relax_frag (seg, fragP, stretch); in mmix_md_relax_frag()
|
D | tc-rl78.c | 831 rl78_relax_frag (segT segment ATTRIBUTE_UNUSED, fragS * fragP, long stretch) in rl78_relax_frag() argument 885 addr0 += stretch; in rl78_relax_frag()
|
D | tc-nds32.c | 5371 long stretch ATTRIBUTE_UNUSED, in nds32_calc_branch_offset() 5395 branch_target_address += stretch; in nds32_calc_branch_offset() 5459 long stretch ATTRIBUTE_UNUSED, in nds32_relax_branch_instructions() 5495 offset = nds32_calc_branch_offset (segment, fragP, stretch, in nds32_relax_branch_instructions() 5637 nds32_relax_frag (segT segment, fragS *fragP, long stretch ATTRIBUTE_UNUSED) in nds32_relax_frag() 5649 adjust = nds32_relax_branch_instructions (segment, fragP, stretch, 0); in nds32_relax_frag()
|
D | tc-rx.c | 1504 rx_relax_frag (segT segment ATTRIBUTE_UNUSED, fragS * fragP, long stretch) in rx_relax_frag() argument 1519 fragP->fr_literal, fragP->fr_opcode, fragP->fr_type, fragP->fr_subtype, stretch); in rx_relax_frag() 1598 addr0 += stretch; in rx_relax_frag()
|
D | tc-mep.c | 1586 mep_relax_frag (segT segment, fragS *fragP, long stretch) in mep_relax_frag() argument 1588 long rv = relax_frag (segment, fragP, stretch); in mep_relax_frag()
|
D | tc-m32r.c | 1643 m32r_relax_frag (segT segment, fragS *fragP, long stretch) in m32r_relax_frag() argument 1668 growth = relax_frag (segment, fragP, stretch); in m32r_relax_frag()
|
D | tc-score.c | 71 static int s3_relax_frag (asection * sec ATTRIBUTE_UNUSED, fragS * fragp, long stretch ATTRIBUTE_UN… 6975 s3_relax_frag (asection * sec ATTRIBUTE_UNUSED, fragS * fragp, long stretch ATTRIBUTE_UNUSED) in s3_relax_frag() 7618 score_relax_frag (asection * sec ATTRIBUTE_UNUSED, fragS * fragp, long stretch ATTRIBUTE_UNUSED) in score_relax_frag() 7621 return s3_relax_frag (sec, fragp, stretch); in score_relax_frag() 7623 return s7_relax_frag (sec, fragp, stretch); in score_relax_frag()
|
D | tc-mips.c | 16756 mips16_extended_frag (fragS *fragp, asection *sec, long stretch) in mips16_extended_frag() argument 16823 if (stretch != 0 in mips16_extended_frag() 16838 if (stretch < 0) in mips16_extended_frag() 16839 stretch = - ((- stretch) in mips16_extended_frag() 16842 stretch &= ~ ((1 << (int) f->fr_offset) - 1); in mips16_extended_frag() 16843 if (stretch == 0) in mips16_extended_frag() 16848 val += stretch; in mips16_extended_frag() 17354 mips_relax_frag (asection *sec, fragS *fragp, long stretch) in mips_relax_frag() argument 17382 if (mips16_extended_frag (fragp, NULL, stretch)) in mips_relax_frag()
|
D | tc-arm.c | 20546 relaxed_symbol_addr (fragS *fragp, long stretch) in relaxed_symbol_addr() argument 20563 if (stretch != 0 in relaxed_symbol_addr() 20578 if (stretch < 0) in relaxed_symbol_addr() 20579 stretch = - ((- stretch) in relaxed_symbol_addr() 20582 stretch &= ~ ((1 << (int) f->fr_offset) - 1); in relaxed_symbol_addr() 20583 if (stretch == 0) in relaxed_symbol_addr() 20588 addr += stretch; in relaxed_symbol_addr() 20597 relax_adr (fragS *fragp, asection *sec, long stretch) in relax_adr() argument 20609 val = relaxed_symbol_addr (fragp, stretch); in relax_adr() 20665 relax_branch (fragS *fragp, asection *sec, int bits, long stretch) in relax_branch() argument [all …]
|
D | tc-frv.c | 1251 frv_relax_frag (fragS *fragP ATTRIBUTE_UNUSED, long stretch ATTRIBUTE_UNUSED) in frv_relax_frag()
|
D | tc-cris.c | 520 long stretch ATTRIBUTE_UNUSED) in cris_relax_frag()
|
D | tc-msp430.c | 3809 long stretch ATTRIBUTE_UNUSED) in msp430_relax_frag()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | write.c | 2198 relax_frag (segT segment, fragS *fragP, long stretch) in relax_frag() argument 2239 if (stretch != 0 in relax_frag() 2243 if (stretch < 0 in relax_frag() 2245 target += stretch; in relax_frag() 2252 target = fragP->fr_next->fr_address + stretch; in relax_frag() 2436 offsetT stretch; in relax_segment() local 2484 stretch = 0; in relax_segment() 2496 address = fragP->fr_address += stretch; in relax_segment() 2629 newf->fr_address -= stretch + growth; in relax_segment() 2655 after = fragP->fr_next->fr_address + stretch; in relax_segment() [all …]
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 2393 % Computer Modern typewriter fonts have zero interword stretch (and 4519 % sufficient for this purpose, as it ignores stretch and shrink parts 4673 % to column. It still won't often be perfect, because of the stretch 4726 % A bit of stretch before each entry for the benefit of balancing 5635 % Don't allow stretch, though. 8907 % stretch added to depend on the line length, hence the dependence on 9135 % interword stretch (and shrink), and it is reasonable to expect all
|