Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dpex-one.c31 obj = pex_init (0, pname, NULL); in pex_one()
Dpexecute.c54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
Dpexecute.txh2 @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
Dpex-djgpp.c73 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
Dpex-msdos.c84 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
Dpex-unix.c336 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() function
Dfunctions.texi851 @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
DChangeLog2610 * pex-msdos.c (pex_init): Use XNEW.
2655 (pex_init): Fix last argument to pex_init_common.
/toolchain/binutils/binutils-2.27/include/
Dlibiberty.h408 extern struct pex_obj *pex_init (int flags, const char *pname,
DChangeLog-0415343 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
1841 (pex_init, pex_run, pex_read_output): Declare.
/toolchain/binutils/binutils-2.27/libiberty/testsuite/
Dtest-pexecute.c202 (((test_pex_tmp = pex_init (FLAGS, "test-pexecute", TEMPBASE)) \ in main()