Searched refs:fr_var (Results 51 - 62 of 62) sorted by relevance

123

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32r.c543 fragp->fr_var = 4;
1693 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
1694 Whatever we do to grow fr_fix or fr_var contributes to our returned value.
1695 Although it may not be explicit in the frag, pretend fr_var starts
H A Dtc-ia64.c3105 /* fr_var carries the max_chars that we created the fragment with.
3107 assert (frag->fr_var >= size);
3136 /* fr_var carries the max_chars that we created the fragment with.
3138 assert (frag->fr_var >= size);
3170 frag->fr_var = 0;
11811 fragp->fr_var = 16;
H A Dtc-sparc.c4363 fragp->fr_var = 4;
H A Dtc-alpha.c4858 fragp->fr_var = 8;
H A Dtc-tic54x.c5691 - frag->fr_fix) / frag->fr_var;
H A Dtc-hppa.c4306 know (fragP->fr_var == 1);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.c2885 /* fr_var carries the max_chars that we created the fragment with.
2887 assert (frag->fr_var >= size);
2913 /* fr_var carries the max_chars that we created the fragment with.
2915 assert (frag->fr_var >= size);
2947 frag->fr_var = 0;
10907 fragp->fr_var = 16;
H A Dtc-sparc.c4277 fragp->fr_var = 4;
H A Dtc-alpha.c5967 fragp->fr_var = 8;
H A Dtc-tic54x.c5788 - frag->fr_fix) / frag->fr_var;
H A Dtc-hppa.c4296 know (fragP->fr_var == 1);
H A Dtc-arm.c14265 fragP->fr_var = noop_size;

Completed in 456 milliseconds

123