Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/doc/
Dc-nios2.texi142 @cindex @code{tls_gd} directive, Nios II
156 @itemx %tls_gd(@var{expression})
Dc-tilepro.texi218 @item tls_gd
/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c7611 unsigned int tls_type, tls_mask, tls_gd; in ppc_elf_relocate_section() local
7676 tls_gd = 0; in ppc_elf_relocate_section()
7742 tls_gd = TLS_TPRELGD; in ppc_elf_relocate_section()
7752 if ((tls_mask & tls_gd) != 0) in ppc_elf_relocate_section()
7767 tls_gd = TLS_TPRELGD; in ppc_elf_relocate_section()
7791 if ((tls_mask & tls_gd) != 0) in ppc_elf_relocate_section()
7812 if (tls_gd == 0) in ppc_elf_relocate_section()
7841 if (tls_gd == 0) in ppc_elf_relocate_section()
Delf64-ppc.c13033 unsigned char tls_mask, tls_gd, tls_type; in ppc64_elf_relocate_section() local
13159 tls_gd = 0; in ppc64_elf_relocate_section()
13273 tls_gd = TLS_TPRELGD; in ppc64_elf_relocate_section()
13353 tls_gd = TLS_TPRELGD; in ppc64_elf_relocate_section()
13363 if ((tls_mask & tls_gd) != 0) in ppc64_elf_relocate_section()
13378 tls_gd = TLS_TPRELGD; in ppc64_elf_relocate_section()
13403 if ((tls_mask & tls_gd) != 0) in ppc64_elf_relocate_section()
13425 if (tls_gd == 0) in ppc64_elf_relocate_section()
13473 if ((tls_mask & tls_gd) == 0 in ppc64_elf_relocate_section()
13474 && (tls_gd == 0 || toc_symndx != 0)) in ppc64_elf_relocate_section()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tilepro.c232 INSERT_SPECIAL_OP(tls_gd); in md_begin()