Searched refs:fde_table_allocated (Results 1 – 2 of 2) sorted by relevance
271 static unsigned fde_table_allocated; variable2127 if (fde_table_in_use == fde_table_allocated)2129 fde_table_allocated += FDE_TABLE_INCREMENT;2132 fde_table_allocated * sizeof (dw_fde_node));2185 fde_table_allocated = FDE_TABLE_INCREMENT; in dwarf2out_frame_init()
304 static GTY(()) unsigned fde_table_allocated;2559 if (fde_table_in_use == fde_table_allocated) in dwarf2out_begin_prologue()2561 fde_table_allocated += FDE_TABLE_INCREMENT; in dwarf2out_begin_prologue()2563 fde_table_allocated * sizeof (dw_fde_node)); in dwarf2out_begin_prologue()2623 fde_table_allocated = FDE_TABLE_INCREMENT; in dwarf2out_frame_init()