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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-alpha.c3563 struct alpha_elf_got_entry *tprel_gotent;
3565 for (tprel_gotent = *info->first_gotent; tprel_gotent ;
3566 tprel_gotent = tprel_gotent->next)
3567 if (tprel_gotent->gotobj == info->gotobj
3568 && tprel_gotent->reloc_type == R_ALPHA_GOTTPREL
3569 && tprel_gotent->addend == irel->r_addend)
3571 if (tprel_gotent)
3572 tprel_gotent
3554 struct alpha_elf_got_entry *tprel_gotent; local
[all...]

Completed in 63 milliseconds