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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c3428 struct alpha_elf_got_entry *lit_gotent;
3440 for (lit_gotent = lit_h->got_entries; lit_gotent ;
3441 lit_gotent = lit_gotent->next)
3442 if (lit_gotent->gotobj == info->gotobj
3443 && lit_gotent->reloc_type == R_ALPHA_LITERAL
3444 && lit_gotent->addend == irel[1].r_addend)
3446 BFD_ASSERT (lit_gotent);
3448 if (--lit_gotent
3419 struct alpha_elf_got_entry *lit_gotent; local
[all...]

Completed in 82 milliseconds