Lines Matching defs:second

992    will be the GP-relative one and the second sequence will be the
994 symbols and the second will be for local symbols.
1005 Set if it has been decided that we should use the second
1009 Set in the first variant frag if the macro's second implementation
1030 Like RELAX_DELAY_SLOT, but indicates that the second implementation of
1040 ... generate second expansion ...
1309 2 if we're emitting the second alternative. */
1317 the current frag. Likewise sizes[1] for the second alternative. */
1335 in bytes and sizes[1] is the length of the second alternative.
1342 is the length of the first instruction of the second alternative.
1351 second alternative.
3500 second pass where the size of the delay slot is ignored and therefore
4542 /* Start generating the second version of a relaxable sequence.
6393 the second instruction. */
7964 /* Add fixups for the second and third relocations, if given.
7965 Note that the ABI allows the second relocation to be
9983 emits the second for a 16-bit offset or add_got_offset_hilo emits
13966 /* Protect second load's delay slot. */
15883 (1) The second and third parts will be against 0 (RSS_UNDEF) but
19214 unsigned int first, second;
19218 second = RELAX_SECOND (subtype);
19253 (by marking them as done) if we're going to use the second
19257 && fixp->fx_where + second < fragp->fr_fix)
19264 /* Go through the fixups for the second sequence. Disable them if
19281 start = fragp->fr_literal + fragp->fr_fix - first - second;
19282 memmove (start, start + first, second);
19286 fragp->fr_fix -= second;