Searched refs:pex_init (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | pex-one.c | 31 obj = pex_init (0, pname, NULL); in pex_one()
|
D | pexecute.c | 54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
|
D | pexecute.txh | 2 @deftypefn Extension {struct pex_obj *} pex_init (int @var{flags}, @ 42 @var{obj} is returned by a previous call to @code{pex_init}. 102 was set in the call to @code{pex_init}, and the system supports pipes 113 @code{PEX_SAVE_TEMPS} was set in the call to @code{pex_init}. 122 to @code{pex_init} was not @code{NULL}, then the output file name is 184 You must have passed @code{PEX_USE_PIPES} to the @code{pex_init} call
|
D | pex-djgpp.c | 73 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
|
D | pex-msdos.c | 84 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
|
D | pex-unix.c | 336 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
|
D | functions.texi | 851 @deftypefn Extension {struct pex_obj *} pex_init (int @var{flags}, @ 908 You must have passed @code{PEX_USE_PIPES} to the @code{pex_init} call 1001 @var{obj} is returned by a previous call to @code{pex_init}. 1061 was set in the call to @code{pex_init}, and the system supports pipes 1072 @code{PEX_SAVE_TEMPS} was set in the call to @code{pex_init}. 1081 to @code{pex_init} was not @code{NULL}, then the output file name is
|
D | ChangeLog | 2610 * pex-msdos.c (pex_init): Use XNEW. 2655 (pex_init): Fix last argument to pex_init_common.
|
/toolchain/binutils/binutils-2.27/include/ |
D | libiberty.h | 408 extern struct pex_obj *pex_init (int flags, const char *pname,
|
D | ChangeLog-0415 | 343 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init): 1841 (pex_init, pex_run, pex_read_output): Declare.
|
/toolchain/binutils/binutils-2.27/libiberty/testsuite/ |
D | test-pexecute.c | 202 (((test_pex_tmp = pex_init (FLAGS, "test-pexecute", TEMPBASE)) \ in main()
|