Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dpex-common.c63 obj->next_input_name = NULL; in pex_init_common()
184 if (obj->next_input_name != NULL) in pex_run_in_environment()
191 in = obj->funcs->open_read (obj, obj->next_input_name, in pex_run_in_environment()
201 free (obj->next_input_name); in pex_run_in_environment()
204 obj->next_input_name = NULL; in pex_run_in_environment()
250 obj->next_input_name = outname; in pex_run_in_environment()
390 || obj->next_input_name) in pex_input_file()
408 obj->next_input_name = name; in pex_input_file()
434 || obj->next_input_name) in pex_input_pipe()
465 if (obj->next_input_name != NULL) in pex_read_output()
[all …]
Dpex-common.h65 char *next_input_name; member