HomeSort by relevance Sort by last modified time
    Searched refs:fr_fix (Results 1 - 25 of 62) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/
ehopt.c 128 while (f != NULL && offset >= f->fr_fix)
130 offset -= f->fr_fix;
134 || f->fr_fix - offset < 4
144 while (f != NULL && offset >= f->fr_fix)
146 offset -= f->fr_fix;
150 || f->fr_fix - offset < 1
160 while (f != NULL && offset >= f->fr_fix)
162 offset -= f->fr_fix;
168 while (offset < f->fr_fix && f->fr_literal[offset] != '\0')
177 if (offset < f->fr_fix)
    [all...]
debug.c 66 var_chars (fp, fp->fr_var + fp->fr_fix);
85 printf ("%sfr_fix=%d\n", indent, fp->fr_fix);
frags.h 48 offsetT fr_fix; member in struct:frag
115 however, included in frchain_now. The fr_fix field is bogus;
frags.c 144 Because this calculates the correct value of fr_fix by
147 variable part; The rest must belong to fr_fix.
168 /* Fix up old frag's fr_fix. */
169 frag_now->fr_fix = frag_now_fix_octets () - old_frags_var_max_size;
441 off += frag->fr_fix + frag->fr_offset * frag->fr_var;
457 off -= frag->fr_fix + frag->fr_offset * frag->fr_var;
write.c 448 - fragP->fr_fix) / fragP->fr_var;
467 size = output_leb128 (fragP->fr_literal + fragP->fr_fix, value,
470 fragP->fr_fix += size;
491 == fragP->fr_fix));
506 fragP->fr_fix += md_short_jump_size;
511 fragP->fr_fix += md_long_jump_size;
565 size = fragp->fr_address + fragp->fr_fix;
1179 && r->u.b.r.address < f->fr_address + f->fr_fix)
1184 && r->u.b.r.address < f->fr_address + f->fr_fix)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-frv.h 107 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
108 char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
112 (FRAGP)->fr_fix += (count & 3); \
tc-mn10200.c 340 fix_new (fragP, fragP->fr_fix + 1, 1, fragP->fr_symbol,
343 fragP->fr_fix += 2;
348 int offset = fragP->fr_fix;
390 fix_new (fragP, fragP->fr_fix + 1, 1,
397 fix_new (fragP, fragP->fr_fix + 3, 2, fragP->fr_symbol,
400 fragP->fr_fix += 5;
405 int offset = fragP->fr_fix;
447 fix_new (fragP, fragP->fr_fix + 1, 1,
455 fix_new (fragP, fragP->fr_fix + 4, 4, fragP->fr_symbol,
458 fragP->fr_fix += 7
    [all...]
tc-mn10300.c 478 fix_new (fragP, fragP->fr_fix + 1, 1, fragP->fr_symbol,
481 fragP->fr_fix += 2;
486 int offset = fragP->fr_fix;
528 fix_new (fragP, fragP->fr_fix + 1, 1,
535 fix_new (fragP, fragP->fr_fix + 3, 2, fragP->fr_symbol,
538 fragP->fr_fix += 5;
543 int offset = fragP->fr_fix;
585 fix_new (fragP, fragP->fr_fix + 1, 1,
592 fix_new (fragP, fragP->fr_fix + 3, 4, fragP->fr_symbol,
595 fragP->fr_fix += 7
    [all...]
tc-microblaze.c     [all...]
tc-vax.c 369 fr_fix. */
387 old_fr_fix = fragP->fr_fix;
427 fragP->fr_fix += 1 + 4;
437 fragP->fr_fix += 1 + 1 + 1 + 4;
449 fragP->fr_fix += 2 + 2 + 1 + 1 + 4;
460 fragP->fr_fix += 1 + 2 + 1 + 1 + 4;
468 fragP->fr_fix += 1 + 4;
479 return fragP->fr_fix - old_fr_fix;
527 /* Added to fr_fix: incl. ALL var chars. */
532 where = fragP->fr_fix;
    [all...]
tc-v850.c     [all...]
tc-mcore.c 223 added += curr_frag->fr_fix;
    [all...]
tc-m68k.c     [all...]
tc-epiphany.c 346 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
347 p = fragp->fr_literal + fragp->fr_fix;
364 fragp->fr_fix += fix;
690 long address ATTRIBUTE_UNUSED = fragP->fr_address + fragP->fr_fix - 2;
724 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
725 Whatever we do to grow fr_fix or fr_var contributes to our returned value.
820 opcode_address = fragP->fr_address + fragP->fr_fix - 2;
962 fragP->fr_fix += (extension & -2); /* 0,2 or 4 bytes added. */
tc-nios2.c 777 offset = target - fragp->fr_address - fragp->fr_fix - fragp->fr_var;
836 char *buffer = fragp->fr_literal + fragp->fr_fix;
850 fix_new (fragp, fragp->fr_fix, 4, fragp->fr_symbol, fragp->fr_offset, 1,
852 fragp->fr_fix += 4;
856 /* Replace the cbranch at fr_fix with one that has the opposite condition
902 fragp->fr_fix += 4;
912 fragp->fr_fix += 4;
917 offset = target - fragp->fr_address - fragp->fr_fix;
931 fragp->fr_fix += 4;
940 fragp->fr_fix += 4
    [all...]
tc-rl78.c 473 && frag->fr_address + frag->fr_fix > 0
477 fix_new (frag, frag->fr_fix, 0,
546 frag_then->fr_fix = olen + (bytes - frag_then->fr_literal);
692 Our scheme is as follows: fr_fix has the size of the smallest
806 value is the difference between fr_fix and the actual size. We
816 /* This is the size of the opcode that's accounted for in fr_fix. */
817 opfixsize = fragP->fr_fix - (fragP->fr_opcode - fragP->fr_literal);
1133 fragP->fr_fix = fragP->fr_subtype + (fragP->fr_opcode - fragP->fr_literal);
1134 tprintf ("fragP->fr_fix now %ld (%d + (%p - %p)\n", (long) fragP->fr_fix,
    [all...]
tc-m68hc11.c     [all...]
tc-xtensa.c     [all...]
tc-sh.c 880 off += frag->fr_fix + frag->fr_offset * frag->fr_var;
882 off += frag->fr_fix;
900 off -= frag->fr_fix + frag->fr_offset * frag->fr_var;
902 off -= frag->fr_fix;
    [all...]
tc-msp430.c     [all...]
tc-rx.c 1111 frag_then->fr_fix += rx_bytes.n_base + rx_bytes.n_ops;
1273 - frag->fr_fix);
1274 unsigned char *base = (unsigned char *)frag->fr_literal + frag->fr_fix;
1295 && frag->fr_address + frag->fr_fix > 0
1299 fix_new (frag, frag->fr_fix, 0,
    [all...]
tc-sh64.c 383 int bytes = frag->fr_next->fr_address - frag->fr_address - frag->fr_fix;
384 char * p = frag->fr_literal + frag->fr_fix;
393 frag->fr_fix += 1;
842 var_part_offset = fragP->fr_fix;
853 opcode_address = fragP->fr_address + fragP->fr_fix - 4;
    [all...]
tc-mep.c     [all...]
tc-ns32k.c     [all...]
tc-i386.h 217 - fragP->fr_fix));

Completed in 1215 milliseconds

1 2 3