Home
last modified time | relevance | path

Searched refs:TLS_EXPLICIT (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c3996 #define TLS_EXPLICIT 32 /* Marks TOC section TLS relocs. */ macro
5235 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 …]
DChangeLog-02034541 TLS_EXPLICIT): Define.