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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c1000 static GTY(()) rtx gen_tls_tga;
1004 if (!gen_tls_tga)
1005 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
1006 return gen_tls_tga;
996 static GTY(()) rtx gen_tls_tga; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.c820 static GTY(()) rtx gen_tls_tga;
825 if (!gen_tls_tga)
826 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
827 return gen_tls_tga;
816 static GTY(()) rtx gen_tls_tga; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c903 static GTY(()) rtx gen_tls_tga;
907 if (!gen_tls_tga)
908 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
909 return gen_tls_tga;
898 static GTY(()) rtx gen_tls_tga; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dpa.c706 static GTY(()) rtx gen_tls_tga;
711 if (!gen_tls_tga)
712 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
713 return gen_tls_tga;
702 static GTY(()) rtx gen_tls_tga; variable

Completed in 187 milliseconds