Searched refs:fr_fix (Results 1 - 25 of 193) sorted by relevance

12345678

/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dehopt.c127 while (f != NULL && offset >= f->fr_fix)
129 offset -= f->fr_fix;
133 || f->fr_fix - offset < 4
143 while (f != NULL && offset >= f->fr_fix)
145 offset -= f->fr_fix;
149 || f->fr_fix - offset < 1
159 while (f != NULL && offset >= f->fr_fix)
161 offset -= f->fr_fix;
167 while (offset < f->fr_fix && f->fr_literal[offset] != '\0')
176 if (offset < f->fr_fix)
[all...]
H A Ddebug.c66 var_chars (fp, fp->fr_var + fp->fr_fix);
85 printf ("%sfr_fix=%d\n", indent, fp->fr_fix);
H A Dfrags.c147 Because this calculates the correct value of fr_fix by
150 variable part; The rest must belong to fr_fix.
171 /* Fix up old frag's fr_fix. */
172 frag_now->fr_fix = frag_now_fix_octets ();
173 gas_assert (frag_now->fr_fix >= old_frags_var_max_size);
174 frag_now->fr_fix -= old_frags_var_max_size;
451 off += frag->fr_fix + frag->fr_offset * frag->fr_var;
467 off -= frag->fr_fix + frag->fr_offset * frag->fr_var;
501 if (frag2 == frag1 || off1 > frag1->fr_fix)
507 non-zero fr_fix i
[all...]
H A Dwrite.c450 - fragP->fr_fix) / fragP->fr_var;
480 size = output_leb128 (fragP->fr_literal + fragP->fr_fix, value,
483 fragP->fr_fix += size;
504 == fragP->fr_fix));
519 fragP->fr_fix += md_short_jump_size;
524 fragP->fr_fix += md_long_jump_size;
578 size = fragp->fr_address + fragp->fr_fix;
1199 && r->u.b.r.address < f->fr_address + f->fr_fix)
1204 && r->u.b.r.address < f->fr_address + f->fr_fix)
1209 && r->u.b.r.address <= f->fr_address + f->fr_fix)
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dehopt.c127 while (f != NULL && offset >= f->fr_fix)
129 offset -= f->fr_fix;
133 || f->fr_fix - offset < 4
143 while (f != NULL && offset >= f->fr_fix)
145 offset -= f->fr_fix;
149 || f->fr_fix - offset < 1
159 while (f != NULL && offset >= f->fr_fix)
161 offset -= f->fr_fix;
167 while (offset < f->fr_fix && f->fr_literal[offset] != '\0')
176 if (offset < f->fr_fix)
[all...]
H A Ddebug.c66 var_chars (fp, fp->fr_var + fp->fr_fix);
85 printf ("%sfr_fix=%d\n", indent, fp->fr_fix);
H A Dfrags.c147 Because this calculates the correct value of fr_fix by
150 variable part; The rest must belong to fr_fix.
171 /* Fix up old frag's fr_fix. */
172 frag_now->fr_fix = frag_now_fix_octets ();
173 gas_assert (frag_now->fr_fix >= old_frags_var_max_size);
174 frag_now->fr_fix -= old_frags_var_max_size;
451 off += frag->fr_fix + frag->fr_offset * frag->fr_var;
467 off -= frag->fr_fix + frag->fr_offset * frag->fr_var;
509 off += frag->fr_fix + frag->fr_offset * frag->fr_var;
543 if (frag2 == frag1 || off1 > frag1->fr_fix)
[all...]
H A Dwrite.c441 - fragP->fr_fix) / fragP->fr_var;
471 size = output_leb128 (fragP->fr_literal + fragP->fr_fix, value,
474 fragP->fr_fix += size;
495 == fragP->fr_fix));
510 fragP->fr_fix += md_short_jump_size;
515 fragP->fr_fix += md_long_jump_size;
569 size = fragp->fr_address + fragp->fr_fix;
1204 && r->u.b.r.address < f->fr_address + f->fr_fix)
1209 && r->u.b.r.address < f->fr_address + f->fr_fix)
1214 && r->u.b.r.address <= f->fr_address + f->fr_fix)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dehopt.c127 while (f != NULL && offset >= f->fr_fix)
129 offset -= f->fr_fix;
133 || f->fr_fix - offset < 4
143 while (f != NULL && offset >= f->fr_fix)
145 offset -= f->fr_fix;
149 || f->fr_fix - offset < 1
159 while (f != NULL && offset >= f->fr_fix)
161 offset -= f->fr_fix;
167 while (offset < f->fr_fix && f->fr_literal[offset] != '\0')
176 if (offset < f->fr_fix)
[all...]
H A Ddebug.c66 var_chars (fp, fp->fr_var + fp->fr_fix);
85 printf ("%sfr_fix=%d\n", indent, fp->fr_fix);
H A Dfrags.c147 Because this calculates the correct value of fr_fix by
150 variable part; The rest must belong to fr_fix.
171 /* Fix up old frag's fr_fix. */
172 frag_now->fr_fix = frag_now_fix_octets ();
173 gas_assert (frag_now->fr_fix >= old_frags_var_max_size);
174 frag_now->fr_fix -= old_frags_var_max_size;
451 off += frag->fr_fix + frag->fr_offset * frag->fr_var;
467 off -= frag->fr_fix + frag->fr_offset * frag->fr_var;
501 if (frag2 == frag1 || off1 > frag1->fr_fix)
507 non-zero fr_fix i
[all...]
H A Dwrite.c450 - fragP->fr_fix) / fragP->fr_var;
480 size = output_leb128 (fragP->fr_literal + fragP->fr_fix, value,
483 fragP->fr_fix += size;
504 == fragP->fr_fix));
519 fragP->fr_fix += md_short_jump_size;
524 fragP->fr_fix += md_long_jump_size;
578 size = fragp->fr_address + fragp->fr_fix;
1199 && r->u.b.r.address < f->fr_address + f->fr_fix)
1204 && r->u.b.r.address < f->fr_address + f->fr_fix)
1209 && r->u.b.r.address <= f->fr_address + f->fr_fix)
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-frv.h107 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
108 char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
112 (FRAGP)->fr_fix += (count & 3); \
H A Dtc-mn10200.c337 fix_new (fragP, fragP->fr_fix + 1, 1, fragP->fr_symbol,
340 fragP->fr_fix += 2;
345 int offset = fragP->fr_fix;
387 fix_new (fragP, fragP->fr_fix + 1, 1,
394 fix_new (fragP, fragP->fr_fix + 3, 2, fragP->fr_symbol,
397 fragP->fr_fix += 5;
402 int offset = fragP->fr_fix;
444 fix_new (fragP, fragP->fr_fix + 1, 1,
452 fix_new (fragP, fragP->fr_fix + 4, 4, fragP->fr_symbol,
455 fragP->fr_fix
[all...]
H A Dtc-mn10300.c475 fix_new (fragP, fragP->fr_fix + 1, 1, fragP->fr_symbol,
478 fragP->fr_fix += 2;
483 int offset = fragP->fr_fix;
525 fix_new (fragP, fragP->fr_fix + 1, 1,
532 fix_new (fragP, fragP->fr_fix + 3, 2, fragP->fr_symbol,
535 fragP->fr_fix += 5;
540 int offset = fragP->fr_fix;
582 fix_new (fragP, fragP->fr_fix + 1, 1,
589 fix_new (fragP, fragP->fr_fix + 3, 4, fragP->fr_symbol,
592 fragP->fr_fix
[all...]
H A Dtc-microblaze.c1885 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE * 2, fragP->fr_symbol,
1887 fragP->fr_fix += INST_WORD_SIZE * 2;
1892 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE * 2, fragP->fr_symbol,
1895 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE * 2, fragP->fr_symbol,
1897 fragP->fr_fix += INST_WORD_SIZE * 2;
1901 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE, fragP->fr_symbol,
1903 fragP->fr_fix += INST_WORD_SIZE;
1907 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE, fragP->fr_symbol,
1909 fragP->fr_fix += INST_WORD_SIZE;
1913 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZ
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-frv.h106 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
107 char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
111 (FRAGP)->fr_fix += (count & 3); \
H A Dtc-mn10200.c337 fix_new (fragP, fragP->fr_fix + 1, 1, fragP->fr_symbol,
340 fragP->fr_fix += 2;
345 int offset = fragP->fr_fix;
387 fix_new (fragP, fragP->fr_fix + 1, 1,
394 fix_new (fragP, fragP->fr_fix + 3, 2, fragP->fr_symbol,
397 fragP->fr_fix += 5;
402 int offset = fragP->fr_fix;
444 fix_new (fragP, fragP->fr_fix + 1, 1,
452 fix_new (fragP, fragP->fr_fix + 4, 4, fragP->fr_symbol,
455 fragP->fr_fix
[all...]
H A Dtc-mn10300.c475 fix_new (fragP, fragP->fr_fix + 1, 1, fragP->fr_symbol,
478 fragP->fr_fix += 2;
483 int offset = fragP->fr_fix;
525 fix_new (fragP, fragP->fr_fix + 1, 1,
532 fix_new (fragP, fragP->fr_fix + 3, 2, fragP->fr_symbol,
535 fragP->fr_fix += 5;
540 int offset = fragP->fr_fix;
582 fix_new (fragP, fragP->fr_fix + 1, 1,
589 fix_new (fragP, fragP->fr_fix + 3, 4, fragP->fr_symbol,
592 fragP->fr_fix
[all...]
H A Dtc-microblaze.c1897 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE * 2, fragP->fr_symbol,
1899 fragP->fr_fix += INST_WORD_SIZE * 2;
1904 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE * 2, fragP->fr_symbol,
1907 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE * 2, fragP->fr_symbol,
1909 fragP->fr_fix += INST_WORD_SIZE * 2;
1913 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE, fragP->fr_symbol,
1915 fragP->fr_fix += INST_WORD_SIZE;
1919 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE, fragP->fr_symbol,
1921 fragP->fr_fix += INST_WORD_SIZE;
1925 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZ
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-frv.h106 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
107 char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
111 (FRAGP)->fr_fix += (count & 3); \
H A Dtc-mn10200.c337 fix_new (fragP, fragP->fr_fix + 1, 1, fragP->fr_symbol,
340 fragP->fr_fix += 2;
345 int offset = fragP->fr_fix;
387 fix_new (fragP, fragP->fr_fix + 1, 1,
394 fix_new (fragP, fragP->fr_fix + 3, 2, fragP->fr_symbol,
397 fragP->fr_fix += 5;
402 int offset = fragP->fr_fix;
444 fix_new (fragP, fragP->fr_fix + 1, 1,
452 fix_new (fragP, fragP->fr_fix + 4, 4, fragP->fr_symbol,
455 fragP->fr_fix
[all...]
H A Dtc-mn10300.c475 fix_new (fragP, fragP->fr_fix + 1, 1, fragP->fr_symbol,
478 fragP->fr_fix += 2;
483 int offset = fragP->fr_fix;
525 fix_new (fragP, fragP->fr_fix + 1, 1,
532 fix_new (fragP, fragP->fr_fix + 3, 2, fragP->fr_symbol,
535 fragP->fr_fix += 5;
540 int offset = fragP->fr_fix;
582 fix_new (fragP, fragP->fr_fix + 1, 1,
589 fix_new (fragP, fragP->fr_fix + 3, 4, fragP->fr_symbol,
592 fragP->fr_fix
[all...]
H A Dtc-microblaze.c1897 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE * 2, fragP->fr_symbol,
1899 fragP->fr_fix += INST_WORD_SIZE * 2;
1904 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE * 2, fragP->fr_symbol,
1907 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE * 2, fragP->fr_symbol,
1909 fragP->fr_fix += INST_WORD_SIZE * 2;
1913 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE, fragP->fr_symbol,
1915 fragP->fr_fix += INST_WORD_SIZE;
1919 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZE, fragP->fr_symbol,
1921 fragP->fr_fix += INST_WORD_SIZE;
1925 fix_new (fragP, fragP->fr_fix, INST_WORD_SIZ
[all...]
H A Dtc-vax.c369 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...]

Completed in 168 milliseconds

12345678