Home
last modified time | relevance | path

Searched refs:PEX_LAST (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dpexecute.txh48 @vindex PEX_LAST
49 @item PEX_LAST
101 if @code{PEX_LAST} is not set in @var{flags}, and @code{PEX_USE_PIPES}
105 if @code{PEX_LAST} is set in @var{flags}, and @var{outname} is
111 output. If @code{PEX_LAST} is not set, this file is considered to be
229 @code{PEX_LAST} should not be used in a call to @code{pex_run}. After
242 @code{PEX_LAST} should not be used in a call to @code{pex_run}. After
296 @code{PEX_LAST} were set. On a successful return, @code{*@var{status}} will
Dpexecute.c68 (((flags & PEXECUTE_LAST) != 0 ? PEX_LAST : 0) in pexecute()
Dpex-common.c219 if ((flags & PEX_LAST) != 0) in pex_run_in_environment()
Dfunctions.texi959 @code{PEX_LAST} were set. On a successful return, @code{*@var{status}} will
970 @code{PEX_LAST} should not be used in a call to @code{pex_run}. After
984 @code{PEX_LAST} should not be used in a call to @code{pex_run}. After
1007 @vindex PEX_LAST
1008 @item PEX_LAST
1060 if @code{PEX_LAST} is not set in @var{flags}, and @code{PEX_USE_PIPES}
1064 if @code{PEX_LAST} is set in @var{flags}, and @var{outname} is
1070 output. If @code{PEX_LAST} is not set, this file is considered to be
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Dtest-pexecute.c250 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL); in main()
259 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL); in main()
270 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, "temp.z"); in main()
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h414 #define PEX_LAST 0x1 macro
DChangeLog1768 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dspuelf.em405 pex_return = pex_one (PEX_SEARCH | PEX_LAST, (const char *) argv[0],
545 pex_return = pex_one (PEX_SEARCH | PEX_LAST, cmd[0], (char *const *) cmd,
551 pex_return = pex_one (PEX_SEARCH | PEX_LAST, cmd[0], (char *const *) cmd,