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

/openbsd-current/gnu/gcc/gcc/
H A Dvmsdbgout.c119 static unsigned int func_table_allocated; variable
1388 if (func_table_in_use == func_table_allocated)
1390 func_table_allocated += FUNC_TABLE_INCREMENT;
1393 func_table_allocated * sizeof (vms_func_node));
1612 func_table_allocated = FUNC_TABLE_INCREMENT;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dvmsdbgout.c103 static unsigned int func_table_allocated; variable
1409 if (func_table_in_use == func_table_allocated)
1411 func_table_allocated += FUNC_TABLE_INCREMENT;
1413 func_table_allocated * sizeof (char *));
1640 func_table_allocated = FUNC_TABLE_INCREMENT;

Completed in 177 milliseconds