Searched refs:PEX_SEARCH (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | pex-djgpp.c | 205 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()
|
D | pexecute.c | 69 | ((flags & PEXECUTE_SEARCH) != 0 ? PEX_SEARCH : 0)), in pexecute()
|
D | pex-unix.c | 551 if (flags & PEX_SEARCH) in pex_unix_exec_child() 670 if ((flags & PEX_SEARCH) != 0) in pex_unix_exec_child()
|
D | pex-win32.c | 851 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()
|
D | pexecute.txh | 58 @vindex PEX_SEARCH 59 @item PEX_SEARCH 294 combination of @code{PEX_SEARCH}, @code{PEX_STDERR_TO_STDOUT}, and
|
D | functions.texi | 957 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/ |
D | libiberty.h | 417 #define PEX_SEARCH 0x2 macro
|
D | ChangeLog | 1768 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | spuelf.em | 405 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,
|