Lines Matching defs:set
177 /* Flags set by the option controlling the output. */
230 /* True if any of the control options except print_archive_index is set. */
3524 Bitmask Size: %zu bytes %" PRIuFAST32 "%% bits set 2nd hash shift: %u\n"),
3777 when lowest bit is not set, or a string
3778 when the lowest bit is set.
6302 const char *set;
6305 ssize_t n = ebl_register_info (ebl, regno, name, REGNAMESZ, &pfx, &set,
6317 set = "??? unrecognized";
6327 return set;
9040 printf (_(" set address to "));
9082 printf (_(" set discriminator to %u\n"), u128);
9109 printf (_(" set inlined context %u,"
9133 printf (_(" set function name %s (0x%x)\n"),
9189 printf (_(" set file to %" PRIu64 "\n"),
9200 printf (_(" set column to %" PRIu64 "\n"),
9207 printf (_(" set '%s' to %" PRIuFAST8 "\n"),
9213 puts (_(" set basic block flag"));
9254 puts (_(" set prologue end flag"));
9259 puts (_(" set epilogue begin flag"));
9269 printf (_(" set isa to %u\n"), u128);
12146 /* This set of items consumed a certain amount of the note's data.
12291 const char *set;
12314 /* Sort registers by set, and by size and layout offset within each set. */
12327 return ((r1->set == r2->set ? 0 : strcmp (r1->set, r2->set))
12331 /* Sort register sets by layout offset of the first register in the set. */
12349 && (a->set == b->set || !strcmp (a->set, b->set)));
12384 info->set = register_info (ebl, reg, ®locs[i],
12403 /* Find the longest name of a register in this set. */