Searched refs:TLS_DTPREL (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf32-ppc.c | 2435 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 3220 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_check_relocs() 4768 if ((eh->tls_mask & TLS_DTPREL) != 0) in allocate_dynrelocs() 5015 if ((*lgot_masks & TLS_DTPREL) != 0) in ppc_elf_size_dynamic_sections() 6237 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() 6296 & (TLS_LD | TLS_GD | TLS_DTPREL in ppc_elf_relocate_section() 6321 else if ((tls_m & TLS_DTPREL) != 0) in ppc_elf_relocate_section() 6323 tls_ty = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() 6324 tls_m &= ~TLS_DTPREL; in ppc_elf_relocate_section() 6357 else if (tls_ty == (TLS_TLS | TLS_DTPREL)) in ppc_elf_relocate_section() [all …]
|
| HD | elf64-ppc.c | 3427 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 4606 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 4777 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 5418 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_gc_sweep_hook() 10251 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0) in ppc64_elf_relocate_section() 10866 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_relocate_section() 10973 else if (tls_type == (TLS_TLS | TLS_DTPREL)) in ppc64_elf_relocate_section() 10993 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL)) in ppc64_elf_relocate_section()
|
| HD | 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,
|