Searched refs:TLS_GD (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
2387 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
2389 #define TLS_GD 1 /* GD reloc. */
3125 tls_type = TLS_TLS | TLS_GD;
4104 tls_clear = TLS_GD;
4640 if ((eh->tls_mask & TLS_GD) != 0)
4887 if ((*lgot_masks & TLS_GD) != 0)
5862 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
5887 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
6034 tls_type = TLS_TLS | TLS_GD;
2384 #define TLS_GD macro
[all...]
H A Delf64-ppc.c3168 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
3352 TLS_GD .. TLS_EXPLICIT bits are or'd into the mask as the
3354 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
3359 #define TLS_GD 1 /* GD reloc. */
4488 tls_type = TLS_TLS | TLS_GD;
4686 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
4729 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
5312 tls_type = TLS_TLS | TLS_GD;
6906 tls_clear = TLS_GD;
6907 tls_type = TLS_TLS | TLS_GD;
3355 #define TLS_GD macro
[all...]

Completed in 132 milliseconds