Lines Matching defs:second

999    will be the GP-relative one and the second sequence will be the
1001 symbols and the second will be for local symbols.
1012 Set if it has been decided that we should use the second
1016 Set in the first variant frag if the macro's second implementation
1037 Like RELAX_DELAY_SLOT, but indicates that the second implementation of
1047 ... generate second expansion ...
1316 2 if we're emitting the second alternative. */
1324 the current frag. Likewise sizes[1] for the second alternative. */
1342 in bytes and sizes[1] is the length of the second alternative.
1349 is the length of the first instruction of the second alternative.
1358 second alternative.
3512 second pass where the size of the delay slot is ignored and therefore
4553 /* Start generating the second version of a relaxable sequence.
6435 the second instruction. */
8050 /* Add fixups for the second and third relocations, if given.
8051 Note that the ABI allows the second relocation to be
10069 emits the second for a 16-bit offset or add_got_offset_hilo emits
14072 /* Protect second load's delay slot. */
15997 (1) The second and third parts will be against 0 (RSS_UNDEF) but
19321 unsigned int first, second;
19325 second = RELAX_SECOND (subtype);
19360 (by marking them as done) if we're going to use the second
19364 && fixp->fx_where + second < fragp->fr_fix)
19371 /* Go through the fixups for the second sequence. Disable them if
19388 start = fragp->fr_literal + fragp->fr_fix - first - second;
19389 memmove (start, start + first, second);
19393 fragp->fr_fix -= second;