Searched refs:first_gotent (Results 1 – 2 of 2) sorted by relevance
3017 struct alpha_elf_got_entry **first_gotent; member3728 for (tprel_gotent = *info->first_gotent; tprel_gotent ; in elf64_alpha_relax_tls_get_addr()3747 tprel_gotent->next = *info->first_gotent; in elf64_alpha_relax_tls_get_addr()3748 *info->first_gotent = tprel_gotent; in elf64_alpha_relax_tls_get_addr()3919 info.first_gotent = &local_got_entries[r_symndx]; in elf64_alpha_relax_section()3922 info.first_gotent = &info.gotent; in elf64_alpha_relax_section()3967 info.first_gotent = &h->got_entries; in elf64_alpha_relax_section()3971 for (gotent = *info.first_gotent; gotent ; gotent = gotent->next) in elf64_alpha_relax_section()
8593 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.