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