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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c6126 int tls_ty = 0;
6130 tls_ty = TLS_TLS | TLS_LD;
6135 tls_ty = TLS_TLS | TLS_GD;
6140 tls_ty = TLS_TLS | TLS_DTPREL;
6145 tls_ty = TLS_TLS | TLS_TPREL;
6159 if (tls_ty & (TLS_LD | TLS_GD))
6162 if (tls_ty == (TLS_TLS | TLS_GD))
6174 else if (tls_ty == (TLS_TLS | TLS_DTPREL))
6176 else if (tls_ty == (TLS_TLS | TLS_TPREL))
6185 if (tls_ty
6111 int tls_ty = 0; local
[all...]

Completed in 200 milliseconds