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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i386.c1738 char *local_tls_type;
1780 local_tls_type = elf_i386_local_got_tls_type (ibfd);
1783 for (; local_got < end_local_got; ++local_got, ++local_tls_type)
1789 if (*local_tls_type == GOT_TLS_GD
1790 || *local_tls_type == GOT_TLS_IE_BOTH)
1793 || *local_tls_type == GOT_TLS_GD
1794 || (*local_tls_type & GOT_TLS_IE))
1796 if (*local_tls_type == GOT_TLS_IE_BOTH)
1736 char *local_tls_type; local
H A Delf64-x86-64.c1534 char *local_tls_type;
1577 local_tls_type = elf64_x86_64_local_got_tls_type (ibfd);
1580 for (; local_got < end_local_got; ++local_got, ++local_tls_type)
1586 if (*local_tls_type == GOT_TLS_GD)
1589 || *local_tls_type == GOT_TLS_GD
1590 || *local_tls_type == GOT_TLS_IE)
1532 char *local_tls_type; local
H A Delf32-sparc.c1855 char *local_tls_type;
1897 local_tls_type = elf32_sparc_local_got_tls_type (ibfd);
1900 for (; local_got < end_local_got; ++local_got, ++local_tls_type)
1906 if (*local_tls_type == GOT_TLS_GD)
1909 || *local_tls_type == GOT_TLS_GD
1910 || *local_tls_type == GOT_TLS_IE)
1851 char *local_tls_type; local
H A Delf32-s390.c2005 char *local_tls_type; local
2047 local_tls_type = elf_s390_local_got_tls_type (ibfd);
2050 for (; local_got < end_local_got; ++local_got, ++local_tls_type)
2056 if (*local_tls_type == GOT_TLS_GD)
H A Delf64-s390.c1976 char *local_tls_type; local
2018 local_tls_type = elf_s390_local_got_tls_type (ibfd);
2021 for (; local_got < end_local_got; ++local_got, ++local_tls_type)
2027 if (*local_tls_type == GOT_TLS_GD)
H A Delf32-sh.c4455 char *local_tls_type;
4501 local_tls_type = sh_elf_local_got_tls_type (ibfd);
4510 if (*local_tls_type == GOT_TLS_GD)
4517 ++local_tls_type;
4452 char *local_tls_type; local
H A Delf32-arm.h3624 char *local_tls_type; local
3668 for (; local_got < end_local_got; ++local_got, ++local_tls_type)

Completed in 205 milliseconds