Home
last modified time | relevance | path

Searched refs:first_gotent (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf64-alpha.c3039 struct alpha_elf_got_entry **first_gotent; member
3750 for (tprel_gotent = *info->first_gotent; tprel_gotent ; in elf64_alpha_relax_tls_get_addr()
3769 tprel_gotent->next = *info->first_gotent; in elf64_alpha_relax_tls_get_addr()
3770 *info->first_gotent = tprel_gotent; in elf64_alpha_relax_tls_get_addr()
3941 info.first_gotent = &local_got_entries[r_symndx]; in elf64_alpha_relax_section()
3944 info.first_gotent = &info.gotent; in elf64_alpha_relax_section()
3989 info.first_gotent = &h->got_entries; in elf64_alpha_relax_section()
3993 for (gotent = *info.first_gotent; gotent ; gotent = gotent->next) in elf64_alpha_relax_section()
DChangeLog-02038593 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.