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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c2433 TLS_GD .. TLS_TLS bits are or'd into the mask as the
2435 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
2437 #define TLS_GD 1 /* GD reloc. */
3210 tls_type = TLS_TLS | TLS_GD;
4230 tls_clear = TLS_GD;
4776 if ((eh->tls_mask & TLS_GD) != 0)
5023 if ((*lgot_masks & TLS_GD) != 0)
5995 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
6020 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
6106 if (tls_mask != 0 && (tls_mask & TLS_GD)
2432 #define TLS_GD macro
[all...]
H A Delf64-ppc.c3211 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
3421 TLS_GD .. TLS_EXPLICIT bits are or'd into the mask as the
3423 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
3428 #define TLS_GD 1 /* GD reloc. */
4594 tls_type = TLS_TLS | TLS_GD;
4775 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
4825 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
5408 tls_type = TLS_TLS | TLS_GD;
7026 tls_clear = TLS_GD;
7027 tls_type = TLS_TLS | TLS_GD;
3424 #define TLS_GD macro
[all...]

Completed in 73 milliseconds