Home
last modified time | relevance | path

Searched refs:PEX_BINARY_OUTPUT (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dpexecute.txh72 @vindex PEX_BINARY_OUTPUT
75 @itemx PEX_BINARY_OUTPUT
81 @code{pex_run} using @code{PEX_BINARY_OUTPUT} should be followed by a
174 If @var{flags} includes @code{PEX_BINARY_OUTPUT}, open the stream in
176 @code{PEX_BINARY_OUTPUT} in @var{flags} has no effect on Unix.
295 @code{PEX_BINARY_OUTPUT}. @var{outname} is interpreted as if
Dpex-common.c256 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0) in pex_run_in_environment()
270 (flags & PEX_BINARY_OUTPUT) != 0, in pex_run_in_environment()
400 f = fopen (name, (flags & PEX_BINARY_OUTPUT) ? "wb" : "w"); in pex_input_file()
Dfunctions.texi897 If @var{flags} includes @code{PEX_BINARY_OUTPUT}, open the stream in
899 @code{PEX_BINARY_OUTPUT} in @var{flags} has no effect on Unix.
958 @code{PEX_BINARY_OUTPUT}. @var{outname} is interpreted as if
1031 @vindex PEX_BINARY_OUTPUT
1034 @itemx PEX_BINARY_OUTPUT
1040 @code{pex_run} using @code{PEX_BINARY_OUTPUT} should be followed by a
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h434 #define PEX_BINARY_OUTPUT 0x20 macro
DChangeLog1769 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.