Home
last modified time | relevance | path

Searched refs:pex_run (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dpexecute.txh34 @deftypefn Extension {const char *} pex_run (struct pex_obj *@var{obj}, @
55 (described below). After a call to @code{pex_run} with this bit set,
56 @var{pex_run} may no longer be called with the same @var{obj}.
81 @code{pex_run} using @code{PEX_BINARY_OUTPUT} should be followed by a
152 as for @code{pex_run}.
168 @code{pex_run} uses to choose output file names, based on
172 @code{pex_run} closes it automatically.
229 @code{PEX_LAST} should not be used in a call to @code{pex_run}. After
230 this is called, @code{pex_run} may no longer be called with the same
242 @code{PEX_LAST} should not be used in a call to @code{pex_run}. After
[all …]
Dpex-one.c32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err); in pex_one()
Dpexecute.c67 errmsg = pex_run (pex, in pexecute()
Dfunctions.texi828 to @code{pex_run}. Returns 0 on error, 1 on success.
839 order of the calls to @code{pex_run}. Returns 0 on error, 1 on
891 @code{pex_run} uses to choose output file names, based on
895 @code{pex_run} closes it automatically.
956 for a call to @code{pex_run}. @var{flags} is restricted to a
970 @code{PEX_LAST} should not be used in a call to @code{pex_run}. After
971 this is called, @code{pex_run} may no longer be called with the same
984 @code{PEX_LAST} should not be used in a call to @code{pex_run}. After
985 this is called, @code{pex_run} may no longer be called with the same
993 @deftypefn Extension {const char *} pex_run (struct pex_obj *@var{obj}, @
[all …]
Dpex-common.c370 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run() function
DChangeLog1976 (pex_run): Close any file opened by pex_input_file.
1992 (pex_run): Use it.
2018 * pex-common.c (pex_run): Simplify output name handling.
2293 (pex_run): Likewise.
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h504 extern const char *pex_run (struct pex_obj *obj, int flags,
DChangeLog1770 (pex_init, pex_run, pex_read_output): Declare.
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Dtest-pexecute.c215 pex_run_err = pex_run (PEXOBJ, FLAGS, EXECUTABLE, ARGV, OUTNAME, \ in main()