Searched refs:stretch (Results 1 - 25 of 62) sorted by relevance

123

/haiku-buildtools/binutils/gas/config/
H A Dtc-visium.h53 #define md_relax_frag(segment, fragp, stretch) \
54 visium_relax_frag (segment, fragp, stretch)
H A Dtc-score.h39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch)
H A Dtc-riscv.h43 #define md_relax_frag(segment, fragp, stretch) \
44 riscv_relax_frag (segment, fragp, stretch)
H A Dtc-m32r.h56 #define md_relax_frag(segment, fragP, stretch) \
57 m32r_relax_frag (segment, fragP, stretch)
H A Dtc-frv.h52 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch)
H A Dtc-mips.h51 #define md_relax_frag(segment, fragp, stretch) \
52 mips_relax_frag(segment, fragp, stretch)
H A Dtc-xtensa.h118 literal. However, the stretch has NOT been reported yet in this
389 #define md_relax_frag(segment, fragP, stretch) \
390 xtensa_relax_frag (fragP, stretch, &stretched)
H A Dtc-nios2.h84 extern long nios2_relax_frag (segT segment, fragS * fragP, long stretch);
H A Dtc-nds32.h102 #define md_relax_frag(segment, fragP, stretch) nds32_relax_frag (segment, fragP, stretch)
H A Dtc-arm.h96 #define md_relax_frag(segment, fragp, stretch) \
97 arm_relax_frag (segment, fragp, stretch)
H A Dtc-visium.c406 relaxed_symbol_addr (fragS *fragp, long stretch) argument
422 if (stretch != 0
427 /* Adjust stretch for any alignment frag. Note that if have
437 if (stretch < 0)
438 stretch = - ((- stretch)
441 stretch &= ~ ((1 << (int) f->fr_offset) - 1);
442 if (stretch == 0)
447 addr += stretch;
456 visium_relax_frag (asection *sec, fragS *fragP, long stretch) argument
[all...]
H A Dtc-epiphany.c676 epiphany_relax_frag (segT segment, fragS *fragP, long stretch)
702 growth = relax_frag (segment, fragP, stretch);
669 epiphany_relax_frag(segT segment, fragS *fragP, long stretch) argument
H A Dtc-xtensa.c3350 long stretch)
3422 if (stretch != 0
3426 target += stretch;
3710 long stretch) /* number of bytes stretched so far */
3723 if (xg_symbolic_immeds_fit (insn, pc_seg, pc_frag, pc_offset, stretch)
3736 stretch))
3751 stretch))
9162 input has been stretched already by "stretch". */
9165 xtensa_relax_frag (fragS *fragP, long stretch, int *stretched_p)
9187 new_stretch = relax_frag_loop_align (fragP, stretch);
3339 xg_symbolic_immeds_fit(const TInsn *insn, segT pc_seg, fragS *pc_frag, offsetT pc_offset, long stretch) argument
3696 xg_assembly_relax(IStack *istack, TInsn *insn, segT pc_seg, fragS *pc_frag, offsetT pc_offset, int min_steps, long stretch) argument
9151 xtensa_relax_frag(fragS *fragP, long stretch, int *stretched_p) argument
9466 relax_frag_loop_align(fragS *fragP, long stretch) argument
9521 relax_frag_for_align(fragS *fragP, long stretch) argument
10082 relax_frag_immed(segT segP, fragS *fragP, long stretch, int min_steps, xtensa_format fmt, int slot, int *stretched_p, bfd_boolean estimate_only) argument
[all...]
H A Dtc-rl78.c907 rl78_relax_frag (segT segment ATTRIBUTE_UNUSED, fragS * fragP, long stretch)
969 addr0 += stretch;
906 rl78_relax_frag(segT segment ATTRIBUTE_UNUSED, fragS * fragP, long stretch) argument
H A Dtc-mmix.c3355 mmix_md_relax_frag (segT seg, fragS *fragP, long stretch) argument
3393 if (stretch != 0
3396 target += stretch;
3434 + stretch
3467 return relax_frag (seg, fragP, stretch);
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-frv.h51 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch)
H A Dtc-m32r.h57 #define md_relax_frag(segment, fragP, stretch) \
58 m32r_relax_frag (segment, fragP, stretch)
H A Dtc-mips.h49 #define md_relax_frag(segment, fragp, stretch) \
50 mips_relax_frag(segment, fragp, stretch)
H A Dtc-arm.h82 #define md_relax_frag(segment, fragp, stretch) \
83 arm_relax_frag(segment, fragp, stretch)
H A Dtc-xtensa.h114 literal. However, the stretch has NOT been reported yet in this
361 #define md_relax_frag(segment, fragP, stretch) \
362 xtensa_relax_frag (fragP, stretch, &stretched)
H A Dtc-xtensa.c3222 long stretch)
3291 if (stretch != 0
3295 target += stretch;
3544 long stretch) /* number of bytes stretched so far */
3560 if (xg_symbolic_immeds_fit (insn, pc_seg, pc_frag, pc_offset, stretch)
3573 stretch))
3588 stretch))
8167 input has been stretched already by "stretch". */
8170 xtensa_relax_frag (fragS *fragP, long stretch, int *stretched_p)
8192 new_stretch = relax_frag_loop_align (fragP, stretch);
3211 xg_symbolic_immeds_fit(const TInsn *insn, segT pc_seg, fragS *pc_frag, offsetT pc_offset, long stretch) argument
3530 xg_assembly_relax(IStack *istack, TInsn *insn, segT pc_seg, fragS *pc_frag, offsetT pc_offset, int min_steps, long stretch) argument
8156 xtensa_relax_frag(fragS *fragP, long stretch, int *stretched_p) argument
8275 relax_frag_loop_align(fragS *fragP, long stretch) argument
8330 relax_frag_for_align(fragS *fragP, long stretch) argument
8763 relax_frag_immed(segT segP, fragS *fragP, long stretch, int min_steps, xtensa_format fmt, int slot, int *stretched_p, bfd_boolean estimate_only) argument
[all...]
H A Dtc-mmix.c3350 mmix_md_relax_frag (segT seg, fragS *fragP, long stretch) argument
3388 if (stretch != 0
3391 target += stretch;
3429 + stretch
3462 return relax_frag (seg, fragP, stretch);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/go1/
H A Dbinarytree_test.go41 //fmt.Printf("stretch tree of depth %d\t check: %d\n", stretchDepth, check)
/haiku-buildtools/binutils/gas/
H A Dwrite.c2236 relax_frag (segT segment, fragS *fragP, long stretch) argument
2277 if (stretch != 0
2281 if (stretch < 0
2283 target += stretch;
2290 target = fragP->fr_next->fr_address + stretch;
2474 offsetT stretch; local
2477 stretch because one piece of code may have grown and another
2522 stretch = 0;
2534 address = fragP->fr_address += stretch;
2667 newf->fr_address -= stretch
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Dwrite.c1593 relax_frag (segT segment, fragS *fragP, long stretch) argument
1631 if (stretch != 0
1635 target += stretch;
1810 offsetT stretch; /* May be any size, 0 or negative. */ local
1814 /* This is 'cuz stretch may be zero, when, in fact some piece of code
1835 stretch = 0;
1847 address = fragP->fr_address += stretch;
1998 growth -= stretch;
2040 growth = md_relax_frag (segment, fragP, stretch);
2045 growth = relax_frag (segment, fragP, stretch);
[all...]

Completed in 416 milliseconds

123