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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i386.c553 #define GOT_TLS_IE 4
927 tls_type = GOT_TLS_IE;
962 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE))
968 || (tls_type & GOT_TLS_IE) == 0))
970 if ((old_tls_type & GOT_TLS_IE) && tls_type == GOT_TLS_GD)
1546 && (elf_i386_hash_entry(h)->tls_type & GOT_TLS_IE))
1578 || (tls_type & GOT_TLS_IE))
1794 || (*local_tls_type & GOT_TLS_IE))
2437 if (!info->shared && h->dynindx == -1 && (tls_type & GOT_TLS_IE))
551 #define GOT_TLS_IE macro
[all...]
H A Delf64-x86-64.c334 #define GOT_TLS_IE 3
693 case R_X86_64_GOTTPOFF: tls_type = GOT_TLS_IE; break;
729 && (old_tls_type != GOT_TLS_GD || tls_type != GOT_TLS_IE))
731 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1346 && elf64_x86_64_hash_entry (h)->tls_type == GOT_TLS_IE)
1374 || tls_type == GOT_TLS_IE)
1590 || *local_tls_type == GOT_TLS_IE)
2095 if (!info->shared && h->dynindx == -1 && tls_type == GOT_TLS_IE)
2100 if (tls_type == GOT_TLS_IE)
2557 && elf64_x86_64_hash_entry (h)->tls_type != GOT_TLS_IE)
332 #define GOT_TLS_IE macro
[all...]
H A Delf32-sparc.c597 #define GOT_TLS_IE 3
999 tls_type = GOT_TLS_IE;
1036 || tls_type != GOT_TLS_IE))
1038 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1680 && elf32_sparc_hash_entry(h)->tls_type == GOT_TLS_IE)
1708 || tls_type == GOT_TLS_IE)
1910 || *local_tls_type == GOT_TLS_IE)
2535 if (!info->shared && h->dynindx == -1 && tls_type == GOT_TLS_IE)
2547 if (tls_type == GOT_TLS_IE)
2729 || (r_type == R_SPARC_TLS_GD_CALL && tls_type == GOT_TLS_IE))
593 #define GOT_TLS_IE macro
[all...]
H A Delf32-s390.c651 #define GOT_TLS_IE 3 macro
1135 tls_type = GOT_TLS_IE;
1809 && elf_s390_hash_entry(h)->tls_type >= GOT_TLS_IE)
1847 || tls_type >= GOT_TLS_IE)
2683 if (!info->shared && h->dynindx == -1 && tls_type >= GOT_TLS_IE)
2686 if (r_type == R_390_TLS_GD32 && tls_type >= GOT_TLS_IE)
2801 if (info->shared || h->dynindx != -1 || tls_type < GOT_TLS_IE)
3204 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_IE
H A Delf64-s390.c604 #define GOT_TLS_IE 3 macro
1097 tls_type = GOT_TLS_IE;
1781 && elf_s390_hash_entry(h)->tls_type >= GOT_TLS_IE)
1819 || tls_type >= GOT_TLS_IE)
2664 if (!info->shared && h->dynindx == -1 && tls_type >= GOT_TLS_IE)
2667 if (r_type == R_390_TLS_GD64 && tls_type >= GOT_TLS_IE)
2782 if (info->shared || h->dynindx != -1 || tls_type < GOT_TLS_IE)
3147 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_IE
H A Delf32-sh.c3680 GOT_UNKNOWN = 0, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE
4278 || (tls_type == GOT_TLS_IE && dyn))
4890 && (sh_elf_hash_entry (h)->tls_type == GOT_TLS_IE
5464 if (r_type == R_SH_TLS_GD_32 && tls_type == GOT_TLS_IE)
6500 tls_type = GOT_TLS_IE;
6565 && (old_tls_type != GOT_TLS_GD || tls_type != GOT_TLS_IE))
6567 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
6568 tls_type = GOT_TLS_IE;
7086 && sh_elf_hash_entry (h)->tls_type != GOT_TLS_IE)
3678 GOT_UNKNOWN = 0, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE enumerator in enum:elf_sh_link_hash_entry::__anon3598

Completed in 184 milliseconds