Lines Matching defs:R_32
690 enum elf_m68k_got_offset_size { R_8, R_16, R_32, R_LAST };
775 return R_32;
847 n_slots[R_32] is the cumulative count of R_8, R_16 and R_32 slots
1386 * R_32 type is used in all other cases. We can have as many
1394 R_32 entries go at the end. See finalize_got_offsets for details.
1423 got->n_slots[R_32] = 0;
1521 and one extra R_32 slots to simplify handling of 2-slot entries during
1649 /* Update all got->n_slots counters, including n_slots[R_32]. */
1721 BFD_ASSERT (got->n_slots[R_32] >= got->local_n_slots);
2047 big->n_slots[R_32] += diff->n_slots[R_32];
2055 BFD_ASSERT (diff->n_slots[R_32] == 0);
2072 R_x is R_8, R_16 and R_32. */
2192 /* Setup both negative and positive ranges for R_8, R_16 and R_32. */
2193 i = -(int) R_32 - 1;
2195 /* Setup positives ranges for R_8, R_16 and R_32. */
2198 for (; i <= (int) R_32; ++i)
2239 for (i = R_8; i <= R_32; ++i)
2253 for (i = (int) R_8; i <= (int) R_32; ++i)
2299 arg->n_slots += arg->current_got->n_slots[R_32];