Searched refs:pex_init (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-one.c31 obj = pex_init (0, pname, NULL);
H A Dpexecute.c22 pex_init/pex_run/pex_get_status/pex_free routines. Don't use
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
H A Dpex-djgpp.c73 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-msdos.c84 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-unix.c302 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-win32.c111 pex_init (int flags, const char *pname, const char *tempbase) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dpexecute.c22 pex_init/pex_run/pex_get_status/pex_free routines. Don't use
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h349 /* Flags for pex_init. These are bits to be or'ed together. */
368 extern struct pex_obj *pex_init (int flags, const char *pname,
404 OBJ Returned by pex_init.
415 TEMPBASE parameter to pex_init not NULL:
481 `PEX_USE_PIPES' to `pex_init'. Close the returned stream
524 PNAME As for pex_init.
538 use pex_init/pex_run/pex_get_status/pex_free, or pex_one. */
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h356 /* Flags for pex_init. These are bits to be or'ed together. */
375 extern struct pex_obj *pex_init (int flags, const char *pname,
424 OBJ Returned by pex_init.
435 TEMPBASE parameter to pex_init not NULL:
501 `PEX_USE_PIPES' to `pex_init'. Close the returned stream
552 PNAME As for pex_init.
566 use pex_init/pex_run/pex_get_status/pex_free, or pex_one. */
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c1567 pex = pex_init (0, "collect2", NULL);
1569 fatal_perror ("pex_init failed");
2059 pex = pex_init (PEX_USE_PIPES, "collect2", NULL);
2061 fatal_perror ("pex_init failed");
2214 pex = pex_init (PEX_USE_PIPES, "collect2", NULL);
2216 fatal_perror ("pex_init failed");
H A Dgcc.c2975 pex = pex_init (PEX_USE_PIPES | (report_times ? PEX_RECORD_TIMES : 0),
2978 pfatal_with_name (_("pex_init failed"));
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c202 (((test_pex_tmp = pex_init (FLAGS, "test-pexecute", TEMPBASE)) \
205 : (FATAL_ERROR ("pex_init failed", 0), NULL))

Completed in 104 milliseconds