Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c3789 int nested_funcs_size; in scan_unit_for_symbols() local
3795 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()
H A DChangeLog-2005816 (scan_unit_for_symbols): New locals nested_funcs, nested_funcs_size.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c3863 int nested_funcs_size; in scan_unit_for_symbols() local
3869 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()
H A DChangeLog-2005816 (scan_unit_for_symbols): New locals nested_funcs, nested_funcs_size.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2005816 (scan_unit_for_symbols): New locals nested_funcs, nested_funcs_size.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-2005816 (scan_unit_for_symbols): New locals nested_funcs, nested_funcs_size.