Searched refs:mod_count (Results 1 – 5 of 5) sorted by relevance
745 int mod_count[4]; in rf_CheckLabels() local781 mod_count[0] = mod_count[1] = mod_count[2] = mod_count[3] = 0; in rf_CheckLabels()807 mod_count[i]++; in rf_CheckLabels()814 mod_count[num_mod] = 1; in rf_CheckLabels()829 printf("%d %d\n", mod_values[i], mod_count[i]); in rf_CheckLabels()870 if ((mod_count[0] == 1) || (mod_count[1] == 1)) { in rf_CheckLabels()872 if (mod_count[1] > mod_count[0]) { in rf_CheckLabels()874 } else if (mod_count[1] < mod_count[0]) { in rf_CheckLabels()
30 unsigned int mod_count; member45 bfd_byte mod_count[4]; member
287 static int mod_count; /* Number of elements used */ variable628 for (mod = mod_list; mod < &mod_list[mod_count]; ++mod) in history()1016 if (mod_count == mod_max) in save_module()1026 mod_list[mod_count++] = xstrdup (module); in save_module()1459 for (cpp = mod_list, count = mod_count; count; cpp++, count--) in select_hrec()
71 uint16_t mod_count; member3969 source->mod_count++; in create_module_info_substream()3976 source->mods = xmalloc (source->mod_count in create_module_info_substream()3979 source->mod_count * sizeof (struct mod_source_files)); in create_module_info_substream()3996 for (unsigned int i = 0; i < source->mod_count; i++) in create_module_info_substream()4012 for (unsigned int i = 0; i < source->mod_count; i++) in create_module_info_substream()4272 for (uint16_t i = 0; i < source->mod_count; i++) in create_source_info_substream()4291 *size += (sizeof (uint16_t) + sizeof (uint16_t)) * source->mod_count; in create_source_info_substream()4301 bfd_putl16 (source->mod_count, ptr); in create_source_info_substream()4310 for (uint16_t i = 0; i < source->mod_count; i++) in create_source_info_substream()[all …]