Home
last modified time | relevance | path

Searched refs:total_subspaces (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/bfd/
Dsom.c2079 unsigned int total_subspaces = 0; in setup_sections() local
2235 total_subspaces++; in setup_sections()
2347 if (_bfd_mul_overflow (total_subspaces, sizeof (asection *), &amt)) in setup_sections()
2364 qsort (subspace_sections, total_subspaces, in setup_sections()
2369 for (i = 0; i < total_subspaces; i++) in setup_sections()
3521 unsigned int total_subspaces = 0; in som_begin_writing() local
3755 subsection->target_index = total_subspaces++; in som_begin_writing()
3820 subsection->target_index = total_subspaces++; in som_begin_writing()
DChangeLog-94954178 total_subspaces when writing the unloadable subspaces.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dsom.c2079 unsigned int total_subspaces = 0; in setup_sections() local
2235 total_subspaces++; in setup_sections()
2347 if (_bfd_mul_overflow (total_subspaces, sizeof (asection *), &amt)) in setup_sections()
2364 qsort (subspace_sections, total_subspaces, in setup_sections()
2369 for (i = 0; i < total_subspaces; i++) in setup_sections()
3521 unsigned int total_subspaces = 0; in som_begin_writing() local
3755 subsection->target_index = total_subspaces++; in som_begin_writing()
3820 subsection->target_index = total_subspaces++; in som_begin_writing()
DChangeLog-94954178 total_subspaces when writing the unloadable subspaces.