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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-ppc.c7712 unsigned int tls_m = ((tls_mask & TLS_TLS) != 0
7718 tls_m = TLS_LD;
7719 else if ((tls_m & TLS_LD) != 0
7721 tls_m &= ~TLS_LD;
7729 if ((tls_m & TLS_LD) != 0)
7732 tls_m &= ~TLS_LD;
7734 else if ((tls_m & TLS_GD) != 0)
7737 tls_m &= ~TLS_GD;
7739 else if ((tls_m & TLS_DTPREL) != 0)
7742 tls_m
7696 unsigned int tls_m = ((tls_mask & TLS_TLS) != 0 local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-ppc.c7772 unsigned int tls_m = ((tls_mask & TLS_TLS) != 0
7778 tls_m = TLS_LD;
7779 else if ((tls_m & TLS_LD) != 0
7781 tls_m &= ~TLS_LD;
7789 if ((tls_m & TLS_LD) != 0)
7792 tls_m &= ~TLS_LD;
7794 else if ((tls_m & TLS_GD) != 0)
7797 tls_m &= ~TLS_GD;
7799 else if ((tls_m & TLS_DTPREL) != 0)
7802 tls_m
7756 unsigned int tls_m = ((tls_mask & TLS_TLS) != 0 local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-ppc.c7772 unsigned int tls_m = ((tls_mask & TLS_TLS) != 0
7778 tls_m = TLS_LD;
7779 else if ((tls_m & TLS_LD) != 0
7781 tls_m &= ~TLS_LD;
7789 if ((tls_m & TLS_LD) != 0)
7792 tls_m &= ~TLS_LD;
7794 else if ((tls_m & TLS_GD) != 0)
7797 tls_m &= ~TLS_GD;
7799 else if ((tls_m & TLS_DTPREL) != 0)
7802 tls_m
7756 unsigned int tls_m = ((tls_mask & TLS_TLS) != 0 local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ppc.c7772 unsigned int tls_m = ((tls_mask & TLS_TLS) != 0
7778 tls_m = TLS_LD;
7779 else if ((tls_m & TLS_LD) != 0
7781 tls_m &= ~TLS_LD;
7789 if ((tls_m & TLS_LD) != 0)
7792 tls_m &= ~TLS_LD;
7794 else if ((tls_m & TLS_GD) != 0)
7797 tls_m &= ~TLS_GD;
7799 else if ((tls_m & TLS_DTPREL) != 0)
7802 tls_m
7756 unsigned int tls_m = ((tls_mask & TLS_TLS) != 0 local
[all...]

Completed in 302 milliseconds