Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarf2out.c271 static unsigned fde_table_allocated; variable
2127 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()
/openbsd/src/gnu/gcc/gcc/
Ddwarf2out.c304 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()