Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dvmsdbgout.c119 static unsigned int func_table_allocated; variable
1386 if (func_table_in_use == func_table_allocated) in vmsdbgout_begin_function()
1388 func_table_allocated += FUNC_TABLE_INCREMENT; in vmsdbgout_begin_function()
1391 func_table_allocated * sizeof (vms_func_node)); in vmsdbgout_begin_function()
1610 func_table_allocated = FUNC_TABLE_INCREMENT; in vmsdbgout_init()