HomeSort by relevance Sort by last modified time
    Searched full:fr_var (Results 1 - 25 of 58) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/
debug.c 66 var_chars (fp, fp->fr_var + fp->fr_fix);
86 printf ("%sfr_var=%d\n", indent, fp->fr_var);
frags.c 148 It doesn't actually set up the old frag's fr_var. You may have
149 set fr_var == 1, but allocated 10 chars to the end of the frag;
151 In fact, you may use fr_var for something totally unrelated to the
153 handling code makes use of fr_var.
232 frag_now->fr_var = var;
298 fragP->fr_var = 0;
441 off += frag->fr_fix + frag->fr_offset * frag->fr_var;
457 off -= frag->fr_fix + frag->fr_offset * frag->fr_var;
frags.h 50 The generic frag handling code no longer makes any use of fr_var. */
51 offsetT fr_var; member in struct:frag
write.c 447 - fragP->fr_fix) / fragP->fr_var;
471 fragP->fr_var = 0;
600 if ((newsize - size) % fragp->fr_var == 0)
601 fragp->fr_offset += (newsize - size) / fragp->fr_var;
605 machine dependent code using alignment frags with fr_var
    [all...]
as.h 252 align. The fr_var field holds the number of characters in the
  /toolchain/binutils/binutils-2.27/gas/config/
tc-microblaze.c     [all...]
tc-mn10200.c 339 fragP->fr_var = 0;
396 fragP->fr_var = 0;
454 fragP->fr_var = 0;
461 fragP->fr_var = 0;
542 fragP->fr_var = 0;
624 fragP->fr_var = 0;
631 fragP->fr_var = 0;
642 fragP->fr_var = 0;
650 fragP->fr_var = 0;
660 fragP->fr_var = 0
    [all...]
tc-mn10300.c 477 fragP->fr_var = 0;
534 fragP->fr_var = 0;
591 fragP->fr_var = 0;
598 fragP->fr_var = 0;
637 fragP->fr_var = 0;
673 fragP->fr_var = 0;
683 fragP->fr_var = 0;
698 fragP->fr_var = 0;
709 fragP->fr_var = 0;
721 fragP->fr_var = 0
    [all...]
tc-xtensa.h 42 in the fr_var field. For the two exceptions, fr_var is a float value
129 to store literals later. Note that fr_var stores the frchain for
130 BEGIN frags and fr_var stores now_seg for END frags. */
tc-fr30.c 207 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
208 Whatever we do to grow fr_fix or fr_var contributes to our returned value.
209 Although it may not be explicit in the frag, pretend fr_var starts with a
tc-xstormy16.c 300 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
301 Whatever we do to grow fr_fix or fr_var contributes to our returned value.
302 Although it may not be explicit in the frag, pretend fr_var starts with a
tc-aarch64.h 120 (fr_fix) plus 4 bytes to contain the repeating NOP (fr_var). */
tc-frv.h 118 (FRAGP)->fr_var = 4; \
tc-frv.c     [all...]
tc-iq2000.c 455 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
456 Whatever we do to grow fr_fix or fr_var contributes to our returned value.
457 Although it may not be explicit in the frag, pretend fr_var starts with a
472 return (fragP->fr_var + fragP->fr_fix - old_fr_fix);
tc-epiphany.c 714 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
715 Whatever we do to grow fr_fix or fr_var contributes to our returned value.
716 Although it may not be explicit in the frag, pretend fr_var starts
tc-sh.c 880 off += frag->fr_fix + frag->fr_offset * frag->fr_var;
900 off -= frag->fr_fix + frag->fr_offset * frag->fr_var;
    [all...]
tc-visium.c 400 fragP->fr_var = 4;
469 old_size = fragP->fr_var;
478 fragP->fr_var = new_size;
495 if (fragP->fr_var == 8)
511 fragP->fr_var = 0;
581 fragP->fr_var = 4;
    [all...]
tc-m32c.c 565 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
566 Whatever we do to grow fr_fix or fr_var contributes to our returned value.
567 Although it may not be explicit in the frag, pretend fr_var starts with a
    [all...]
tc-cris.c 617 Return the initial "guess for fr_var" to caller. The guess for fr_var
619 or fr_var contributes to our returned value.
622 fr_var starts with a value. */
643 fragP->fr_var \
684 fragP->fr_var
704 fragP->fr_var = md_cris_relax_table[fragP->fr_subtype].rlx_length;
715 fragP->fr_var = md_cris_relax_table[fragP->fr_subtype].rlx_length;
780 do anything except making sure that fr_var is set right. */
781 fragP->fr_var = md_cris_relax_table[fragP->fr_subtype].rlx_length
    [all...]
tc-sh64.c 401 frag->fr_var = sizeof shmedia_big_nop_pattern;
407 frag->fr_var = sizeof shmedia_little_nop_pattern;
    [all...]
tc-xtensa.c     [all...]
tc-m32r.c 541 fragp->fr_var = 4;
    [all...]
tc-arc.c     [all...]
tc-rx.c 1310 frag->fr_var = 2;
1315 frag->fr_var = count;
    [all...]

Completed in 610 milliseconds

1 2 3