Home
last modified time | relevance | path

Searched refs:pex_init (Results 1 – 19 of 19) sorted by relevance

/NextBSD/contrib/gcclibs/libiberty/
HDpex-one.c31 obj = pex_init (0, pname, NULL); in pex_one()
HDpexecute.txh2 @deftypefn Extension {struct pex_obj *} pex_init (int @var{flags}, const char *@var{pname}, const c…
39 @var{obj} is returned by a previous call to @code{pex_init}.
90 was set in the call to @code{pex_init}, and the system supports pipes
101 @code{PEX_SAVE_TEMPS} was set in the call to @code{pex_init}.
110 to @code{pex_init} was not @code{NULL}, then the output file name is
167 You must have passed @code{PEX_USE_PIPES} to the @code{pex_init} call
HDpexecute.c54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
HDpex-djgpp.c73 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
HDpex-msdos.c84 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
HDpex-unix.c302 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
HDpex-win32.c111 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
HDfunctions.texi706 @deftypefn Extension {struct pex_obj *} pex_init (int @var{flags}, const char *@var{pname}, const c…
760 You must have passed @code{PEX_USE_PIPES} to the @code{pex_init} call
833 @var{obj} is returned by a previous call to @code{pex_init}.
884 was set in the call to @code{pex_init}, and the system supports pipes
895 @code{PEX_SAVE_TEMPS} was set in the call to @code{pex_init}.
904 to @code{pex_init} was not @code{NULL}, then the output file name is
HDChangeLog421 * pex-msdos.c (pex_init): Use XNEW.
466 (pex_init): Fix last argument to pex_init_common.
/NextBSD/contrib/binutils/libiberty/
HDpexecute.c54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
HDfunctions.texi722 @deftypefn Extension {struct pex_obj *} pex_init (int @var{flags}, const char *@var{pname}, const c…
776 You must have passed @code{PEX_USE_PIPES} to the @code{pex_init} call
862 @var{obj} is returned by a previous call to @code{pex_init}.
922 was set in the call to @code{pex_init}, and the system supports pipes
933 @code{PEX_SAVE_TEMPS} was set in the call to @code{pex_init}.
942 to @code{pex_init} was not @code{NULL}, then the output file name is
HDChangeLog619 * pex-msdos.c (pex_init): Use XNEW.
664 (pex_init): Fix last argument to pex_init_common.
/NextBSD/contrib/binutils/include/
HDlibiberty.h375 extern struct pex_obj *pex_init (int flags, const char *pname,
HDChangeLog395 (pex_init, pex_run, pex_read_output): Declare.
/NextBSD/contrib/gcclibs/include/
HDlibiberty.h368 extern struct pex_obj *pex_init (int flags, const char *pname,
HDChangeLog161 (pex_init, pex_run, pex_read_output): Declare.
/NextBSD/contrib/gcclibs/libiberty/testsuite/
HDtest-pexecute.c202 (((test_pex_tmp = pex_init (FLAGS, "test-pexecute", TEMPBASE)) \ in main()
/NextBSD/contrib/gcc/
HDcollect2.c1554 pex = pex_init (0, "collect2", NULL); in collect_execute()
2043 pex = pex_init (PEX_USE_PIPES, "collect2", NULL); in scan_prog_file()
2198 pex = pex_init (PEX_USE_PIPES, "collect2", NULL); in scan_libraries()
HDgcc.c2958 pex = pex_init (PEX_USE_PIPES | (report_times ? PEX_RECORD_TIMES : 0), in execute()