Searched refs:group_count (Results 1 – 6 of 6) sorted by relevance
528 int group_count = 0; in netfilter_activate() local547 if (group_count == 32) { in netfilter_activate()563 groups[group_count++] = (unsigned short) group_id; in netfilter_activate()580 if (!group_count) { in netfilter_activate()582 group_count = 1; in netfilter_activate()653 for (i = 0; i < group_count; i++) { in netfilter_activate()683 for (i = 0; i < group_count; i++) { in netfilter_activate()
581 (group_count): New.583 (process_section_groups): Populate group_count, section_groups
1157 * readelf.c (group_count): Don't initialize it.1159 section groups. Set group_count to 0 before counting group
315 size_t group_count; member8446 filedata->group_count = 0; in process_section_groups()8451 filedata->group_count++; in process_section_groups()8453 if (filedata->group_count == 0) in process_section_groups()8467 filedata->section_groups = (struct group *) calloc (filedata->group_count, in process_section_groups()8472 error (_("Out of memory reading %zu groups\n"), filedata->group_count); in process_section_groups()22954 for (i = 0; i < filedata->group_count; i++) in free_filedata()
1394 (dynamic_section, symtab_shndx_list, group_count, section_groups),
19481 int *group_count) in force_new_group() argument19501 *group_count ,can_issue_more); in force_new_group()19548 (*group_count)++; in force_new_group()19566 (*group_count)++; in force_new_group()19587 (*group_count)--; in force_new_group()19591 *group_count, can_issue_more); in force_new_group()19635 int group_count = 0; in redefine_groups() local19661 return group_count + 1; in redefine_groups()19673 &group_count); in redefine_groups()19677 group_count++; in redefine_groups()[all …]