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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c2905 struct alpha_elf_got_entry **first_gotent;
3565 for (tprel_gotent = *info->first_gotent; tprel_gotent ;
3584 tprel_gotent->next = *info->first_gotent;
3585 *info->first_gotent = tprel_gotent;
3747 info.first_gotent = &local_got_entries[r_symndx];
3750 info.first_gotent = &info.gotent;
3795 info.first_gotent = &h->got_entries;
3799 for (gotent = *info.first_gotent; gotent ; gotent = gotent->next)
2896 struct alpha_elf_got_entry **first_gotent; member in struct:alpha_relax_info

Completed in 64 milliseconds