Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-ppc.c5491 unsigned int tls_type, tls_mask, tls_gd; in ppc_elf_relocate_section() local
5524 tls_gd = 0; in ppc_elf_relocate_section()
5613 tls_gd = TLS_TPRELGD; in ppc_elf_relocate_section()
5623 if ((tls_mask & tls_gd) != 0) in ppc_elf_relocate_section()
5638 tls_gd = TLS_TPRELGD; in ppc_elf_relocate_section()
5679 if ((tls_mask & tls_gd) != 0) in ppc_elf_relocate_section()
5695 if (tls_gd == 0) in ppc_elf_relocate_section()
5710 if (tls_gd == 0) in ppc_elf_relocate_section()
Delf64-ppc.c9506 char tls_mask, tls_gd, tls_type; in ppc64_elf_relocate_section() local
9571 tls_gd = 0; in ppc64_elf_relocate_section()
9669 tls_gd = TLS_TPRELGD; in ppc64_elf_relocate_section()
9762 tls_gd = TLS_TPRELGD; in ppc64_elf_relocate_section()
9772 if ((tls_mask & tls_gd) != 0) in ppc64_elf_relocate_section()
9787 tls_gd = TLS_TPRELGD; in ppc64_elf_relocate_section()
9830 if ((tls_mask & tls_gd) != 0) in ppc64_elf_relocate_section()
9849 if (tls_gd == 0) in ppc64_elf_relocate_section()
9874 if (tls_gd == 0 || toc_symndx != 0) in ppc64_elf_relocate_section()