Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dresrc.c133 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; variable
314 if (istream_type == ISTREAM_FILE) in open_input_stream()
472 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE; in read_rc_file()
576 if (istream_type == ISTREAM_FILE) in close_input_stream()
DChangeLog-00012024 (istream_type): New static variable.