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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c2385 TLS_GD .. TLS_TLS bits are or'd into the mask as the
2393 #define TLS_TLS 16 /* Any TLS reloc. */
3118 tls_type = TLS_TLS | TLS_LD;
3125 tls_type = TLS_TLS | TLS_GD;
3134 tls_type = TLS_TLS | TLS_TPREL;
3141 tls_type = TLS_TLS | TLS_DTPREL;
4103 tls_set = TLS_TLS | TLS_TPRELGD;
4628 if (eh->tls_mask == (TLS_TLS | TLS_LD)
4636 if ((eh->tls_mask & TLS_TLS) != 0)
4875 if (*lgot_masks == (TLS_TLS | TLS_L
2388 #define TLS_TLS macro
[all...]
H A Delf64-ppc.c3168 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
3363 #define TLS_TLS 16 /* Any TLS reloc. */
4481 tls_type = TLS_TLS | TLS_LD;
4488 tls_type = TLS_TLS | TLS_GD;
4497 tls_type = TLS_TLS | TLS_TPREL;
4504 tls_type = TLS_TLS | TLS_DTPREL;
4677 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
4686 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
4688 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
4692 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPRE
3359 #define TLS_TLS macro
[all...]

Completed in 139 milliseconds