Home
last modified time | relevance | path

Searched refs:TLS_TLS (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c3122 #define TLS_TLS 16 /* Any TLS reloc. */ macro
4007 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs()
4014 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs()
4023 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_check_relocs()
4030 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_check_relocs()
5302 tls_set = TLS_TLS | TLS_TPRELGD; in ppc_elf_tls_optimize()
5918 if ((eh->tls_mask & TLS_TLS) != 0) in allocate_dynrelocs()
6215 if ((*lgot_masks & TLS_TLS) != 0) in ppc_elf_size_dynamic_sections()
6919 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0 in ppc_elf_relax_section()
6924 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_LD) == 0 in ppc_elf_relax_section()
[all …]
Delf32-microblaze.c705 #define TLS_TLS 16 /* Any TLS reloc. */ macro
710 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD))
711 #define IS_TLS_LD(x) (x == (TLS_TLS | TLS_LD))
712 #define IS_TLS_DTPREL(x) (x == (TLS_TLS | TLS_DTPREL))
1183 tls_type = (TLS_TLS | TLS_GD); in microblaze_elf_relocate_section()
1186 tls_type = (TLS_TLS | TLS_LD); in microblaze_elf_relocate_section()
2387 tls_type |= (TLS_TLS | TLS_GD); in microblaze_elf_check_relocs()
2390 tls_type |= (TLS_TLS | TLS_LD); in microblaze_elf_check_relocs()
2849 if ((eh->tls_mask & TLS_TLS) != 0) in allocate_dynrelocs()
3031 if ((*lgot_masks & TLS_TLS) != 0) in microblaze_elf_size_dynamic_sections()
Delf64-ppc.c3893 #define TLS_TLS 16 /* Any TLS reloc. */ macro
5326 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs()
5333 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()
5342 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs()
5349 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs()
5569 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs()
5578 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()
5580 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD; in ppc64_elf_check_relocs()
5584 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs()
5628 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD)) in ppc64_elf_check_relocs()
[all …]
DChangeLog-02034286 (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,