Searched refs:TLS_DTPREL (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-ppc.c | 3121 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 4030 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_check_relocs() 5934 if ((eh->tls_mask & TLS_DTPREL) != 0) in allocate_dynrelocs() 6223 if ((*lgot_masks & TLS_DTPREL) != 0) in ppc_elf_size_dynamic_sections() 8072 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() 8132 & (TLS_LD | TLS_GD | TLS_DTPREL in ppc_elf_relocate_section() 8157 else if ((tls_m & TLS_DTPREL) != 0) in ppc_elf_relocate_section() 8159 tls_ty = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() 8160 tls_m &= ~TLS_DTPREL; in ppc_elf_relocate_section() 8199 else if (tls_ty == (TLS_TLS | TLS_DTPREL)) in ppc_elf_relocate_section() [all …]
|
D | elf32-microblaze.c | 704 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 712 #define IS_TLS_DTPREL(x) (x == (TLS_TLS | TLS_DTPREL))
|
D | elf64-ppc.c | 3892 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 5349 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 5584 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 6470 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_gc_sweep_hook() 13264 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0) in ppc64_elf_relocate_section() 13958 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_relocate_section() 14078 else if (tls_type == (TLS_TLS | TLS_DTPREL)) in ppc64_elf_relocate_section() 14101 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL)) in ppc64_elf_relocate_section()
|
D | elfnn-aarch64.c | 1310 HOWTO (AARCH64_R (TLS_DTPREL), /* type */ 1321 AARCH64_R_STR (TLS_DTPREL), /* name */ 5250 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,
|