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

/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-ppc.c2440 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */
3226 tls_type = TLS_TLS | TLS_DTPREL;
4780 if ((eh->tls_mask & TLS_DTPREL) != 0)
5027 if ((*lgot_masks & TLS_DTPREL) != 0)
6252 tls_type = TLS_TLS | TLS_DTPREL;
6311 & (TLS_LD | TLS_GD | TLS_DTPREL
6336 else if ((tls_m & TLS_DTPREL) != 0)
6338 tls_ty = TLS_TLS | TLS_DTPREL;
6339 tls_m &= ~TLS_DTPREL;
6372 else if (tls_ty == (TLS_TLS | TLS_DTPREL))
2435 #define TLS_DTPREL macro
[all...]
H A Delf64-ppc.c3212 TLS_TPREL or TLS_DTPREL for tls entries. */
3431 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */
4610 tls_type = TLS_TLS | TLS_DTPREL;
4781 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
4786 Don't mark with TLS_DTPREL. */
5422 tls_type = TLS_TLS | TLS_DTPREL;
10255 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0)
10870 tls_type = TLS_TLS | TLS_DTPREL;
10977 else if (tls_type == (TLS_TLS | TLS_DTPREL))
10997 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPRE
3427 #define TLS_DTPREL macro
[all...]

Completed in 143 milliseconds