Searched refs:n_slots (Results 1 – 2 of 2) sorted by relevance
840 bfd_vma n_slots[R_LAST]; member1350 got->n_slots[R_8] = 0; in elf_m68k_init_got()1351 got->n_slots[R_16] = 0; in elf_m68k_init_got()1352 got->n_slots[R_32] = 0; in elf_m68k_init_got()1566 bfd_vma n_slots; in elf_m68k_update_got_entry_type() local1587 n_slots = elf_m68k_reloc_got_n_slots (new_reloc); in elf_m68k_update_got_entry_type()1592 got->n_slots[was_size] += n_slots; in elf_m68k_update_got_entry_type()1610 bfd_vma n_slots; in elf_m68k_remove_got_entry_type() local1612 n_slots = elf_m68k_reloc_got_n_slots (type); in elf_m68k_remove_got_entry_type()1618 BFD_ASSERT (got->n_slots[os] >= n_slots); in elf_m68k_remove_got_entry_type()[all …]
4737 fields from n_entries to n_slots where appropriate, update comments.