Searched refs:TLS_LD (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-ppc.c | 3119 #define TLS_LD 2 /* LD reloc. */ macro 4007 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs() 5287 tls_clear = TLS_LD; in ppc_elf_tls_optimize() 5920 if ((eh->tls_mask & TLS_LD) != 0) in allocate_dynrelocs() 5956 if ((eh->tls_mask & TLS_LD) != 0 in allocate_dynrelocs() 6219 if ((*lgot_masks & TLS_LD) != 0) in ppc_elf_size_dynamic_sections() 6924 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_LD) == 0 in ppc_elf_relax_section() 7749 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_LD) == 0) in ppc_elf_relocate_section() 7774 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_LD) == 0) in ppc_elf_relocate_section() 7879 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_LD) == 0) in ppc_elf_relocate_section() [all …]
|
D | elf32-microblaze.c | 702 #define TLS_LD 2 /* LD reloc. */ macro 711 #define IS_TLS_LD(x) (x == (TLS_TLS | TLS_LD)) 1186 tls_type = (TLS_TLS | TLS_LD); in microblaze_elf_relocate_section() 2390 tls_type |= (TLS_TLS | TLS_LD); in microblaze_elf_check_relocs() 2852 if ((eh->tls_mask & TLS_LD) != 0) in allocate_dynrelocs() 3035 if ((*lgot_masks & TLS_LD) != 0) in microblaze_elf_size_dynamic_sections()
|
D | elf64-ppc.c | 3890 #define TLS_LD 2 /* LD reloc. */ macro 5326 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs() 5580 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD; in ppc64_elf_check_relocs() 5630 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD)) in ppc64_elf_check_relocs() 6449 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_gc_sweep_hook() 8285 tls_clear = TLS_LD; in ppc64_elf_tls_optimize() 8286 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_tls_optimize() 8408 tls_clear = TLS_LD; in ppc64_elf_tls_optimize() 8440 if ((*toc_tls & (TLS_GD | TLS_LD)) != 0) in ppc64_elf_tls_optimize() 9318 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD) in allocate_got() [all …]
|
D | elf32-or1k.c | 582 #define TLS_LD 3 macro 1462 tls_type = TLS_LD; in or1k_elf_check_relocs()
|
D | ChangeLog-0203 | 2727 dtprel entry. Ensure TLS_LD DTPMOD reloc has a zero addend. Write 4286 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define. 4478 to determine GD or LD rather than looking at TLS_LD flag. Don't 4540 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
|
D | ChangeLog-2008 | 436 TLS_LD even when symbol is used with other TLS reloc types.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 323 RTYPE_ENTRY (TLS_LD),
|