Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c8621 unsigned char *toc_tls; in ppc64_elf_tls_optimize() local
8624 retval = get_tls_mask (&toc_tls, NULL, NULL, in ppc64_elf_tls_optimize()
8629 if (toc_tls != NULL) in ppc64_elf_tls_optimize()
8631 if ((*toc_tls & (TLS_GD | TLS_LD)) != 0) in ppc64_elf_tls_optimize()
13486 unsigned char *toc_tls; in ppc64_elf_relocate_section() local
13488 if (!get_tls_mask (&toc_tls, &toc_symndx, &toc_addend, in ppc64_elf_relocate_section()
13492 if (toc_tls) in ppc64_elf_relocate_section()
13493 tls_mask = *toc_tls; in ppc64_elf_relocate_section()
13558 unsigned char *toc_tls; in ppc64_elf_relocate_section() local
13561 retval = get_tls_mask (&toc_tls, &toc_symndx, &toc_addend, in ppc64_elf_relocate_section()
[all …]