Searched refs:TLS_DTPREL (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-ppc.c | 3233 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 4145 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_check_relocs() 6101 if ((eh->tls_mask & TLS_DTPREL) != 0) in allocate_dynrelocs() 6394 if ((*lgot_masks & TLS_DTPREL) != 0) in ppc_elf_size_dynamic_sections() 8408 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() 8468 & (TLS_LD | TLS_GD | TLS_DTPREL in ppc_elf_relocate_section() 8493 else if ((tls_m & TLS_DTPREL) != 0) in ppc_elf_relocate_section() 8495 tls_ty = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() 8496 tls_m &= ~TLS_DTPREL; in ppc_elf_relocate_section() 8535 else if (tls_ty == (TLS_TLS | TLS_DTPREL)) in ppc_elf_relocate_section() [all …]
|
D | elf32-microblaze.c | 713 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 721 #define IS_TLS_DTPREL(x) (x == (TLS_TLS | TLS_DTPREL))
|
D | elf64-ppc.c | 3994 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 5439 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 5703 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 6577 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_gc_sweep_hook() 13573 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0) in ppc64_elf_relocate_section() 14325 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_relocate_section() 14445 else if (tls_type == (TLS_TLS | TLS_DTPREL)) in ppc64_elf_relocate_section() 14468 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL)) in ppc64_elf_relocate_section()
|
D | elfnn-aarch64.c | 1760 HOWTO (AARCH64_R (TLS_DTPREL), /* type */ 1771 AARCH64_R_STR (TLS_DTPREL), /* name */ 6238 ELFNN_R_INFO (indx, AARCH64_R (TLS_DTPREL)); in elfNN_aarch64_relocate_section()
|
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,
|