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

/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf64-ppc.c3352 TLS_GD .. TLS_EXPLICIT bits are or'd into the mask as the
3364 #define TLS_EXPLICIT 32 /* Marks TOC section TLS relocs. */
4328 if ((tls_type & TLS_EXPLICIT) == 0)
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_DTPREL;
4729 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
4731 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
7010 tls_set = TLS_EXPLICIT;
3360 #define TLS_EXPLICIT macro
[all...]

Completed in 72 milliseconds