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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c2390 #define TLS_LD 2 /* LD reloc. */
3118 tls_type = TLS_TLS | TLS_LD;
4090 tls_clear = TLS_LD;
4628 if (eh->tls_mask == (TLS_TLS | TLS_LD)
4638 if ((eh->tls_mask & TLS_LD) != 0)
4658 if ((eh->tls_mask & TLS_LD) != 0)
4875 if (*lgot_masks == (TLS_TLS | TLS_LD))
5868 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
5893 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
6041 tls_type = TLS_TLS | TLS_LD;
2385 #define TLS_LD macro
[all...]
H A Delf64-ppc.c3168 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
3360 #define TLS_LD 2 /* LD reloc. */
4481 tls_type = TLS_TLS | TLS_LD;
4688 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
4731 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
5305 tls_type = TLS_TLS | TLS_LD;
6891 tls_clear = TLS_LD;
6892 tls_type = TLS_TLS | TLS_LD;
7043 tls_clear = TLS_LD;
7684 if ((gent->tls_type & TLS_LD) !
3356 #define TLS_LD macro
[all...]

Completed in 148 milliseconds