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

/haiku-buildtools/gcc/gcc/
H A Dvmsdbgout.c131 static unsigned int line_info_table_allocated; variable
1392 if (line_info_table_in_use == line_info_table_allocated)
1394 line_info_table_allocated += LINE_INFO_TABLE_INCREMENT;
1396 line_info_table_allocated);
1465 line_info_table_allocated = LINE_INFO_TABLE_INCREMENT;
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarf2out.c2372 static unsigned line_info_table_allocated; variable
9916 if (line_info_table_in_use == line_info_table_allocated)
9918 line_info_table_allocated += LINE_INFO_TABLE_INCREMENT;
9922 (line_info_table_allocated
10030 line_info_table_allocated = LINE_INFO_TABLE_INCREMENT;

Completed in 179 milliseconds