Searched refs:TLS_LD (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf32-ppc.c | 2433 #define TLS_LD 2 /* LD reloc. */ macro 3197 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs() 4204 tls_clear = TLS_LD; in ppc_elf_tls_optimize() 6223 tls_type = TLS_TLS | TLS_LD; in ppc_elf_relocate_section() 6300 tls_m = TLS_LD; in ppc_elf_relocate_section() 6303 tls_m &= ~TLS_LD; in ppc_elf_relocate_section() 6311 if ((tls_m & TLS_LD) != 0) in ppc_elf_relocate_section() 6313 tls_ty = TLS_TLS | TLS_LD; in ppc_elf_relocate_section() 6314 tls_m &= ~TLS_LD; in ppc_elf_relocate_section() 6342 if (tls_ty & (TLS_LD | TLS_GD)) in ppc_elf_relocate_section() [all …]
|
| H A D | elf64-ppc.c | 3425 #define TLS_LD 2 /* LD reloc. */ macro 4583 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs() 5397 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_gc_sweep_hook() 7005 tls_clear = TLS_LD; in ppc64_elf_tls_optimize() 7006 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_tls_optimize() 7122 tls_clear = TLS_LD; in ppc64_elf_tls_optimize() 7835 if ((gent->tls_type & TLS_LD) != 0 in allocate_dynrelocs() 10598 if ((tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section() 10852 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_relocate_section() 10884 if (tls_type == (TLS_TLS | TLS_LD) in ppc64_elf_relocate_section() [all …]
|
| H A D | ChangeLog-0203 | 2727 dtprel entry. Ensure TLS_LD DTPMOD reloc has a zero addend. Write 4286 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define. 4478 to determine GD or LD rather than looking at TLS_LD flag. Don't 4540 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 49 TLS_LD, enumerator
|
| H A D | SparcISelLowering.cpp | 1839 case SPISD::TLS_LD: return "SPISD::TLS_LD"; in getTargetNodeName() 2100 SDValue Offset = DAG.getNode(SPISD::TLS_LD, in LowerGlobalTLSAddress()
|
| H A D | SparcInstrInfo.td | 241 def tlsld : SDNode<"SPISD::TLS_LD", SDTSPtlsld>;
|