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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-score.h38 #define md_relax_frag(segment, fragp, stretch) score_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.h84 #define md_relax_frag(segment, fragp, stretch) \
85 arm_relax_frag(segment, fragp, stretch)
H A Dtc-mips.c13683 mips16_extended_frag (fragS *fragp, asection *sec, long stretch)
13772 if (stretch != 0
13777 /* Adjust stretch for any alignment frag. Note that if have
13787 if (stretch < 0)
13788 stretch = - ((- stretch)
13791 stretch &= ~ ((1 << (int) f->fr_offset) - 1);
13792 if (stretch == 0)
13797 val += stretch;
14129 mips_relax_frag (asection *sec, fragS *fragp, long stretch)
13672 mips16_extended_frag(fragS *fragp, asection *sec, long stretch) argument
14118 mips_relax_frag(asection *sec, fragS *fragp, long stretch) argument
[all...]
H A Dtc-arm.c16747 relaxed_symbol_addr(fragS *fragp, long stretch)
16764 if (stretch != 0
16766 addr += stretch;
16774 relax_adr (fragS *fragp, asection *sec, long stretch)
16784 val = relaxed_symbol_addr(fragp, stretch);
16816 relax_branch (fragS *fragp, asection *sec, int bits, long stretch)
16827 val = relaxed_symbol_addr(fragp, stretch);
16843 arm_relax_frag (asection *sec, fragS *fragp, long stretch)
16852 newsize = relax_adr(fragp, sec, stretch);
16872 newsize = relax_adr(fragp, sec, stretch);
16734 relaxed_symbol_addr(fragS *fragp, long stretch) argument
16761 relax_adr(fragS *fragp, asection *sec, long stretch) argument
16803 relax_branch(fragS *fragp, asection *sec, int bits, long stretch) argument
16830 arm_relax_frag(asection *sec, fragS *fragp, long stretch) argument
[all...]
H A Dtc-score.c4933 score_relax_frag (asection * sec ATTRIBUTE_UNUSED, fragS * fragp, long stretch ATTRIBUTE_UNUSED)
/freebsd-9.3-release/contrib/binutils/gas/
H A Dwrite.c1864 relax_frag (segT segment, fragS *fragP, long stretch) argument
1902 if (stretch != 0
1906 target += stretch;
2083 offsetT stretch; local
2086 stretch because one piece of code may have grown and another
2131 stretch = 0;
2143 address = fragP->fr_address += stretch;
2271 newf->fr_address = newoff - stretch - growth;
2337 growth -= stretch;
2379 growth = md_relax_frag (segment, fragP, stretch);
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c512 boolean_t stretch = B_FALSE; local
599 stretch = B_TRUE;
605 if (stretch) {
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1910 % Computer Modern typewriter fonts have zero interword stretch (and
3397 % sufficient for this purpose, as it ignores stretch and shrink parts
3543 % to column. It still won't often be perfect, because of the stretch
3596 % A bit of stretch before each entry for the benefit of balancing
4361 % Don't allow stretch, though.
6673 % stretch added to depend on the line length, hence the dependence on
6876 % interword stretch (and shrink), and it is reasonable to expect all
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2025 % Computer Modern typewriter fonts have zero interword stretch (and
3571 % sufficient for this purpose, as it ignores stretch and shrink parts
3717 % to column. It still won't often be perfect, because of the stretch
3770 % A bit of stretch before each entry for the benefit of balancing
4535 % Don't allow stretch, though.
6874 % stretch added to depend on the line length, hence the dependence on
7095 % interword stretch (and shrink), and it is reasonable to expect all
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex1924 % Computer Modern typewriter fonts have zero interword stretch (and
3469 % sufficient for this purpose, as it ignores stretch and shrink parts
3615 % to column. It still won't often be perfect, because of the stretch
3668 % A bit of stretch before each entry for the benefit of balancing
4433 % Don't allow stretch, though.
6745 % stretch added to depend on the line length, hence the dependence on
6948 % interword stretch (and shrink), and it is reasonable to expect all
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-df.S427 mov xh, r2, asr #3 @ stretch exponent

Completed in 333 milliseconds