Searched refs:TLS_TLS (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-ppc.c | 3350 if ((*lgot_masks & TLS_TLS) != 0) in ppc_elf_size_dynamic_sections() 3606 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs() 3613 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs() 3622 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_check_relocs() 4944 tls_type = TLS_TLS | TLS_GD; in ppc_elf_relocate_section() 4951 tls_type = TLS_TLS | TLS_LD; in ppc_elf_relocate_section() 4958 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_relocate_section() 5041 tls_ty = TLS_TLS | TLS_LD; in ppc_elf_relocate_section() 5046 tls_ty = TLS_TLS | TLS_GD; in ppc_elf_relocate_section() 5051 tls_ty = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() [all …]
|
H A D | elf64-ppc.c | 3680 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs() 3687 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs() 3696 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs() 4237 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_gc_sweep_hook() 4244 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_gc_sweep_hook() 4251 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_gc_sweep_hook() 5387 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_tls_optimize() 5402 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_tls_optimize() 5416 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_tls_optimize() 8043 tls_type = TLS_TLS | TLS_GD; 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,
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-ppc.c | 3038 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs() 3045 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs() 3054 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_check_relocs() 3061 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_check_relocs() 5882 tls_type = TLS_TLS | TLS_GD; in ppc_elf_relocate_section() 5889 tls_type = TLS_TLS | TLS_LD; in ppc_elf_relocate_section() 5896 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_relocate_section() 5978 tls_ty = TLS_TLS | TLS_LD; in ppc_elf_relocate_section() 5983 tls_ty = TLS_TLS | TLS_GD; in ppc_elf_relocate_section() 5988 tls_ty = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() [all …]
|
H A D | elf64-ppc.c | 4455 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs() 4462 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs() 4471 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs() 5276 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_gc_sweep_hook() 5283 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_gc_sweep_hook() 5290 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_gc_sweep_hook() 6880 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_tls_optimize() 6895 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_tls_optimize() 6909 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_tls_optimize() 10448 tls_type = TLS_TLS | TLS_GD; 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,
|