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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c1769 unsigned int gotent_flags;
1801 gotent_flags = 0;
1815 gotent_flags |= 1 << rel->r_addend;
1819 if (gotent_flags == 0)
1820 gotent_flags = ALPHA_ELF_LINK_HASH_LU_ADDR;
1853 gotent_flags = ALPHA_ELF_LINK_HASH_TLS_IE;
1883 if (gotent_flags)
1885 gotent->flags |= gotent_flags;
1888 gotent_flags |= h->flags;
1889 h->flags = gotent_flags;
1761 unsigned int gotent_flags; local
[all...]

Completed in 183 milliseconds