Searched refs:fork_exec (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | gdbctx.hh | 214 int fork_exec (char **argv, int spair_fds[2], int stderr_fds[2]) in fork_exec() function 315 return self->fork_exec (argv.data (), fds, stderr_fds); in do_compile()
|
H A D | ChangeLog | 91 (libcp1_set_source_file, libcp1_set_print_callback, fork_exec) 99 (libcc1_set_source_file, libcc1_set_print_callback, fork_exec) 111 (fork_exec, do_compile, do_compile_v0, do_destroy): New methods. 605 (fork_exec): Bump to GCC_C_FE_VERSION_1.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcc1.cc | 506 fork_exec (libcc1 *self, char **argv, int spair_fds[2], int stderr_fds[2]) in fork_exec() function 624 return fork_exec (self, argv, fds, stderr_fds); in libcc1_compile()
|
H A D | libcp1.cc | 530 fork_exec (libcp1 *self, char **argv, int spair_fds[2], int stderr_fds[2]) in fork_exec() function 656 return fork_exec (self, argv, fds, stderr_fds); in libcp1_compile()
|