Home
last modified time | relevance | path

Searched refs:TLS_GD (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c3118 #define TLS_GD 1 /* GD reloc. */ macro
4014 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs()
5303 tls_clear = TLS_GD; in ppc_elf_tls_optimize()
5930 if ((eh->tls_mask & TLS_GD) != 0) in allocate_dynrelocs()
6217 if ((*lgot_masks & TLS_GD) != 0) in ppc_elf_size_dynamic_sections()
6919 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 in ppc_elf_relax_section()
7743 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0) in ppc_elf_relocate_section()
7768 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0) in ppc_elf_relocate_section()
7852 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0) in ppc_elf_relocate_section()
8051 tls_type = TLS_TLS | TLS_GD; in ppc_elf_relocate_section()
[all …]
Delf32-or1k.c581 #define TLS_GD 2 macro
1456 tls_type = TLS_GD; in or1k_elf_check_relocs()
2293 if (tls_type == TLS_GD) in allocate_dynrelocs()
2300 if (tls_type == TLS_GD) in allocate_dynrelocs()
2511 if (local_tls_type != NULL && *local_tls_type == TLS_GD) in or1k_elf_size_dynamic_sections()
2517 if (local_tls_type != NULL && *local_tls_type == TLS_GD) in or1k_elf_size_dynamic_sections()
Delf64-ppc.c3889 #define TLS_GD 1 /* GD reloc. */ macro
5333 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()
5578 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()
5628 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD)) in ppc64_elf_check_relocs()
6456 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_gc_sweep_hook()
8303 tls_clear = TLS_GD; in ppc64_elf_tls_optimize()
8304 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_tls_optimize()
8395 tls_set = TLS_EXPLICIT | TLS_GD; in ppc64_elf_tls_optimize()
8398 tls_set = TLS_EXPLICIT | TLS_GD | TLS_TPRELGD; in ppc64_elf_tls_optimize()
8399 tls_clear = TLS_GD; in ppc64_elf_tls_optimize()
[all …]
Delf32-microblaze.c701 #define TLS_GD 1 /* GD reloc. */ macro
710 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD))
1183 tls_type = (TLS_TLS | TLS_GD); in microblaze_elf_relocate_section()
2387 tls_type |= (TLS_TLS | TLS_GD); in microblaze_elf_check_relocs()
2862 if ((eh->tls_mask & TLS_GD) != 0) in allocate_dynrelocs()
3033 if ((*lgot_masks & TLS_GD) != 0) in microblaze_elf_size_dynamic_sections()
DChangeLog-20113151 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD
DChangeLog-02034286 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
4464 (TLS_GD): ..define this instead and update all uses.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tilepro.c494 HANDLE_OP16 (TLS_GD); in emit_tilepro_instruction()