Home
last modified time | relevance | path

Searched refs:TLS_LD (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c3119 #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 …]
Delf32-microblaze.c702 #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()
Delf64-ppc.c3890 #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 …]
Delf32-or1k.c582 #define TLS_LD 3 macro
1462 tls_type = TLS_LD; in or1k_elf_check_relocs()
DChangeLog-02032727 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,
DChangeLog-2008436 TLS_LD even when symbol is used with other TLS reloc types.
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c323 RTYPE_ENTRY (TLS_LD),