Searched refs:pex_run (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | pexecute.txh | 34 @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 …]
|
D | pex-one.c | 32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err); in pex_one()
|
D | pexecute.c | 67 errmsg = pex_run (pex, in pexecute()
|
D | functions.texi | 828 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 …]
|
D | pex-common.c | 370 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run() function
|
D | ChangeLog | 1976 (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/ |
D | libiberty.h | 504 extern const char *pex_run (struct pex_obj *obj, int flags,
|
D | ChangeLog | 1770 (pex_init, pex_run, pex_read_output): Declare.
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-pexecute.c | 215 pex_run_err = pex_run (PEXOBJ, FLAGS, EXECUTABLE, ARGV, OUTNAME, \ in main()
|