Lines Matching refs:group
1629 \nCOMDAT section group [%2zu] '%s' with signature '%s' contains %zu entry:\n",
1631 \nCOMDAT section group [%2zu] '%s' with signature '%s' contains %zu entries:\n",
1634 \nSection group [%2zu] '%s' with signature '%s' contains %zu entry:\n", "\
1635 \nSection group [%2zu] '%s' with signature '%s' contains %zu entries:\n",
12057 /* Sort items by group, and by layout offset within each group. */
12066 return ((item1->group == item2->group ? 0
12067 : strcmp (item1->group, item2->group))
12071 /* Sort item groups by layout offset of the first item in the group. */
12121 if (sorted_items[i]->group != sorted_items[i - 1]->group
12122 && strcmp (sorted_items[i]->group, sorted_items[i - 1]->group))
12134 && ((*item)->group == groups[i][0]->group
12135 || !strcmp ((*item)->group, groups[i][0]->group)));
12139 /* Force a line break at the end of the group. */
12419 /* Force a line break at the end of the group. */