Searched refs:shared_libgcc (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dgccspec.c42 int shared_libgcc = 0; local
72 shared_libgcc = 1;
78 if (shared_libgcc)
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dgccspec.cc42 int shared_libgcc = 0; local
72 shared_libgcc = 1;
78 if (shared_libgcc)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrigspec.c68 int shared_libgcc = 1; local
101 num_args = argc + need_math + shared_libgcc + 10;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-spec.cc96 bool shared_libgcc = true; local
251 shared_libgcc = false;
317 shared_libgcc = false;
324 num_args = argc + need_stdcxx + shared_libgcc
498 if (shared_libgcc && !static_link)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-spec.cc96 bool shared_libgcc = true; local
251 shared_libgcc = false;
327 shared_libgcc = false;
334 num_args = argc + need_stdcxx + shared_libgcc
502 if (shared_libgcc && !static_link)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dg++spec.c111 int shared_libgcc = 1; local
203 shared_libgcc = 0;
262 shared_libgcc = 0;
265 /* Add one for shared_libgcc or extra static library. */
389 if (shared_libgcc && !static_link)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dg++spec.cc133 int shared_libgcc = 1; local
220 shared_libgcc = 0;
288 shared_libgcc = 0;
291 /* Add one for shared_libgcc or extra static library. */
425 if (shared_libgcc && !static_link)

Completed in 107 milliseconds