Searched refs:gen_tls_tga (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa.c917 static GTY(()) rtx gen_tls_tga;
922 if (!gen_tls_tga)
923 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
924 return gen_tls_tga;
913 static GTY(()) rtx gen_tls_tga; variable
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c1204 static GTY(()) rtx gen_tls_tga;
1208 if (!gen_tls_tga)
1209 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
1210 return gen_tls_tga;
1200 static GTY(()) rtx gen_tls_tga; variable

Completed in 135 milliseconds