Home | History | Annotate | Download | only in bfd

Lines Matching refs:module_count

1930   dst->module_count = bfd_getb32 (src->module_count);
5969 if (_bfd_mul_overflow (lst_header->module_count,
5977 if (som_dict == NULL && lst_header->module_count != 0)
6035 if (ndx >= lst_header->module_count)
6086 if (ndx >= lst_header->module_count)
6323 unsigned int module_count;
6336 module_count = bfd_getb32 (lst.module_count);
6337 if (_bfd_mul_overflow (module_count,
6344 if (som_dict == NULL && module_count != 0)
6487 + module_count * sizeof (struct som_external_som_entry)
6541 amt = (size_t) module_count * sizeof (struct som_external_som_entry);
6591 unsigned int module_count;
6622 module_count = 0;
6628 module_count++;
6631 bfd_putb32 (module_count, &lst.module_count);
6632 bfd_putb32 (module_count, &lst.module_limit);
6634 lst_size += sizeof (struct som_external_som_entry) * module_count;