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

/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-common.c63 obj->next_input_name = NULL;
182 if (obj->next_input_name != NULL)
189 in = obj->funcs->open_read (obj, obj->next_input_name,
199 free (obj->next_input_name);
202 obj->next_input_name = NULL;
248 obj->next_input_name = outname;
357 || obj->next_input_name)
375 obj->next_input_name = name;
401 || obj->next_input_name)
432 if (obj->next_input_name !
[all...]
H A Dpex-common.h59 char *next_input_name; member in struct:pex_obj
60 /* Whether next_input_name was allocated using malloc. */

Completed in 98 milliseconds