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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c2993 unsigned int gotent_flags;
3024 gotent_flags = 0;
3038 gotent_flags |= 1 << rel->r_addend;
3042 if (gotent_flags == 0)
3043 gotent_flags = ALPHA_ELF_LINK_HASH_LU_ADDR;
3076 gotent_flags = ALPHA_ELF_LINK_HASH_TLS_IE;
3114 if (gotent_flags)
3116 gotent->flags |= gotent_flags;
3119 gotent_flags |= h->flags;
3120 h->flags = gotent_flags;
2984 unsigned int gotent_flags; local
[all...]

Completed in 77 milliseconds