Searched refs:gotent (Results 1 – 4 of 4) sorted by relevance
1655 struct alpha_elf_got_entry *gotent; in get_got_entry() local1687 for (gotent = *slot; gotent ; gotent = gotent->next) in get_got_entry()1688 if (gotent->gotobj == abfd in get_got_entry()1689 && gotent->reloc_type == r_type in get_got_entry()1690 && gotent->addend == r_addend) in get_got_entry()1693 if (!gotent) in get_got_entry()1699 gotent = (struct alpha_elf_got_entry *) bfd_alloc (abfd, amt); in get_got_entry()1700 if (!gotent) in get_got_entry()1703 gotent->gotobj = abfd; in get_got_entry()1704 gotent->addend = r_addend; in get_got_entry()[all …]
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.