Home
last modified time | relevance | path

Searched refs:aim (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68k.h158 #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; \
Dtc-m32c.c524 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()
Dtc-msp430.c3812 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()
Dtc-cris.c523 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()
Dtc-mep.c1493 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()
Dtc-m68hc11.c3872 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()
Dtc-mmix.c3371 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/
Dwrite.c2205 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()
DCOPYING52 can do so. This is fundamentally incompatible with the aim of
DChangeLog-00012960 (relax_frag): Use correct types for `aim', `target', `address'.
DChangeLog-92959229 * write.c (relax_segment): Localize "aim" variable. If
/toolchain/binutils/binutils-2.25/ld/
Dldint.texinfo652 into loaded DLL. The aim is to make OS loader do so, and than
/toolchain/binutils/binutils-2.25/
DCOPYING352 can do so. This is fundamentally incompatible with the aim of
/toolchain/binutils/binutils-2.25/bfd/
DCOPYING52 can do so. This is fundamentally incompatible with the aim of
/toolchain/binutils/binutils-2.25/include/
DCOPYING352 can do so. This is fundamentally incompatible with the aim of