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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c2392 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */
3141 tls_type = TLS_TLS | TLS_DTPREL;
4644 if ((eh->tls_mask & TLS_DTPREL) != 0)
4891 if ((*lgot_masks & TLS_DTPREL) != 0)
6055 tls_type = TLS_TLS | TLS_DTPREL;
6113 & (TLS_LD | TLS_GD | TLS_DTPREL
6138 else if ((tls_m & TLS_DTPREL) != 0)
6140 tls_ty = TLS_TLS | TLS_DTPREL;
6141 tls_m &= ~TLS_DTPREL;
6174 else if (tls_ty == (TLS_TLS | TLS_DTPREL))
2387 #define TLS_DTPREL macro
[all...]
H A Delf64-ppc.c3169 TLS_TPREL or TLS_DTPREL for tls entries. */
3362 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */
4504 tls_type = TLS_TLS | TLS_DTPREL;
4692 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
4697 Don't mark with TLS_DTPREL. */
5326 tls_type = TLS_TLS | TLS_DTPREL;
10025 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0)
10536 tls_type = TLS_TLS | TLS_DTPREL;
10642 else if (tls_type == (TLS_TLS | TLS_DTPREL))
10662 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPRE
3358 #define TLS_DTPREL macro
[all...]

Completed in 123 milliseconds