Home
last modified time | relevance | path

Searched refs:local_tls_type (Results 1 – 25 of 57) sorted by relevance

123

/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-or1k.c943 unsigned char *local_tls_type; member
1715 unsigned char *local_tls_type; in or1k_elf_relocate_section() local
1720 : local_tls_type[r_symndx]; in or1k_elf_relocate_section()
2022 unsigned char *local_tls_type; in or1k_elf_check_relocs() local
2026 if (local_tls_type == NULL) in or1k_elf_check_relocs()
2032 if (local_tls_type == NULL) in or1k_elf_check_relocs()
2036 local_tls_type[r_symndx] |= tls_type; in or1k_elf_check_relocs()
3078 unsigned char *local_tls_type; in or1k_elf_size_dynamic_sections() local
3129 : *local_tls_type; in or1k_elf_size_dynamic_sections()
3139 if (local_tls_type) in or1k_elf_size_dynamic_sections()
[all …]
H A Delfxx-x86.c2046 char *local_tls_type; in _bfd_x86_elf_size_dynamic_sections() local
2115 if (GOT_TLS_GDESC_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
2122 if (! GOT_TLS_GDESC_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
2123 || GOT_TLS_GD_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
2127 if (GOT_TLS_GD_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
2132 || GOT_TLS_GD_ANY_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
2133 || (*local_tls_type & GOT_TLS_IE)) in _bfd_x86_elf_size_dynamic_sections()
2135 if (*local_tls_type == GOT_TLS_IE_BOTH) in _bfd_x86_elf_size_dynamic_sections()
2137 else if (GOT_TLS_GD_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
2138 || ! GOT_TLS_GDESC_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
[all …]
H A Delf32-tilepro.c2218 char *local_tls_type; in tilepro_elf_size_dynamic_sections() local
2262 local_tls_type = _bfd_tilepro_elf_local_got_tls_type (ibfd); in tilepro_elf_size_dynamic_sections()
2265 for (; local_got < end_local_got; ++local_got, ++local_tls_type) in tilepro_elf_size_dynamic_sections()
2271 if (*local_tls_type == GOT_TLS_GD) in tilepro_elf_size_dynamic_sections()
2274 || *local_tls_type == GOT_TLS_GD in tilepro_elf_size_dynamic_sections()
2275 || *local_tls_type == GOT_TLS_IE) in tilepro_elf_size_dynamic_sections()
H A Delfxx-tilegx.c2464 char *local_tls_type; in tilegx_elf_size_dynamic_sections() local
2508 local_tls_type = _bfd_tilegx_elf_local_got_tls_type (ibfd); in tilegx_elf_size_dynamic_sections()
2511 for (; local_got < end_local_got; ++local_got, ++local_tls_type) in tilegx_elf_size_dynamic_sections()
2517 if (*local_tls_type == GOT_TLS_GD) in tilegx_elf_size_dynamic_sections()
2520 || *local_tls_type == GOT_TLS_GD in tilegx_elf_size_dynamic_sections()
2521 || *local_tls_type == GOT_TLS_IE) in tilegx_elf_size_dynamic_sections()
H A Delf32-csky.c1933 char *local_tls_type; in csky_elf_size_dynamic_sections() local
1973 local_tls_type = csky_elf_local_got_tls_type (ibfd); in csky_elf_size_dynamic_sections()
1976 ++local_got_refcounts, ++local_tls_type) in csky_elf_size_dynamic_sections()
1984 if (*local_tls_type & GOT_TLS_GD) in csky_elf_size_dynamic_sections()
1987 if (*local_tls_type & GOT_TLS_IE) in csky_elf_size_dynamic_sections()
1989 if (*local_tls_type == GOT_NORMAL) in csky_elf_size_dynamic_sections()
1991 if (bfd_link_pic (info) || *local_tls_type == GOT_TLS_GD) in csky_elf_size_dynamic_sections()
H A Delf32-hppa.c2091 char *local_tls_type; in elf32_hppa_size_dynamic_sections() local
2130 local_tls_type = hppa_elf_local_got_tls_type (ibfd); in elf32_hppa_size_dynamic_sections()
2140 need = got_entries_needed (*local_tls_type); in elf32_hppa_size_dynamic_sections()
2144 && (*local_tls_type & GOT_NORMAL) != 0)) in elf32_hppa_size_dynamic_sections()
2146 += got_relocs_needed (*local_tls_type, need, true, in elf32_hppa_size_dynamic_sections()
2152 ++local_tls_type; in elf32_hppa_size_dynamic_sections()
H A Delf32-nios2.c5722 char *local_tls_type; in nios2_elf32_size_dynamic_sections() local
5759 local_tls_type = elf32_nios2_local_got_tls_type (ibfd); in nios2_elf32_size_dynamic_sections()
5762 for (; local_got < end_local_got; ++local_got, ++local_tls_type) in nios2_elf32_size_dynamic_sections()
5767 if (*local_tls_type & GOT_TLS_GD) in nios2_elf32_size_dynamic_sections()
5770 if (*local_tls_type & GOT_TLS_IE) in nios2_elf32_size_dynamic_sections()
5772 if (*local_tls_type == GOT_NORMAL) in nios2_elf32_size_dynamic_sections()
5775 if (bfd_link_pic (info) || *local_tls_type == GOT_TLS_GD) in nios2_elf32_size_dynamic_sections()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-or1k.c905 unsigned char *local_tls_type; member
1641 unsigned char *local_tls_type; in or1k_elf_relocate_section() local
1646 : local_tls_type[r_symndx]; in or1k_elf_relocate_section()
1948 unsigned char *local_tls_type; in or1k_elf_check_relocs() local
1952 if (local_tls_type == NULL) in or1k_elf_check_relocs()
1958 if (local_tls_type == NULL) in or1k_elf_check_relocs()
1962 local_tls_type[r_symndx] |= tls_type; in or1k_elf_check_relocs()
2950 unsigned char *local_tls_type; in or1k_elf_size_dynamic_sections() local
3001 : *local_tls_type; in or1k_elf_size_dynamic_sections()
3011 if (local_tls_type) in or1k_elf_size_dynamic_sections()
[all …]
H A Delfxx-x86.c1014 char *local_tls_type; in _bfd_x86_elf_size_dynamic_sections() local
1083 if (GOT_TLS_GDESC_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
1090 if (! GOT_TLS_GDESC_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1091 || GOT_TLS_GD_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
1095 if (GOT_TLS_GD_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1100 || GOT_TLS_GD_ANY_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1101 || (*local_tls_type & GOT_TLS_IE)) in _bfd_x86_elf_size_dynamic_sections()
1103 if (*local_tls_type == GOT_TLS_IE_BOTH) in _bfd_x86_elf_size_dynamic_sections()
1105 else if (GOT_TLS_GD_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1106 || ! GOT_TLS_GDESC_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
[all …]
H A Delf32-tilepro.c2218 char *local_tls_type; in tilepro_elf_size_dynamic_sections() local
2262 local_tls_type = _bfd_tilepro_elf_local_got_tls_type (ibfd); in tilepro_elf_size_dynamic_sections()
2265 for (; local_got < end_local_got; ++local_got, ++local_tls_type) in tilepro_elf_size_dynamic_sections()
2271 if (*local_tls_type == GOT_TLS_GD) in tilepro_elf_size_dynamic_sections()
2274 || *local_tls_type == GOT_TLS_GD in tilepro_elf_size_dynamic_sections()
2275 || *local_tls_type == GOT_TLS_IE) in tilepro_elf_size_dynamic_sections()
H A Delfxx-tilegx.c2464 char *local_tls_type; in tilegx_elf_size_dynamic_sections() local
2508 local_tls_type = _bfd_tilegx_elf_local_got_tls_type (ibfd); in tilegx_elf_size_dynamic_sections()
2511 for (; local_got < end_local_got; ++local_got, ++local_tls_type) in tilegx_elf_size_dynamic_sections()
2517 if (*local_tls_type == GOT_TLS_GD) in tilegx_elf_size_dynamic_sections()
2520 || *local_tls_type == GOT_TLS_GD in tilegx_elf_size_dynamic_sections()
2521 || *local_tls_type == GOT_TLS_IE) in tilegx_elf_size_dynamic_sections()
H A Delf32-hppa.c2093 char *local_tls_type; in elf32_hppa_size_dynamic_sections() local
2132 local_tls_type = hppa_elf_local_got_tls_type (ibfd); in elf32_hppa_size_dynamic_sections()
2142 need = got_entries_needed (*local_tls_type); in elf32_hppa_size_dynamic_sections()
2146 && (*local_tls_type & GOT_NORMAL) != 0)) in elf32_hppa_size_dynamic_sections()
2148 += got_relocs_needed (*local_tls_type, need, TRUE, in elf32_hppa_size_dynamic_sections()
2154 ++local_tls_type; in elf32_hppa_size_dynamic_sections()
H A Delf32-csky.c1933 char *local_tls_type; in csky_elf_size_dynamic_sections() local
1973 local_tls_type = csky_elf_local_got_tls_type (ibfd); in csky_elf_size_dynamic_sections()
1976 ++local_got_refcounts, ++local_tls_type) in csky_elf_size_dynamic_sections()
1984 if (*local_tls_type & GOT_TLS_GD) in csky_elf_size_dynamic_sections()
1987 if (*local_tls_type & GOT_TLS_IE) in csky_elf_size_dynamic_sections()
1989 if (*local_tls_type == GOT_NORMAL) in csky_elf_size_dynamic_sections()
1991 if (bfd_link_pic (info) || *local_tls_type == GOT_TLS_GD) in csky_elf_size_dynamic_sections()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf32-or1k.c905 unsigned char *local_tls_type; member
1641 unsigned char *local_tls_type; in or1k_elf_relocate_section() local
1646 : local_tls_type[r_symndx]; in or1k_elf_relocate_section()
1948 unsigned char *local_tls_type; in or1k_elf_check_relocs() local
1952 if (local_tls_type == NULL) in or1k_elf_check_relocs()
1958 if (local_tls_type == NULL) in or1k_elf_check_relocs()
1962 local_tls_type[r_symndx] |= tls_type; in or1k_elf_check_relocs()
2950 unsigned char *local_tls_type; in or1k_elf_size_dynamic_sections() local
3001 : *local_tls_type; in or1k_elf_size_dynamic_sections()
3011 if (local_tls_type) in or1k_elf_size_dynamic_sections()
[all …]
H A Delfxx-x86.c1014 char *local_tls_type; in _bfd_x86_elf_size_dynamic_sections() local
1083 if (GOT_TLS_GDESC_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
1090 if (! GOT_TLS_GDESC_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1091 || GOT_TLS_GD_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
1095 if (GOT_TLS_GD_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1100 || GOT_TLS_GD_ANY_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1101 || (*local_tls_type & GOT_TLS_IE)) in _bfd_x86_elf_size_dynamic_sections()
1103 if (*local_tls_type == GOT_TLS_IE_BOTH) in _bfd_x86_elf_size_dynamic_sections()
1105 else if (GOT_TLS_GD_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1106 || ! GOT_TLS_GDESC_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
[all …]
H A Delf32-tilepro.c2218 char *local_tls_type; in tilepro_elf_size_dynamic_sections() local
2262 local_tls_type = _bfd_tilepro_elf_local_got_tls_type (ibfd); in tilepro_elf_size_dynamic_sections()
2265 for (; local_got < end_local_got; ++local_got, ++local_tls_type) in tilepro_elf_size_dynamic_sections()
2271 if (*local_tls_type == GOT_TLS_GD) in tilepro_elf_size_dynamic_sections()
2274 || *local_tls_type == GOT_TLS_GD in tilepro_elf_size_dynamic_sections()
2275 || *local_tls_type == GOT_TLS_IE) in tilepro_elf_size_dynamic_sections()
H A Delfxx-tilegx.c2464 char *local_tls_type; in tilegx_elf_size_dynamic_sections() local
2508 local_tls_type = _bfd_tilegx_elf_local_got_tls_type (ibfd); in tilegx_elf_size_dynamic_sections()
2511 for (; local_got < end_local_got; ++local_got, ++local_tls_type) in tilegx_elf_size_dynamic_sections()
2517 if (*local_tls_type == GOT_TLS_GD) in tilegx_elf_size_dynamic_sections()
2520 || *local_tls_type == GOT_TLS_GD in tilegx_elf_size_dynamic_sections()
2521 || *local_tls_type == GOT_TLS_IE) in tilegx_elf_size_dynamic_sections()
H A Delf32-hppa.c2093 char *local_tls_type; in elf32_hppa_size_dynamic_sections() local
2132 local_tls_type = hppa_elf_local_got_tls_type (ibfd); in elf32_hppa_size_dynamic_sections()
2142 need = got_entries_needed (*local_tls_type); in elf32_hppa_size_dynamic_sections()
2146 && (*local_tls_type & GOT_NORMAL) != 0)) in elf32_hppa_size_dynamic_sections()
2148 += got_relocs_needed (*local_tls_type, need, TRUE, in elf32_hppa_size_dynamic_sections()
2154 ++local_tls_type; in elf32_hppa_size_dynamic_sections()
H A Delf32-csky.c1933 char *local_tls_type; in csky_elf_size_dynamic_sections() local
1973 local_tls_type = csky_elf_local_got_tls_type (ibfd); in csky_elf_size_dynamic_sections()
1976 ++local_got_refcounts, ++local_tls_type) in csky_elf_size_dynamic_sections()
1984 if (*local_tls_type & GOT_TLS_GD) in csky_elf_size_dynamic_sections()
1987 if (*local_tls_type & GOT_TLS_IE) in csky_elf_size_dynamic_sections()
1989 if (*local_tls_type == GOT_NORMAL) in csky_elf_size_dynamic_sections()
1991 if (bfd_link_pic (info) || *local_tls_type == GOT_TLS_GD) in csky_elf_size_dynamic_sections()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf32-or1k.c901 unsigned char *local_tls_type; member
908 (elf_or1k_tdata (abfd)->local_tls_type)
1901 unsigned char *local_tls_type; in or1k_elf_check_relocs() local
1905 if (local_tls_type == NULL) in or1k_elf_check_relocs()
1911 if (local_tls_type == NULL) in or1k_elf_check_relocs()
1915 local_tls_type[r_symndx] = tls_type; in or1k_elf_check_relocs()
2906 unsigned char *local_tls_type; in or1k_elf_size_dynamic_sections() local
2956 if (local_tls_type != NULL && *local_tls_type == TLS_GD) in or1k_elf_size_dynamic_sections()
2962 if (local_tls_type != NULL && *local_tls_type == TLS_GD) in or1k_elf_size_dynamic_sections()
2972 if (local_tls_type) in or1k_elf_size_dynamic_sections()
[all …]
H A Delfxx-x86.c982 char *local_tls_type; in _bfd_x86_elf_size_dynamic_sections() local
1052 if (GOT_TLS_GDESC_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
1059 if (! GOT_TLS_GDESC_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1060 || GOT_TLS_GD_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
1064 if (GOT_TLS_GD_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1069 || GOT_TLS_GD_ANY_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1070 || (*local_tls_type & GOT_TLS_IE)) in _bfd_x86_elf_size_dynamic_sections()
1072 if (*local_tls_type == GOT_TLS_IE_BOTH) in _bfd_x86_elf_size_dynamic_sections()
1074 else if (GOT_TLS_GD_P (*local_tls_type) in _bfd_x86_elf_size_dynamic_sections()
1075 || ! GOT_TLS_GDESC_P (*local_tls_type)) in _bfd_x86_elf_size_dynamic_sections()
[all …]
H A Delf32-tilepro.c2308 char *local_tls_type; in tilepro_elf_size_dynamic_sections() local
2352 local_tls_type = _bfd_tilepro_elf_local_got_tls_type (ibfd); in tilepro_elf_size_dynamic_sections()
2355 for (; local_got < end_local_got; ++local_got, ++local_tls_type) in tilepro_elf_size_dynamic_sections()
2361 if (*local_tls_type == GOT_TLS_GD) in tilepro_elf_size_dynamic_sections()
2364 || *local_tls_type == GOT_TLS_GD in tilepro_elf_size_dynamic_sections()
2365 || *local_tls_type == GOT_TLS_IE) in tilepro_elf_size_dynamic_sections()
H A Delfxx-tilegx.c2548 char *local_tls_type; in tilegx_elf_size_dynamic_sections() local
2592 local_tls_type = _bfd_tilegx_elf_local_got_tls_type (ibfd); in tilegx_elf_size_dynamic_sections()
2595 for (; local_got < end_local_got; ++local_got, ++local_tls_type) in tilegx_elf_size_dynamic_sections()
2601 if (*local_tls_type == GOT_TLS_GD) in tilegx_elf_size_dynamic_sections()
2604 || *local_tls_type == GOT_TLS_GD in tilegx_elf_size_dynamic_sections()
2605 || *local_tls_type == GOT_TLS_IE) in tilegx_elf_size_dynamic_sections()
H A Delf32-csky.c1981 char *local_tls_type; in csky_elf_size_dynamic_sections() local
2021 local_tls_type = csky_elf_local_got_tls_type (ibfd); in csky_elf_size_dynamic_sections()
2024 ++local_got_refcounts, ++local_tls_type) in csky_elf_size_dynamic_sections()
2032 if (*local_tls_type & GOT_TLS_GD) in csky_elf_size_dynamic_sections()
2035 if (*local_tls_type & GOT_TLS_IE) in csky_elf_size_dynamic_sections()
2037 if (*local_tls_type == GOT_NORMAL) in csky_elf_size_dynamic_sections()
2039 if (bfd_link_pic (info) || *local_tls_type == GOT_TLS_GD) in csky_elf_size_dynamic_sections()
H A Delf32-hppa.c2153 char *local_tls_type; in elf32_hppa_size_dynamic_sections() local
2192 local_tls_type = hppa_elf_local_got_tls_type (ibfd); in elf32_hppa_size_dynamic_sections()
2202 need = got_entries_needed (*local_tls_type); in elf32_hppa_size_dynamic_sections()
2206 && (*local_tls_type & GOT_NORMAL) != 0)) in elf32_hppa_size_dynamic_sections()
2208 += got_relocs_needed (*local_tls_type, need, TRUE, in elf32_hppa_size_dynamic_sections()
2214 ++local_tls_type; in elf32_hppa_size_dynamic_sections()

123