Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-or1k.c918 #define TLS_GD 2 macro
1135 return (tls_type_mask & TLS_GD) != 0 ? 8 : 0; in or1k_initial_exec_offset()
1762 if (dynamic && ((tls_type & TLS_GD) != 0)) in or1k_elf_relocate_section()
1795 else if ((tls_type & TLS_GD) != 0) in or1k_elf_relocate_section()
1990 tls_type = TLS_GD; in or1k_elf_check_relocs()
2812 if ((tls_type & TLS_GD) != 0) in or1k_set_got_and_rela_sizes()
2829 if ((tls_type & TLS_GD) != 0) in or1k_set_got_and_rela_sizes()
H A Delf32-ppc.c2133 #define TLS_GD 2 /* GD reloc. */ macro
3058 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs()
4524 tls_clear = TLS_GD; in ppc_elf_tls_optimize()
4672 if ((tls_clear & (TLS_GD | TLS_LD)) != 0 in ppc_elf_tls_optimize()
5062 if ((tls_mask & TLS_GD) != 0) in got_entries_needed()
6278 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 in ppc_elf_relax_section()
7189 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 in ppc_elf_relocate_section()
7216 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 in ppc_elf_relocate_section()
7308 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 in ppc_elf_relocate_section()
7679 tls_type = TLS_TLS | TLS_GD; in ppc_elf_relocate_section()
[all …]
H A Delf32-microblaze.c764 #define TLS_GD 1 /* GD reloc. */ macro
773 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD))
1257 tls_type = (TLS_TLS | TLS_GD); in microblaze_elf_relocate_section()
2428 tls_type |= (TLS_TLS | TLS_GD); in microblaze_elf_check_relocs()
2850 if ((eh->tls_mask & TLS_GD) != 0) in allocate_dynrelocs()
3023 if ((*lgot_masks & TLS_GD) != 0) in microblaze_elf_size_dynamic_sections()
H A Delf64-ppc.c3182 #define TLS_GD 2 /* GD reloc. */ macro
4924 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()
5210 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()
5256 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD)) in ppc64_elf_check_relocs()
8318 tls_clear = TLS_GD; in ppc64_elf_tls_optimize()
8319 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_tls_optimize()
8445 tls_set = TLS_EXPLICIT | TLS_GD; in ppc64_elf_tls_optimize()
8448 tls_set = TLS_EXPLICIT | TLS_GD | TLS_GDIE; in ppc64_elf_tls_optimize()
8449 tls_clear = TLS_GD; in ppc64_elf_tls_optimize()
8529 && ((*toc_tls & (TLS_GD | TLS_LD)) != 0)) in ppc64_elf_tls_optimize()
[all …]
H A DChangeLog-20183157 * elf64-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
3169 * elf32-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
H A DChangeLog-20113151 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD
H A DChangeLog-20202799 (TLS_GD, TLS_IE, TLS_LD, TLS_LE): Redefine macros as masks.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-or1k.c918 #define TLS_GD 2 macro
1135 return (tls_type_mask & TLS_GD) != 0 ? 8 : 0; in or1k_initial_exec_offset()
1770 if (dynamic && ((tls_type & TLS_GD) != 0)) in or1k_elf_relocate_section()
1803 else if ((tls_type & TLS_GD) != 0) in or1k_elf_relocate_section()
1998 tls_type = TLS_GD; in or1k_elf_check_relocs()
2820 if ((tls_type & TLS_GD) != 0) in or1k_set_got_and_rela_sizes()
2837 if ((tls_type & TLS_GD) != 0) in or1k_set_got_and_rela_sizes()
H A Delf32-microblaze.c782 #define TLS_GD 1 /* GD reloc. */ macro
791 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD))
1275 tls_type = (TLS_TLS | TLS_GD); in microblaze_elf_relocate_section()
2448 tls_type |= (TLS_TLS | TLS_GD); in microblaze_elf_check_relocs()
2870 if ((eh->tls_mask & TLS_GD) != 0) in allocate_dynrelocs()
3043 if ((*lgot_masks & TLS_GD) != 0) in microblaze_elf_size_dynamic_sections()
H A Delf32-ppc.c2129 #define TLS_GD 2 /* GD reloc. */ macro
3054 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs()
4527 tls_clear = TLS_GD; in ppc_elf_tls_optimize()
4675 if ((tls_clear & (TLS_GD | TLS_LD)) != 0 in ppc_elf_tls_optimize()
5065 if ((tls_mask & TLS_GD) != 0) in got_entries_needed()
6280 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 in ppc_elf_relax_section()
7214 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 in ppc_elf_relocate_section()
7241 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 in ppc_elf_relocate_section()
7333 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 in ppc_elf_relocate_section()
7704 tls_type = TLS_TLS | TLS_GD; in ppc_elf_relocate_section()
[all …]
H A Delf64-ppc.c3183 #define TLS_GD 2 /* GD reloc. */ macro
4945 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()
5231 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()
5284 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD)) in ppc64_elf_check_relocs()
8347 tls_clear = TLS_GD; in ppc64_elf_tls_optimize()
8348 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_tls_optimize()
8474 tls_set = TLS_EXPLICIT | TLS_GD; in ppc64_elf_tls_optimize()
8477 tls_set = TLS_EXPLICIT | TLS_GD | TLS_GDIE; in ppc64_elf_tls_optimize()
8478 tls_clear = TLS_GD; in ppc64_elf_tls_optimize()
8558 && ((*toc_tls & (TLS_GD | TLS_LD)) != 0)) in ppc64_elf_tls_optimize()
[all …]
H A DChangeLog-20183157 * elf64-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
3169 * elf32-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
H A DChangeLog-20113151 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD
H A DChangeLog-20202799 (TLS_GD, TLS_IE, TLS_LD, TLS_LE): Redefine macros as masks.
H A 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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c111 TLS_GD, enumerator
607 insns = microblaze_call_tls_get_addr (x, reg, &ret, TLS_GD); in microblaze_legitimize_tls_address()
1469 case TLS_GD: in microblaze_address_insns()
2616 case TLS_GD: in print_operand_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc112 TLS_GD, enumerator
608 insns = microblaze_call_tls_get_addr (x, reg, &ret, TLS_GD); in microblaze_legitimize_tls_address()
1470 case TLS_GD: in microblaze_address_insns()
2617 case TLS_GD: in print_operand_address()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tilepro.c486 HANDLE_OP16 (TLS_GD); in emit_tilepro_instruction()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tilepro.c486 HANDLE_OP16 (TLS_GD); in emit_tilepro_instruction()
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20183157 * elf64-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
3169 * elf32-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
H A DChangeLog-20113151 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD
H A DChangeLog-20202799 (TLS_GD, TLS_IE, TLS_LD, TLS_LE): Redefine macros as masks.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20183157 * elf64-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
3169 * elf32-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
H A DChangeLog-20113151 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD
H A 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.

12