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

/freebsd-9.3-release/contrib/gcc/
H A Dvmsdbgout.c98 static unsigned int file_info_table_allocated; variable
1510 if (file_info_table_in_use == file_info_table_allocated)
1513 file_info_table_allocated += FILE_TABLE_INCREMENT;
1515 (file_info_table_allocated
1606 file_info_table_allocated = FILE_TABLE_INCREMENT;

Completed in 41 milliseconds