HomeSort by: relevance | last modified time | path
    Searched defs:gen_tls_tga (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.cc 668 static GTY(()) rtx gen_tls_tga; variable
673 if (!gen_tls_tga)
674 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
675 return gen_tls_tga;
  /src/external/gpl3/gcc.old/dist/gcc/config/or1k/
or1k.cc 665 static GTY(()) rtx gen_tls_tga; variable
670 if (!gen_tls_tga)
671 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
672 return gen_tls_tga;
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 1202 static GTY(()) rtx gen_tls_tga;
1206 if (!gen_tls_tga)
1207 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
1208 return gen_tls_tga;
1198 static GTY(()) rtx gen_tls_tga; variable
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 1078 static GTY(()) rtx gen_tls_tga;
1083 if (!gen_tls_tga)
1084 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
1085 return gen_tls_tga;
1074 static GTY(()) rtx gen_tls_tga; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 1192 static GTY(()) rtx gen_tls_tga;
1196 if (!gen_tls_tga)
1197 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
1198 return gen_tls_tga;
1188 static GTY(()) rtx gen_tls_tga; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 934 static GTY(()) rtx gen_tls_tga;
939 if (!gen_tls_tga)
940 gen_tls_tga = init_one_libfunc ("__tls_get_addr");
941 return gen_tls_tga;
930 static GTY(()) rtx gen_tls_tga; variable

Completed in 62 milliseconds