Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/doc/
Dc-nios2.texi152 @cindex @code{tls_gd} directive, Nios II
166 @itemx %tls_gd(@var{expression})
Dc-tilepro.texi218 @item tls_gd
/toolchain/binutils/binutils-2.27/bfd/
Delf32-ppc.c7818 unsigned int tls_type, tls_mask, tls_gd; in ppc_elf_relocate_section() local
7898 tls_gd = 0; in ppc_elf_relocate_section()
7966 tls_gd = TLS_TPRELGD; in ppc_elf_relocate_section()
7976 if ((tls_mask & tls_gd) != 0) in ppc_elf_relocate_section()
7991 tls_gd = TLS_TPRELGD; in ppc_elf_relocate_section()
8021 if ((tls_mask & tls_gd) != 0) in ppc_elf_relocate_section()
8041 if (tls_gd == 0) in ppc_elf_relocate_section()
8070 if (tls_gd == 0) in ppc_elf_relocate_section()
Delf64-ppc.c13325 unsigned char tls_mask, tls_gd, tls_type; in ppc64_elf_relocate_section() local
13468 tls_gd = 0; in ppc64_elf_relocate_section()
13582 tls_gd = TLS_TPRELGD; in ppc64_elf_relocate_section()
13662 tls_gd = TLS_TPRELGD; in ppc64_elf_relocate_section()
13672 if ((tls_mask & tls_gd) != 0) in ppc64_elf_relocate_section()
13687 tls_gd = TLS_TPRELGD; in ppc64_elf_relocate_section()
13718 if ((tls_mask & tls_gd) != 0) in ppc64_elf_relocate_section()
13739 if (tls_gd == 0) in ppc64_elf_relocate_section()
13787 if ((tls_mask & tls_gd) == 0 in ppc64_elf_relocate_section()
13788 && (tls_gd == 0 || toc_symndx != 0)) in ppc64_elf_relocate_section()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tilepro.c232 INSERT_SPECIAL_OP(tls_gd); in md_begin()