Searched refs:nested_funcs_size (Results 1 – 6 of 6) sorted by relevance
3789 int nested_funcs_size; in scan_unit_for_symbols() local3795 nested_funcs_size = 32; in scan_unit_for_symbols()3797 bfd_malloc (nested_funcs_size * sizeof (*nested_funcs)); in scan_unit_for_symbols()3910 if (nesting_level >= nested_funcs_size) in scan_unit_for_symbols()3914 nested_funcs_size *= 2; in scan_unit_for_symbols()3917 nested_funcs_size * sizeof (*nested_funcs)); in scan_unit_for_symbols()
816 (scan_unit_for_symbols): New locals nested_funcs, nested_funcs_size.
3863 int nested_funcs_size; in scan_unit_for_symbols() local3869 nested_funcs_size = 32; in scan_unit_for_symbols()3871 bfd_malloc (nested_funcs_size * sizeof (*nested_funcs)); in scan_unit_for_symbols()3984 if (nesting_level >= nested_funcs_size) in scan_unit_for_symbols()3988 nested_funcs_size *= 2; in scan_unit_for_symbols()3991 nested_funcs_size * sizeof (*nested_funcs)); in scan_unit_for_symbols()