Searched refs:tls_gd (Results 1 – 5 of 5) sorted by relevance
152 @cindex @code{tls_gd} directive, Nios II166 @itemx %tls_gd(@var{expression})
218 @item tls_gd
7818 unsigned int tls_type, tls_mask, tls_gd; in ppc_elf_relocate_section() local7898 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()
13325 unsigned char tls_mask, tls_gd, tls_type; in ppc64_elf_relocate_section() local13468 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()
232 INSERT_SPECIAL_OP(tls_gd); in md_begin()