Searched refs:TLS_EXPLICIT (Results 1 – 2 of 2) sorted by relevance
3996 #define TLS_EXPLICIT 32 /* Marks TOC section TLS relocs. */ macro5235 if ((tls_type & (PLT_IFUNC | TLS_EXPLICIT)) == 0) in update_local_sym_info()5688 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs()5697 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()5699 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD; in ppc64_elf_check_relocs()5703 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs()5747 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD)) in ppc64_elf_check_relocs()5749 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD)) in ppc64_elf_check_relocs()8567 tls_set = TLS_EXPLICIT; in ppc64_elf_tls_optimize()8586 tls_set = TLS_EXPLICIT | TLS_GD; in ppc64_elf_tls_optimize()[all …]
4541 TLS_EXPLICIT): Define.