Searched refs:TLS_EXPLICIT (Results 1 – 2 of 2) sorted by relevance
3360 #define TLS_EXPLICIT 32 /* Marks TOC section TLS relocs. */ macro4324 if ((tls_type & TLS_EXPLICIT) == 0) in update_local_sym_info()4673 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs()4682 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()4684 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD; in ppc64_elf_check_relocs()4688 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs()4725 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD)) in ppc64_elf_check_relocs()4727 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD)) in ppc64_elf_check_relocs()7006 tls_set = TLS_EXPLICIT; in ppc64_elf_tls_optimize()7026 tls_set = TLS_EXPLICIT | TLS_GD; in ppc64_elf_tls_optimize()[all …]
4541 TLS_EXPLICIT): Define.