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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c1921 struct alpha_elf_got_entry *tprel_gotent;
1923 for (tprel_gotent = *info->first_gotent; tprel_gotent ;
1924 tprel_gotent = tprel_gotent->next)
1925 if (tprel_gotent->gotobj == info->gotobj
1926 && tprel_gotent->reloc_type == R_ALPHA_GOTTPREL
1927 && tprel_gotent->addend == irel->r_addend)
1929 if (tprel_gotent)
1930 tprel_gotent
1917 struct alpha_elf_got_entry *tprel_gotent; local
[all...]

Completed in 115 milliseconds