Searched refs:TLS_TLS (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf32-ppc.c | 3197 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs() 3204 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs() 3213 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_check_relocs() 3220 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_check_relocs() 6216 tls_type = TLS_TLS | TLS_GD; in ppc_elf_relocate_section() 6223 tls_type = TLS_TLS | TLS_LD; in ppc_elf_relocate_section() 6230 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_relocate_section() 6313 tls_ty = TLS_TLS | TLS_LD; in ppc_elf_relocate_section() 6318 tls_ty = TLS_TLS | TLS_GD; in ppc_elf_relocate_section() 6323 tls_ty = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() [all …]
|
| H A D | elf64-ppc.c | 4583 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs() 4590 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs() 4599 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs() 4606 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 5397 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_gc_sweep_hook() 5404 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_gc_sweep_hook() 5411 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_gc_sweep_hook() 5418 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_gc_sweep_hook() 10845 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_relocate_section() 10852 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_relocate_section() [all …]
|
| H A D | ChangeLog-0203 | 4286 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define. 4540 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
|