Lines Matching defs:group
1985 /* The option in this group has both Enable/Disable settings.
3692 struct nds32_relocs_group *group, *new;
3729 group = nds32_relax_hint_current;
3730 if (!group)
3734 while (group->next != NULL)
3735 group = group->next;
3736 group->next = new;
4305 /* Build instruction pattern to relax. There are two type group pattern
4314 struct nds32_relocs_group *group;
4339 group = nds32_relax_hint_current;
4340 while (group)
4343 group->pattern, fragP);
4344 group = group->next;
4346 nds32_relax_hint_current = group;