Home | History | Annotate | Download | only in bfd

Lines Matching defs:section_count

281   unsigned int section_count;		/* Number of GSD sections.  */
510 int section_count = 0;
598 BFD_ASSERT (section_count < 999);
599 sprintf (name, "$%s_%03d$", pfx, section_count++);
1190 if (PRIV (section_count) >= PRIV (section_max))
1202 section_count)] = section;
1203 PRIV (section_count)++;
1764 if ((unsigned int) psect >= PRIV (section_count))
3960 if (abfd->section_count > 0) /* we have sections */
4981 if (cur_psect < 0 || cur_psect > (int)PRIV (section_count))