Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dpex-djgpp.c205 status = (((flags & PEX_SEARCH) != 0 ? spawnvpe : spawnve) in pex_djgpp_exec_child()
208 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
214 *errmsg = ((flags & PEX_SEARCH) != 0) ? "spawnvp" : "spawnv"; in pex_djgpp_exec_child()
Dpexecute.c69 | ((flags & PEXECUTE_SEARCH) != 0 ? PEX_SEARCH : 0)), in pexecute()
Dpex-unix.c551 if (flags & PEX_SEARCH) in pex_unix_exec_child()
670 if ((flags & PEX_SEARCH) != 0) in pex_unix_exec_child()
Dpex-win32.c851 pid = win32_spawn (executable, (flags & PEX_SEARCH) != 0, in pex_win32_exec_child()
978 …printf ("%ld\n", (long) pex_win32_exec_child (NULL, PEX_SEARCH, argv[0], argv, NULL, 0, 0, 1, 2, &… in main()
Dpexecute.txh58 @vindex PEX_SEARCH
59 @item PEX_SEARCH
294 combination of @code{PEX_SEARCH}, @code{PEX_STDERR_TO_STDOUT}, and
Dfunctions.texi957 combination of @code{PEX_SEARCH}, @code{PEX_STDERR_TO_STDOUT}, and
1017 @vindex PEX_SEARCH
1018 @item PEX_SEARCH
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h417 #define PEX_SEARCH 0x2 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,