Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c3894 #define TLS_EXPLICIT 32 /* Marks TOC section TLS relocs. */ macro
5125 if ((tls_type & (PLT_IFUNC | TLS_EXPLICIT)) == 0) in update_local_sym_info()
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()
5630 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD)) in ppc64_elf_check_relocs()
8376 tls_set = TLS_EXPLICIT; in ppc64_elf_tls_optimize()
8395 tls_set = TLS_EXPLICIT | TLS_GD; in ppc64_elf_tls_optimize()
[all …]
DChangeLog-02034541 TLS_EXPLICIT): Define.