Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dresrc.c133 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; enumerator
472 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE; in read_rc_file()