Searched refs:tga (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c3097 struct elf_link_hash_entry *tga;
3121 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
3163 if (h != NULL && h == tga)
3091 struct elf_link_hash_entry *tga; local
H A Delf64-ppc.c4469 struct elf_link_hash_entry *tga, *dottga;
4484 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
4549 if (h != NULL && (h == tga || h == dottga))
4760 if (h == tga || h == dottga)
4465 struct elf_link_hash_entry *tga, *dottga; local
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c2035 rtx insn, loc, tga, a0;
2048 tga = gen_rtx_MEM (Pmode, mips_tls_symbol);
2049 insn = emit_call_insn (gen_call_value (v0, tga, const0_rtx, const0_rtx));
2029 rtx insn, loc, tga, a0; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c3200 rtx r3, got, tga, tmp1, tmp2, eqv;
3254 tga = gen_rtx_MEM (Pmode, rs6000_tls_get_addr ());
3255 insn = gen_call_value (r3, tga, const0_rtx, const0_rtx);
3272 tga = gen_rtx_MEM (Pmode, rs6000_tls_get_addr ());
3273 insn = gen_call_value (r3, tga, const0_rtx, const0_rtx);
3191 rtx r3, got, tga, tmp1, tmp2, eqv; local

Completed in 151 milliseconds