Searched refs:PEX_BINARY_OUTPUT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-common.c256 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0)
270 (flags & PEX_BINARY_OUTPUT) != 0);
398 f = fopen (name, (flags & PEX_BINARY_OUTPUT) ? "wb" : "w");
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dlibiberty.h398 PEX_BINARY_OUTPUT have to match appropriately--i.e., a call using
399 PEX_BINARY_OUTPUT should be followed by a call using
401 #define PEX_BINARY_OUTPUT 0x20 macro

Completed in 104 milliseconds