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

/freebsd-9.3-release/contrib/gcc/
H A Dcfglayout.c240 static GTY(()) varray_type file_locators_files;
265 VARRAY_CHAR_PTR_INIT (file_locators_files, 32, "file_locators_files");
314 VARRAY_PUSH_CHAR_PTR (file_locators_files, (char *) file_name);
523 return VARRAY_CHAR_PTR (file_locators_files, min);
237 static GTY(()) varray_type file_locators_files; variable

Completed in 62 milliseconds