Lines Matching refs:R_32
681 enum elf_m68k_got_offset_size { R_8, R_16, R_32, R_LAST };
767 return R_32;
839 n_slots[R_32] is the cumulative count of R_8, R_16 and R_32 slots
1316 * R_32 type is used in all other cases. We can have as many
1324 R_32 entries go at the end. See finalize_got_offsets for details.
1353 got->n_slots[R_32] = 0;
1451 and one extra R_32 slots to simplify handling of 2-slot entries during
1572 /* Update all got->n_slots counters, including n_slots[R_32]. */
1617 for (os = elf_m68k_reloc_got_offset_size (type); os <= R_32; ++os)
1665 BFD_ASSERT (got->n_slots[R_32] >= got->local_n_slots);
1982 big->n_slots[R_32] += diff->n_slots[R_32];
1990 BFD_ASSERT (diff->n_slots[R_32] == 0);
2007 R_x is R_8, R_16 and R_32. */
2127 /* Setup both negative and positive ranges for R_8, R_16 and R_32. */
2128 i = -(int) R_32 - 1;
2130 /* Setup positives ranges for R_8, R_16 and R_32. */
2133 for (; i <= (int) R_32; ++i)
2174 for (i = R_8; i <= R_32; ++i)
2188 for (i = (int) R_8; i <= (int) R_32; ++i)
2234 arg->n_slots += arg->current_got->n_slots[R_32];
2492 BFD_ASSERT (got->n_slots[R_32] >= got->local_n_slots);