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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c1790 unsigned int gotent_flags;
1822 gotent_flags = 0;
1836 gotent_flags |= 1 << rel->r_addend;
1840 if (gotent_flags == 0)
1841 gotent_flags = ALPHA_ELF_LINK_HASH_LU_ADDR;
1874 gotent_flags = ALPHA_ELF_LINK_HASH_TLS_IE;
1904 if (gotent_flags)
1906 gotent->flags |= gotent_flags;
1909 gotent_flags |= h->flags;
1910 h->flags = gotent_flags;
1782 unsigned int gotent_flags; local
[all...]

Completed in 105 milliseconds