Home
last modified time | relevance | path

Searched refs:n_slots (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68k.c840 bfd_vma n_slots[R_LAST]; member
1350 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() local
1587 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() local
1612 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 …]
DChangeLog-20094737 fields from n_entries to n_slots where appropriate, update comments.