Searched refs:TLS_GD (Results 1 – 3 of 3) sorted by relevance
2432 #define TLS_GD 1 /* GD reloc. */ macro3204 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs()4220 tls_clear = TLS_GD; in ppc_elf_tls_optimize()5011 if ((*lgot_masks & TLS_GD) != 0) in ppc_elf_size_dynamic_sections()6216 tls_type = TLS_TLS | TLS_GD; in ppc_elf_relocate_section()6316 else if ((tls_m & TLS_GD) != 0) in ppc_elf_relocate_section()6318 tls_ty = TLS_TLS | TLS_GD; in ppc_elf_relocate_section()6319 tls_m &= ~TLS_GD; in ppc_elf_relocate_section()6342 if (tls_ty & (TLS_LD | TLS_GD)) in ppc_elf_relocate_section()6403 if (tls_ty & (TLS_LD | TLS_GD)) in ppc_elf_relocate_section()[all …]
3424 #define TLS_GD 1 /* GD reloc. */ macro4590 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()5404 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_gc_sweep_hook()7022 tls_clear = TLS_GD; in ppc64_elf_tls_optimize()7023 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_tls_optimize()7113 tls_clear = TLS_GD; in ppc64_elf_tls_optimize()7800 && (gent->tls_type & TLS_GD) != 0) in allocate_dynrelocs()10583 if ((tls_mask & TLS_GD) == 0) in ppc64_elf_relocate_section()10845 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_relocate_section()10960 if (tls_type == (TLS_TLS | TLS_GD)) in ppc64_elf_relocate_section()[all …]
4286 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.4464 (TLS_GD): ..define this instead and update all uses.