Searched refs:first_gotent (Results 1 – 2 of 2) sorted by relevance
2896 struct alpha_elf_got_entry **first_gotent; member3556 for (tprel_gotent = *info->first_gotent; tprel_gotent ; in elf64_alpha_relax_tls_get_addr()3575 tprel_gotent->next = *info->first_gotent; in elf64_alpha_relax_tls_get_addr()3576 *info->first_gotent = tprel_gotent; in elf64_alpha_relax_tls_get_addr()3738 info.first_gotent = &local_got_entries[r_symndx]; in elf64_alpha_relax_section()3741 info.first_gotent = &info.gotent; in elf64_alpha_relax_section()3786 info.first_gotent = &h->got_entries; in elf64_alpha_relax_section()3790 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.