Home
last modified time | relevance | path

Searched refs:TLS_LD (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-ppc.c3051 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs()
4508 tls_clear = TLS_LD; in ppc_elf_tls_optimize()
5133 if ((eh->tls_mask & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in allocate_dynrelocs()
5162 if ((eh->tls_mask & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in allocate_dynrelocs()
5596 if ((*lgot_masks & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in ppc_elf_size_dynamic_sections()
7686 tls_type = TLS_TLS | TLS_LD; in ppc_elf_relocate_section()
7762 tls_m = TLS_LD; in ppc_elf_relocate_section()
7765 tls_m &= ~TLS_LD; in ppc_elf_relocate_section()
7775 tls_ty = TLS_TLS | TLS_LD; in ppc_elf_relocate_section()
7776 tls_m &= ~TLS_LD; in ppc_elf_relocate_section()
[all …]
H A Delf32-microblaze.c765 #define TLS_LD 2 /* LD reloc. */ macro
774 #define IS_TLS_LD(x) (x == (TLS_TLS | TLS_LD))
1260 tls_type = (TLS_TLS | TLS_LD); in microblaze_elf_relocate_section()
2431 tls_type |= (TLS_TLS | TLS_LD); in microblaze_elf_check_relocs()
2840 if ((eh->tls_mask & TLS_LD) != 0) in allocate_dynrelocs()
3025 if ((*lgot_masks & TLS_LD) != 0) in microblaze_elf_size_dynamic_sections()
H A Delf64-ppc.c3183 #define TLS_LD 4 /* LD reloc. */ macro
4916 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs()
8299 tls_clear = TLS_LD; in ppc64_elf_tls_optimize()
8300 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_tls_optimize()
8458 tls_clear = TLS_LD; in ppc64_elf_tls_optimize()
9889 if ((gent->tls_type & TLS_LD) != 0 in allocate_dynrelocs()
15811 && (tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
16240 if ((tls_mask & TLS_LD) == 0 in ppc64_elf_relocate_section()
16873 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_relocate_section()
17069 if (tls_type & TLS_LD) in ppc64_elf_relocate_section()
[all …]
H A Delf32-or1k.c919 #define TLS_LD 4 macro
1998 tls_type = TLS_LD; in or1k_elf_check_relocs()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-ppc.c3027 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs()
4512 tls_clear = TLS_LD; in ppc_elf_tls_optimize()
5126 if ((eh->tls_mask & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in allocate_dynrelocs()
5154 if ((eh->tls_mask & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in allocate_dynrelocs()
5567 if ((*lgot_masks & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in ppc_elf_size_dynamic_sections()
7626 tls_type = TLS_TLS | TLS_LD; in ppc_elf_relocate_section()
7702 tls_m = TLS_LD; in ppc_elf_relocate_section()
7705 tls_m &= ~TLS_LD; in ppc_elf_relocate_section()
7715 tls_ty = TLS_TLS | TLS_LD; in ppc_elf_relocate_section()
7716 tls_m &= ~TLS_LD; in ppc_elf_relocate_section()
[all …]
H A Delf32-microblaze.c726 #define TLS_LD 2 /* LD reloc. */ macro
735 #define IS_TLS_LD(x) (x == (TLS_TLS | TLS_LD))
1221 tls_type = (TLS_TLS | TLS_LD); in microblaze_elf_relocate_section()
2402 tls_type |= (TLS_TLS | TLS_LD); in microblaze_elf_check_relocs()
2811 if ((eh->tls_mask & TLS_LD) != 0) in allocate_dynrelocs()
2996 if ((*lgot_masks & TLS_LD) != 0) in microblaze_elf_size_dynamic_sections()
H A Delf64-ppc.c3125 #define TLS_LD 4 /* LD reloc. */ macro
4723 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs()
8089 tls_clear = TLS_LD; in ppc64_elf_tls_optimize()
8090 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_tls_optimize()
8248 tls_clear = TLS_LD; in ppc64_elf_tls_optimize()
9661 if ((gent->tls_type & TLS_LD) != 0 in allocate_dynrelocs()
15105 && (tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
15514 if ((tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
16116 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_relocate_section()
16304 if (tls_type & TLS_LD) in ppc64_elf_relocate_section()
[all …]
H A Delf32-or1k.c883 #define TLS_LD 4 macro
1924 tls_type = TLS_LD; in or1k_elf_check_relocs()
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,
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ppc.c3041 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs()
4503 tls_clear = TLS_LD; in ppc_elf_tls_optimize()
5104 if ((eh->tls_mask & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in allocate_dynrelocs()
5132 if ((eh->tls_mask & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in allocate_dynrelocs()
5579 if ((*lgot_masks & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in ppc_elf_size_dynamic_sections()
7708 tls_type = TLS_TLS | TLS_LD; in ppc_elf_relocate_section()
7784 tls_m = TLS_LD; in ppc_elf_relocate_section()
7787 tls_m &= ~TLS_LD; in ppc_elf_relocate_section()
7797 tls_ty = TLS_TLS | TLS_LD; in ppc_elf_relocate_section()
7798 tls_m &= ~TLS_LD; in ppc_elf_relocate_section()
[all …]
H A Delf32-microblaze.c729 #define TLS_LD 2 /* LD reloc. */ macro
738 #define IS_TLS_LD(x) (x == (TLS_TLS | TLS_LD))
1227 tls_type = (TLS_TLS | TLS_LD); in microblaze_elf_relocate_section()
2416 tls_type |= (TLS_TLS | TLS_LD); in microblaze_elf_check_relocs()
2876 if ((eh->tls_mask & TLS_LD) != 0) in allocate_dynrelocs()
3061 if ((*lgot_masks & TLS_LD) != 0) in microblaze_elf_size_dynamic_sections()
H A Delf64-ppc.c3100 #define TLS_LD 4 /* LD reloc. */ macro
4661 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs()
7893 tls_clear = TLS_LD; in ppc64_elf_tls_optimize()
7894 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_tls_optimize()
8052 tls_clear = TLS_LD; in ppc64_elf_tls_optimize()
9410 if ((gent->tls_type & TLS_LD) != 0 in allocate_dynrelocs()
14604 && (tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
15011 if ((tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
15613 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_relocate_section()
15801 if (tls_type & TLS_LD) in ppc64_elf_relocate_section()
[all …]
H A Delf32-or1k.c879 #define TLS_LD 3 macro
1877 tls_type = TLS_LD; in or1k_elf_check_relocs()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf32-ppc.c3027 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs()
4512 tls_clear = TLS_LD; in ppc_elf_tls_optimize()
5126 if ((eh->tls_mask & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in allocate_dynrelocs()
5154 if ((eh->tls_mask & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in allocate_dynrelocs()
5567 if ((*lgot_masks & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD)) in ppc_elf_size_dynamic_sections()
7626 tls_type = TLS_TLS | TLS_LD; in ppc_elf_relocate_section()
7702 tls_m = TLS_LD; in ppc_elf_relocate_section()
7705 tls_m &= ~TLS_LD; in ppc_elf_relocate_section()
7715 tls_ty = TLS_TLS | TLS_LD; in ppc_elf_relocate_section()
7716 tls_m &= ~TLS_LD; in ppc_elf_relocate_section()
[all …]
H A Delf32-microblaze.c726 #define TLS_LD 2 /* LD reloc. */ macro
735 #define IS_TLS_LD(x) (x == (TLS_TLS | TLS_LD))
1221 tls_type = (TLS_TLS | TLS_LD); in microblaze_elf_relocate_section()
2402 tls_type |= (TLS_TLS | TLS_LD); in microblaze_elf_check_relocs()
2811 if ((eh->tls_mask & TLS_LD) != 0) in allocate_dynrelocs()
2996 if ((*lgot_masks & TLS_LD) != 0) in microblaze_elf_size_dynamic_sections()
H A Delf64-ppc.c3125 #define TLS_LD 4 /* LD reloc. */ macro
4723 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs()
8089 tls_clear = TLS_LD; in ppc64_elf_tls_optimize()
8090 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_tls_optimize()
8248 tls_clear = TLS_LD; in ppc64_elf_tls_optimize()
9661 if ((gent->tls_type & TLS_LD) != 0 in allocate_dynrelocs()
15105 && (tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
15514 if ((tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
16116 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_relocate_section()
16304 if (tls_type & TLS_LD) in ppc64_elf_relocate_section()
[all …]
H A Delf32-or1k.c883 #define TLS_LD 4 macro
1924 tls_type = TLS_LD; in or1k_elf_check_relocs()
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,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h48 TLS_LD, enumerator
H A DSparcISelLowering.cpp1848 case SPISD::TLS_LD: return "SPISD::TLS_LD"; in getTargetNodeName()
2106 SDValue Offset = DAG.getNode(SPISD::TLS_LD, in LowerGlobalTLSAddress()
H A DSparcInstrInfo.td259 def tlsld : SDNode<"SPISD::TLS_LD", SDTSPtlsld>;
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dod-xcoff.c323 RTYPE_ENTRY (TLS_LD),
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dod-xcoff.c322 RTYPE_ENTRY (TLS_LD),
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c323 RTYPE_ENTRY (TLS_LD),
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dod-xcoff.c323 RTYPE_ENTRY (TLS_LD),

12