Lines Matching refs:got_entry
2676 struct elf_m68k_got_entry *got_entry; in elf_m68k_check_relocs() local
2679 got_entry = elf_m68k_add_entry_to_got (got, h, abfd, in elf_m68k_check_relocs()
2682 if (got_entry == NULL) in elf_m68k_check_relocs()
2685 if (got_entry->u.s1.refcount == 1) in elf_m68k_check_relocs()
3006 struct elf_m68k_got_entry *got_entry; in elf_m68k_gc_sweep_hook() local
3012 got_entry = *got_entry_ptr; in elf_m68k_gc_sweep_hook()
3014 if (got_entry->u.s1.refcount > 0) in elf_m68k_gc_sweep_hook()
3016 --got_entry->u.s1.refcount; in elf_m68k_gc_sweep_hook()
3018 if (got_entry->u.s1.refcount == 0) in elf_m68k_gc_sweep_hook()
4314 struct elf_m68k_got_entry *got_entry; in elf_m68k_finish_dynamic_symbol() local
4323 got_entry = elf_m68k_hash_entry (h)->glist; in elf_m68k_finish_dynamic_symbol()
4325 while (got_entry != NULL) in elf_m68k_finish_dynamic_symbol()
4330 r_type = got_entry->key_.type; in elf_m68k_finish_dynamic_symbol()
4331 got_entry_offset = got_entry->u.s2.offset &~ (bfd_vma) 1; in elf_m68k_finish_dynamic_symbol()
4388 n_slots = elf_m68k_reloc_got_n_slots (got_entry->key_.type); in elf_m68k_finish_dynamic_symbol()
4427 got_entry = got_entry->u.s2.next; in elf_m68k_finish_dynamic_symbol()