Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Delf64-alpha.c2896 struct alpha_elf_got_entry **first_gotent; member
3556 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()
DChangeLog-02038593 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.