Searched refs:pex_init (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | pex-one.c | 31 obj = pex_init (0, pname, NULL); in pex_one()
|
| HD | pexecute.txh | 2 @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
|
| HD | pexecute.c | 54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
|
| HD | pex-djgpp.c | 73 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
|
| HD | pex-msdos.c | 84 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
|
| HD | pex-unix.c | 302 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
|
| HD | pex-win32.c | 111 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
|
| HD | functions.texi | 706 @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
|
| HD | ChangeLog | 421 * pex-msdos.c (pex_init): Use XNEW. 466 (pex_init): Fix last argument to pex_init_common.
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | pexecute.c | 54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
|
| HD | functions.texi | 722 @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
|
| HD | ChangeLog | 619 * pex-msdos.c (pex_init): Use XNEW. 664 (pex_init): Fix last argument to pex_init_common.
|
| /NextBSD/contrib/binutils/include/ |
| HD | libiberty.h | 375 extern struct pex_obj *pex_init (int flags, const char *pname,
|
| HD | ChangeLog | 395 (pex_init, pex_run, pex_read_output): Declare.
|
| /NextBSD/contrib/gcclibs/include/ |
| HD | libiberty.h | 368 extern struct pex_obj *pex_init (int flags, const char *pname,
|
| HD | ChangeLog | 161 (pex_init, pex_run, pex_read_output): Declare.
|
| /NextBSD/contrib/gcclibs/libiberty/testsuite/ |
| HD | test-pexecute.c | 202 (((test_pex_tmp = pex_init (FLAGS, "test-pexecute", TEMPBASE)) \ in main()
|
| /NextBSD/contrib/gcc/ |
| HD | collect2.c | 1554 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()
|
| HD | gcc.c | 2958 pex = pex_init (PEX_USE_PIPES | (report_times ? PEX_RECORD_TIMES : 0), in execute()
|