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

/freebsd-9.3-release/contrib/gcc/
H A Dvmsdbgout.c139 static unsigned int line_info_table_allocated; variable
1550 if (line_info_table_in_use == line_info_table_allocated)
1552 line_info_table_allocated += LINE_INFO_TABLE_INCREMENT;
1554 (line_info_table_allocated
1618 line_info_table_allocated = LINE_INFO_TABLE_INCREMENT;
H A Ddwarf2out.c3925 static GTY((length ("line_info_table_allocated"))) variable
3929 static GTY(()) unsigned line_info_table_allocated;
13874 if (line_info_table_in_use == line_info_table_allocated)
13876 line_info_table_allocated += LINE_INFO_TABLE_INCREMENT;
13879 (line_info_table_allocated
14000 line_info_table_allocated = LINE_INFO_TABLE_INCREMENT;

Completed in 136 milliseconds