Home
last modified time | relevance | path

Searched refs:old_tls_type (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/binutils-2.34/bfd/
H A Delf32-i386.c1642 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1671 old_tls_type = elf_x86_hash_entry (h)->tls_type; in elf_i386_check_relocs()
1697 old_tls_type = elf_x86_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
1700 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
1701 tls_type |= old_tls_type; in elf_i386_check_relocs()
1704 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
1705 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1709 tls_type = old_tls_type; in elf_i386_check_relocs()
1710 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1712 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]
H A Delf64-x86-64.c2013 int tls_type, old_tls_type; in elf_x86_64_check_relocs() local
2028 old_tls_type = eh->tls_type; in elf_x86_64_check_relocs()
2054 old_tls_type in elf_x86_64_check_relocs()
2060 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_x86_64_check_relocs()
2061 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_x86_64_check_relocs()
2064 if (old_tls_type == GOT_TLS_IE && GOT_TLS_GD_ANY_P (tls_type)) in elf_x86_64_check_relocs()
2065 tls_type = old_tls_type; in elf_x86_64_check_relocs()
2066 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_x86_64_check_relocs()
2068 tls_type |= old_tls_type; in elf_x86_64_check_relocs()
2086 if (old_tls_type != tls_type) in elf_x86_64_check_relocs()
/dragonfly/contrib/gdb-7/bfd/
H A Delf32-i386.c1565 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1591 old_tls_type = elf_i386_hash_entry(h)->tls_type; in elf_i386_check_relocs()
1617 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
1620 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
1621 tls_type |= old_tls_type; in elf_i386_check_relocs()
1624 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
1625 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1629 tls_type = old_tls_type; in elf_i386_check_relocs()
1630 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1632 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]
H A Delf64-x86-64.c1568 int tls_type, old_tls_type; in elf_x86_64_check_relocs() local
1591 old_tls_type = elf_x86_64_hash_entry (h)->tls_type; in elf_x86_64_check_relocs()
1617 old_tls_type in elf_x86_64_check_relocs()
1623 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_x86_64_check_relocs()
1624 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_x86_64_check_relocs()
1627 if (old_tls_type == GOT_TLS_IE && GOT_TLS_GD_ANY_P (tls_type)) in elf_x86_64_check_relocs()
1628 tls_type = old_tls_type; in elf_x86_64_check_relocs()
1629 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_x86_64_check_relocs()
1631 tls_type |= old_tls_type; in elf_x86_64_check_relocs()
1647 if (old_tls_type != tls_type) in elf_x86_64_check_relocs()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf32-i386.c2023 int tls_type, old_tls_type; in elf_i386_check_relocs() local
2052 old_tls_type = elf_i386_hash_entry(h)->tls_type; in elf_i386_check_relocs()
2078 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
2081 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
2082 tls_type |= old_tls_type; in elf_i386_check_relocs()
2085 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
2086 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
2090 tls_type = old_tls_type; in elf_i386_check_relocs()
2091 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
2093 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]
H A Delf64-x86-64.c2383 int tls_type, old_tls_type; in elf_x86_64_check_relocs() local
2398 old_tls_type = eh->tls_type; in elf_x86_64_check_relocs()
2424 old_tls_type in elf_x86_64_check_relocs()
2430 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_x86_64_check_relocs()
2431 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_x86_64_check_relocs()
2434 if (old_tls_type == GOT_TLS_IE && GOT_TLS_GD_ANY_P (tls_type)) in elf_x86_64_check_relocs()
2435 tls_type = old_tls_type; in elf_x86_64_check_relocs()
2436 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_x86_64_check_relocs()
2438 tls_type |= old_tls_type; in elf_x86_64_check_relocs()
2454 if (old_tls_type != tls_type) in elf_x86_64_check_relocs()