Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Ddwarf2.c2459 int nested_funcs_size; in scan_unit_for_symbols() local
2463 nested_funcs_size = 32; in scan_unit_for_symbols()
2465 bfd_malloc (nested_funcs_size * sizeof (struct funcinfo *)); in scan_unit_for_symbols()
2692 if (nesting_level >= nested_funcs_size) in scan_unit_for_symbols()
2696 nested_funcs_size *= 2; in scan_unit_for_symbols()
2699 nested_funcs_size * sizeof (struct funcinfo *)); in scan_unit_for_symbols()
DChangeLog-2005816 (scan_unit_for_symbols): New locals nested_funcs, nested_funcs_size.