Searched refs:gotent (Results 1 – 6 of 6) sorted by relevance
1679 struct alpha_elf_got_entry *gotent; in get_got_entry() local1711 for (gotent = *slot; gotent ; gotent = gotent->next) in get_got_entry()1712 if (gotent->gotobj == abfd in get_got_entry()1713 && gotent->reloc_type == r_type in get_got_entry()1714 && gotent->addend == r_addend) in get_got_entry()1717 if (!gotent) in get_got_entry()1723 gotent = (struct alpha_elf_got_entry *) bfd_alloc (abfd, amt); in get_got_entry()1724 if (!gotent) in get_got_entry()1727 gotent->gotobj = abfd; in get_got_entry()1728 gotent->addend = r_addend; in get_got_entry()[all …]
2371 * elf64-alpha.c (elf64_alpha_merge_gots): Fix gotent iteration
8585 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.8677 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
3413 Assert that gotent->use_count > 0.
3382 (elf64_alpha_relax_section): Remove redundant assign to info.gotent.
676 @item @@gotent677 The @@gotent modifier can be used for 32-bit pc-relative immediate fields.