Home | History | Annotate | Download | only in bfd

Lines Matching defs:section_count

3058 		  abfd->section_count--;
5833 unsigned int section_count;
5850 for (section = ibfd->sections, section_count = 0;
5861 ++section_count;
5868 amt += ((bfd_size_type) section_count - 1) * sizeof (asection *);
5907 if (section_count == 0)
5953 sections = (asection **) bfd_malloc2 (section_count, sizeof (asection *));
6026 if (j == section_count)
6031 BFD_ASSERT (j == section_count);
6035 if (isec == section_count)
6041 map->count = section_count;
6122 for (j = 0; j < section_count; j++)
6192 if (isec < section_count)
6198 amt += ((bfd_size_type) section_count - 1) * sizeof (asection *);
6219 while (isec < section_count);
6293 unsigned int section_count;
6300 for (section = ibfd->sections, section_count = 0;
6309 section_count++;
6316 if (section_count != 0)
6317 amt += ((bfd_size_type) section_count - 1) * sizeof (asection *);
6366 if (section_count != 0)
6398 if (isec == section_count)
6415 map->count = section_count;