Searched refs:local_tls_type (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c8569 char *local_tls_type; local
8608 local_tls_type = elf32_arm_local_got_tls_type (ibfd);
8611 for (; local_got < end_local_got; ++local_got, ++local_tls_type)
8616 if (*local_tls_type & GOT_TLS_GD)
8619 if (*local_tls_type & GOT_TLS_IE)
8621 if (*local_tls_type == GOT_NORMAL)
8624 if (info->shared || *local_tls_type == GOT_TLS_GD)
H A Delf32-i386.c1875 char *local_tls_type;
1918 local_tls_type = elf_i386_local_got_tls_type (ibfd);
1923 ++local_got, ++local_tls_type, ++local_tlsdesc_gotent)
1928 if (GOT_TLS_GDESC_P (*local_tls_type))
1935 if (! GOT_TLS_GDESC_P (*local_tls_type)
1936 || GOT_TLS_GD_P (*local_tls_type))
1940 if (GOT_TLS_GD_P (*local_tls_type)
1941 || *local_tls_type == GOT_TLS_IE_BOTH)
1945 || GOT_TLS_GD_ANY_P (*local_tls_type)
1946 || (*local_tls_type
1873 char *local_tls_type; local
[all...]
H A Delf32-s390.c2012 char *local_tls_type; local
2051 local_tls_type = elf_s390_local_got_tls_type (ibfd);
2054 for (; local_got < end_local_got; ++local_got, ++local_tls_type)
2060 if (*local_tls_type == GOT_TLS_GD)
H A Delf64-s390.c1986 char *local_tls_type; local
2025 local_tls_type = elf_s390_local_got_tls_type (ibfd);
2028 for (; local_got < end_local_got; ++local_got, ++local_tls_type)
2034 if (*local_tls_type == GOT_TLS_GD)
H A Delf64-x86-64.c1716 char *local_tls_type;
1760 local_tls_type = elf64_x86_64_local_got_tls_type (ibfd);
1765 ++local_got, ++local_tls_type, ++local_tlsdesc_gotent)
1770 if (GOT_TLS_GDESC_P (*local_tls_type))
1777 if (! GOT_TLS_GDESC_P (*local_tls_type)
1778 || GOT_TLS_GD_P (*local_tls_type))
1782 if (GOT_TLS_GD_P (*local_tls_type))
1786 || GOT_TLS_GD_ANY_P (*local_tls_type)
1787 || *local_tls_type == GOT_TLS_IE)
1789 if (GOT_TLS_GDESC_P (*local_tls_type))
1714 char *local_tls_type; local
[all...]
H A Delfxx-sparc.c2151 char *local_tls_type;
2190 local_tls_type = _bfd_sparc_elf_local_got_tls_type (ibfd);
2193 for (; local_got < end_local_got; ++local_got, ++local_tls_type)
2199 if (*local_tls_type == GOT_TLS_GD)
2202 || *local_tls_type == GOT_TLS_GD
2203 || *local_tls_type == GOT_TLS_IE)
2148 char *local_tls_type; local

Completed in 457 milliseconds