Searched refs:TLS_TPREL (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf32-ppc.c | 2434 #define TLS_TPREL 4 /* TPREL reloc, => IE. */ macro 3213 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_check_relocs() 4231 tls_clear = TLS_TPREL; in ppc_elf_tls_optimize() 5920 && (tls_mask & TLS_TPREL) == 0) in ppc_elf_relocate_section() 5934 && (tls_mask & TLS_TPREL) == 0) in ppc_elf_relocate_section() 6230 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_relocate_section() 6297 | TLS_TPREL | TLS_TPRELGD)); in ppc_elf_relocate_section() 6328 tls_ty = TLS_TLS | TLS_TPREL; in ppc_elf_relocate_section() 6359 else if (tls_ty == (TLS_TLS | TLS_TPREL)) in ppc_elf_relocate_section() 6368 if (tls_ty & (TLS_GD | TLS_DTPREL | TLS_TPREL)) in ppc_elf_relocate_section() [all …]
|
| H A D | elf64-ppc.c | 4599 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs() 5411 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_gc_sweep_hook() 7034 tls_clear = TLS_TPREL; in ppc64_elf_tls_optimize() 7035 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_tls_optimize() 7091 tls_clear = TLS_TPREL; in ppc64_elf_tls_optimize() 7807 && (ent->tls_type & TLS_TPREL) != 0 in allocate_dynrelocs() 10277 && (tls_mask & TLS_TPREL) == 0) in ppc64_elf_relocate_section() 10300 && (tls_mask & TLS_TPREL) == 0) in ppc64_elf_relocate_section() 10608 if ((tls_mask & TLS_TPREL) == 0) in ppc64_elf_relocate_section() 10859 tls_type = TLS_TLS | TLS_TPREL; 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. 4474 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL 4540 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
|