Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/bfd/
H A Ddwarf2.c2108 int nested_funcs_size; in scan_unit_for_symbols() local
2112 nested_funcs_size = 32; in scan_unit_for_symbols()
2114 bfd_malloc (nested_funcs_size * sizeof (struct funcinfo *)); in scan_unit_for_symbols()
2326 if (nesting_level >= nested_funcs_size) in scan_unit_for_symbols()
2330 nested_funcs_size *= 2; in scan_unit_for_symbols()
2333 nested_funcs_size * sizeof (struct funcinfo *)); in scan_unit_for_symbols()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A 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()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Ddwarf2.c3171 int nested_funcs_size; in scan_unit_for_symbols() local
3175 nested_funcs_size = 32; in scan_unit_for_symbols()
3177 bfd_malloc (nested_funcs_size * sizeof (*nested_funcs)); in scan_unit_for_symbols()
3421 if (nesting_level >= nested_funcs_size) in scan_unit_for_symbols()
3425 nested_funcs_size *= 2; in scan_unit_for_symbols()
3428 nested_funcs_size * sizeof (*nested_funcs)); in scan_unit_for_symbols()