Lines Matching defs:sets
5781 /* Returns true and sets cu and cu_base if the given Dwarf is a split
11374 /* Returns true and sets split DWARF CU id if there is a split compile
12331 /* Sort register sets by layout offset of the first register in the set. */
12371 /* Sort to collect the sets together. */
12389 /* Collect the unique sets and sort them. */
12390 struct register_info *sets[maxreg + 1];
12391 sets[0] = ®s[0];
12396 sets[nsets++] = ®s[i];
12397 qsort (sets, nsets, sizeof sets[0], &compare_register_sets);
12399 /* Write out all the sets. */
12406 for (end = sets[i]; same_set (sets[i], end, regs, maxnreg); ++end)
12413 for (const struct register_info *reg = sets[i];