Searched refs:aim (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-m68k.h | 158 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ argument 161 if (aim == 0 && this_type->rlx_forward == 127) \ 162 aim = 128; \
|
D | tc-m32c.c | 524 m32c_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state) in m32c_prepare_relax_scan() argument 528 *aim = 0; in m32c_prepare_relax_scan() 530 *aim += subtype_mappings[this_state].pcrel_aim_offset; in m32c_prepare_relax_scan()
|
D | tc-msp430.c | 3812 offsetT aim = 0; in msp430_relax_frag() local 3832 aim = S_GET_VALUE (symbolP) - fragP->fr_address - fragP->fr_fix; in msp430_relax_frag() 3839 aim = 0x7fff; in msp430_relax_frag() 3845 if (aim < 0) in msp430_relax_frag() 3849 if (aim >= this_type->rlx_backward || !this_type->rlx_backward) in msp430_relax_frag() 3863 if (aim <= this_type->rlx_forward || !this_type->rlx_forward) in msp430_relax_frag()
|
D | tc-cris.c | 523 offsetT aim = 0; in cris_relax_frag() local 556 aim = S_GET_VALUE (symbolP); in cris_relax_frag() 575 if (aim < 0) in cris_relax_frag() 579 if (aim >= this_type->rlx_backward) in cris_relax_frag() 593 if (aim <= this_type->rlx_forward) in cris_relax_frag()
|
D | tc-mep.c | 1493 mep_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state) in mep_prepare_relax_scan() argument 1497 *aim = 0; in mep_prepare_relax_scan() 1499 *aim += 2 + md_relax_table[this_state].rlx_length; in mep_prepare_relax_scan()
|
D | tc-m68hc11.c | 3872 offsetT aim = 0; in m68hc11_relax_frag() local 3902 aim = S_GET_VALUE (symbolP); in m68hc11_relax_frag() 3917 if (aim < 0) in m68hc11_relax_frag() 3921 if (aim >= this_type->rlx_backward) in m68hc11_relax_frag() 3935 if (aim <= this_type->rlx_forward) in m68hc11_relax_frag()
|
D | tc-mmix.c | 3371 offsetT aim; in mmix_md_relax_frag() local 3399 aim = target - address - fragP->fr_fix; in mmix_md_relax_frag() 3400 if (aim >= PUSHJ_0B && aim <= PUSHJ_0F) in mmix_md_relax_frag()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | write.c | 2205 offsetT aim; in relax_frag() local 2256 aim = target - address - fragP->fr_fix; in relax_frag() 2259 aim += TC_PCREL_ADJUST (fragP); in relax_frag() 2264 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); in relax_frag() 2267 if (aim < 0) in relax_frag() 2271 if (aim >= this_type->rlx_backward) in relax_frag() 2285 if (aim <= this_type->rlx_forward) in relax_frag()
|
D | COPYING | 52 can do so. This is fundamentally incompatible with the aim of
|
D | ChangeLog-0001 | 2960 (relax_frag): Use correct types for `aim', `target', `address'.
|
D | ChangeLog-9295 | 9229 * write.c (relax_segment): Localize "aim" variable. If
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldint.texinfo | 652 into loaded DLL. The aim is to make OS loader do so, and than
|
/toolchain/binutils/binutils-2.25/ |
D | COPYING3 | 52 can do so. This is fundamentally incompatible with the aim of
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | COPYING | 52 can do so. This is fundamentally incompatible with the aim of
|
/toolchain/binutils/binutils-2.25/include/ |
D | COPYING3 | 52 can do so. This is fundamentally incompatible with the aim of
|