| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-frv.h | 51 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
|
| H A D | tc-mips.h | 49 #define md_relax_frag(segment, fragp, stretch) \ argument 50 mips_relax_frag(segment, fragp, stretch)
|
| H A D | tc-m32r.h | 57 #define md_relax_frag(segment, fragP, stretch) \ argument 58 m32r_relax_frag (segment, fragP, stretch)
|
| H A D | tc-xtensa.h | 361 #define md_relax_frag(segment, fragP, stretch) \ argument 362 xtensa_relax_frag (fragP, stretch, &stretched)
|
| H A D | tc-arm.h | 82 #define md_relax_frag(segment, fragp, stretch) \ argument 83 arm_relax_frag(segment, fragp, stretch)
|
| H A D | tc-xtensa.c | 3215 long stretch) in xg_symbolic_immeds_fit() argument 3284 if (stretch != 0 in xg_symbolic_immeds_fit() 3288 target += stretch; in xg_symbolic_immeds_fit() 3536 long stretch) /* number of bytes stretched so far */ in xg_assembly_relax() argument 3552 if (xg_symbolic_immeds_fit (insn, pc_seg, pc_frag, pc_offset, stretch) in xg_assembly_relax() 3565 stretch)) in xg_assembly_relax() 3580 stretch)) in xg_assembly_relax() 8156 xtensa_relax_frag (fragS *fragP, long stretch, int *stretched_p) in xtensa_relax_frag() argument 8178 new_stretch = relax_frag_loop_align (fragP, stretch); in xtensa_relax_frag() 8225 new_stretch += relax_frag_for_align (fragP, stretch); in xtensa_relax_frag() [all …]
|
| H A D | tc-mmix.c | 3350 mmix_md_relax_frag (segT seg, fragS *fragP, long stretch) in mmix_md_relax_frag() argument 3388 if (stretch != 0 in mmix_md_relax_frag() 3391 target += stretch; in mmix_md_relax_frag() 3429 + stretch in mmix_md_relax_frag() 3462 return relax_frag (seg, fragP, stretch); in mmix_md_relax_frag()
|
| H A D | tc-frv.c | 1281 frv_relax_frag (fragP, stretch) in frv_relax_frag() argument 1283 long stretch ATTRIBUTE_UNUSED;
|
| H A D | tc-m32r.c | 1644 m32r_relax_frag (segT segment, fragS *fragP, long stretch) in m32r_relax_frag() argument 1669 growth = relax_frag (segment, fragP, stretch); in m32r_relax_frag()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-frv.h | 56 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
|
| H A D | tc-m32r.h | 66 #define md_relax_frag(segment, fragP, stretch) \ argument 67 m32r_relax_frag (segment, fragP, stretch)
|
| H A D | tc-mips.h | 49 #define md_relax_frag(segment, fragp, stretch) \ argument 50 mips_relax_frag(segment, fragp, stretch)
|
| H A D | tc-xtensa.h | 182 #define md_relax_frag(segment, fragP, stretch) \ argument 183 xtensa_relax_frag (fragP, stretch, &stretched)
|
| H A D | tc-openrisc.c | 223 openrisc_relax_frag (segment, fragP, stretch) in openrisc_relax_frag() argument 226 long stretch; 251 growth = relax_frag (segment, fragP, stretch);
|
| H A D | tc-fr30.c | 208 fr30_relax_frag (segment, fragP, stretch) 211 long stretch; 236 growth = relax_frag (segment, fragP, stretch);
|
| H A D | tc-xtensa.c | 3064 xg_symbolic_immeds_fit (insn, pc_seg, pc_frag, pc_offset, stretch) in xg_symbolic_immeds_fit() argument 3069 long stretch; 3116 if (stretch && is_dnrange (pc_frag, symbolP, stretch)) 3117 target += stretch; 3182 is_dnrange (start_frag, sym, stretch) in is_dnrange() argument 3185 long stretch; 3191 if (cur_frag->fr_address >= start_frag->fr_address - stretch) 3193 int distance = stretch; 3214 stretch) in xg_assembly_relax() argument 3221 long stretch; /* Number of bytes stretched so far. */ [all …]
|
| H A D | tc-mmix.c | 3407 mmix_md_relax_frag (seg, fragP, stretch) in mmix_md_relax_frag() argument 3410 long stretch; 3448 if (stretch != 0 3451 target += stretch; 3489 + stretch 3522 return relax_frag (seg, fragP, stretch);
|
| H A D | tc-m32r.c | 1665 m32r_relax_frag (segment, fragP, stretch) in m32r_relax_frag() argument 1668 long stretch; 1693 growth = relax_frag (segment, fragP, stretch);
|
| H A D | tc-frv.c | 1231 frv_relax_frag (fragP, stretch) in frv_relax_frag() argument 1233 long stretch ATTRIBUTE_UNUSED;
|
| H A D | tc-cris.c | 378 cris_relax_frag (seg, fragP, stretch) in cris_relax_frag() argument 381 long stretch ATTRIBUTE_UNUSED;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | write.c | 1593 relax_frag (segT segment, fragS *fragP, long stretch) in relax_frag() argument 1631 if (stretch != 0 in relax_frag() 1635 target += stretch; in relax_frag() 1810 offsetT stretch; /* May be any size, 0 or negative. */ in relax_segment() local 1835 stretch = 0; in relax_segment() 1847 address = fragP->fr_address += stretch; in relax_segment() 1998 growth -= stretch; in relax_segment() 2040 growth = md_relax_frag (segment, fragP, stretch); in relax_segment() 2045 growth = relax_frag (segment, fragP, stretch); in relax_segment() 2076 stretch += growth; in relax_segment()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | write.c | 2029 relax_frag (segT segment, fragS *fragP, long stretch) in relax_frag() argument 2073 if (stretch != 0 in relax_frag() 2077 target += stretch; in relax_frag() 2255 offsetT stretch; /* May be any size, 0 or negative. */ in relax_segment() local 2265 stretch = 0; in relax_segment() 2277 address = fragP->fr_address += stretch; in relax_segment() 2413 growth = stretch; in relax_segment() 2417 growth -= stretch; in relax_segment() 2451 growth = md_relax_frag (segment, fragP, stretch); in relax_segment() 2456 growth = relax_frag (segment, fragP, stretch); in relax_segment() [all …]
|
| /openbsd-src/games/snake/ |
| H A D | snake.c | 122 int stretch(struct point *); 664 if (!stretch(&money)) in snap() 665 if (!stretch(&finish)) { in snap() 675 stretch(struct point *ps) in stretch() function
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-02-06-TypeNotationDebateResp4.txt | 15 of a stretch from learning the opcodes and how SSA form works, and how
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | lldbtk.py | 486 stretch=columns_dict['stretch'])
|