| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68k.h | 107 force word mode by faking AIM. */ 108 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ 111 if (aim == 0 && this_type->rlx_forward == 127) \ 112 aim = 128; \
|
| tc-m32c.c | 497 m32c_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state) 501 *aim = 0; 503 *aim += subtype_mappings[this_state].pcrel_aim_offset;
|
| tc-mep.c | 1495 mep_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state) 1499 *aim = 0; 1501 *aim += 2 + md_relax_table[this_state].rlx_length;
|
| tc-cris.c | 523 offsetT aim = 0; local 556 aim = S_GET_VALUE (symbolP); 575 if (aim < 0) 579 if (aim >= this_type->rlx_backward) 593 if (aim <= this_type->rlx_forward)
|
| tc-mmix.c | 3363 offsetT aim; local 3391 aim = target - address - fragP->fr_fix; 3392 if (aim >= PUSHJ_0B && aim <= PUSHJ_0F)
|
| tc-msp430.c | 4978 offsetT aim = 0; local 4998 aim = S_GET_VALUE (symbolP) - fragP->fr_address - fragP->fr_fix; 5004 by setting 'aim' to quite high value. */ 5005 aim = 0x7fff; 5011 if (aim < 0) 5015 if (aim >= this_type->rlx_backward || !this_type->rlx_backward) 5029 if (aim <= this_type->rlx_forward || !this_type->rlx_forward)
|
| tc-m68hc11.c | 3877 offsetT aim = 0; 3907 aim = S_GET_VALUE (symbolP); 3922 if (aim < 0) 3926 if (aim >= this_type->rlx_backward) 3940 if (aim <= this_type->rlx_forward) 3867 offsetT aim = 0; local
|
| tc-csky.c | 5707 offsetT aim; local 5771 aim = target - address - fragP->fr_fix; 5773 /* If the fragP->fr_symbol is extern symbol, aim should be 0. */ 5775 aim = 0; 5777 if (aim < 0) 5781 if (aim >= this_type->rlx_backward) 5795 if (aim <= this_type->rlx_forward)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68k.h | 107 force word mode by faking AIM. */ 108 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ 111 if (aim == 0 && this_type->rlx_forward == 127) \ 112 aim = 128; \
|
| tc-m32c.c | 497 m32c_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state) 501 *aim = 0; 503 *aim += subtype_mappings[this_state].pcrel_aim_offset;
|
| tc-mep.c | 1495 mep_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state) 1499 *aim = 0; 1501 *aim += 2 + md_relax_table[this_state].rlx_length;
|
| tc-cris.c | 523 offsetT aim = 0; local 556 aim = S_GET_VALUE (symbolP); 575 if (aim < 0) 579 if (aim >= this_type->rlx_backward) 593 if (aim <= this_type->rlx_forward)
|
| tc-mmix.c | 3363 offsetT aim; local 3391 aim = target - address - fragP->fr_fix; 3392 if (aim >= PUSHJ_0B && aim <= PUSHJ_0F)
|
| tc-msp430.c | 4978 offsetT aim = 0; local 4998 aim = S_GET_VALUE (symbolP) - fragP->fr_address - fragP->fr_fix; 5004 by setting 'aim' to quite high value. */ 5005 aim = 0x7fff; 5011 if (aim < 0) 5015 if (aim >= this_type->rlx_backward || !this_type->rlx_backward) 5029 if (aim <= this_type->rlx_forward || !this_type->rlx_forward)
|
| tc-m68hc11.c | 3877 offsetT aim = 0; 3907 aim = S_GET_VALUE (symbolP); 3922 if (aim < 0) 3926 if (aim >= this_type->rlx_backward) 3940 if (aim <= this_type->rlx_forward) 3867 offsetT aim = 0; local
|
| tc-csky.c | 5707 offsetT aim; local 5771 aim = target - address - fragP->fr_fix; 5773 /* If the fragP->fr_symbol is extern symbol, aim should be 0. */ 5775 aim = 0; 5777 if (aim < 0) 5781 if (aim >= this_type->rlx_backward) 5795 if (aim <= this_type->rlx_forward)
|
| /src/usr.bin/diff/ |
| diffreg.c | 811 struct line *ai, *aim, w; local 822 aim = &ai[m]; 823 if (aim < ai) 825 if (aim->value > ai[0].value || 826 (aim->value == ai[0].value && 827 aim->serial > ai[0].serial)) 830 ai[0].value = aim->value; 831 aim->value = w.value; 833 ai[0].serial = aim->serial; 834 aim->serial = w.serial [all...] |
| /src/sys/dev/i2o/ |
| iopsp.c | 503 iopsp_scsi_abort(struct iopsp_softc *sc, int atid, struct iop_msg *aim) 517 mf.tctxabort = aim->im_tctx;
|
| /src/external/gpl3/binutils/dist/gas/ |
| write.c | 2551 offsetT aim; local 2602 aim = target - address; 2605 aim += TC_PCREL_ADJUST (fragP); 2610 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); 2613 if (aim < 0) 2617 if (aim >= this_type->rlx_backward) 2631 if (aim <= this_type->rlx_forward)
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| write.c | 2549 offsetT aim; local 2600 aim = target - address; 2603 aim += TC_PCREL_ADJUST (fragP); 2608 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); 2611 if (aim < 0) 2615 if (aim >= this_type->rlx_backward) 2629 if (aim <= this_type->rlx_forward)
|