Lines Matching defs:module_count
1930 dst->module_count = bfd_getb32 (src->module_count);
5973 amt = lst_header->module_count * sizeof (struct som_external_som_entry);
6307 unsigned int module_count;
6316 module_count = bfd_getb32 (lst.module_count);
6317 amt = module_count * sizeof (struct som_external_som_entry);
6319 if (som_dict == NULL && module_count != 0)
6452 + module_count * sizeof (struct som_external_som_entry)
6506 amt = module_count * sizeof (struct som_external_som_entry);
6566 unsigned int module_count;
6597 module_count = 0;
6603 module_count++;
6606 bfd_putb32 (module_count, &lst.module_count);
6607 bfd_putb32 (module_count, &lst.module_limit);
6609 lst_size += sizeof (struct som_external_som_entry) * module_count;