HomeSort by: relevance | last modified time | path
    Searched defs:reg_info (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 76 struct reg_info { struct
132 struct reg_info *rinfo;
  /src/external/gpl3/gdb/dist/gdb/python/
py-unwind.c 807 cached_reg_t *reg_info = cached_frame->reg; local
808 cached_reg_t *reg_info_end = reg_info + cached_frame->reg_count;
812 for (; reg_info < reg_info_end; ++reg_info)
814 if (regnum == reg_info->num)
815 return frame_unwind_got_bytes (this_frame, regnum, reg_info->data.get ());
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-unwind.c 807 cached_reg_t *reg_info = cached_frame->reg; local
808 cached_reg_t *reg_info_end = reg_info + cached_frame->reg_count;
812 for (; reg_info < reg_info_end; ++reg_info)
814 if (regnum == reg_info->num)
815 return frame_unwind_got_bytes (this_frame, regnum, reg_info->data.get ());
  /src/external/gpl3/gcc/dist/gcc/
df-scan.cc 449 /* First, grow the reg_info information. If the current size is less than
454 filled with reg_info structures. */
481 struct df_reg_info *reg_info;
484 reg_info = problem_data->reg_pool->allocate ();
485 memset (reg_info, 0, sizeof (struct df_reg_info));
486 df->def_regs[i] = reg_info;
487 reg_info = problem_data->reg_pool->allocate ();
488 memset (reg_info, 0, sizeof (struct df_reg_info));
489 df->use_regs[i] = reg_info;
490 reg_info = problem_data->reg_pool->allocate ()
479 struct df_reg_info *reg_info; local
609 struct df_reg_info **reg_info; local
728 struct df_reg_info *reg_info; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
df-scan.cc 449 /* First, grow the reg_info information. If the current size is less than
454 filled with reg_info structures. */
481 struct df_reg_info *reg_info;
484 reg_info = problem_data->reg_pool->allocate ();
485 memset (reg_info, 0, sizeof (struct df_reg_info));
486 df->def_regs[i] = reg_info;
487 reg_info = problem_data->reg_pool->allocate ();
488 memset (reg_info, 0, sizeof (struct df_reg_info));
489 df->use_regs[i] = reg_info;
490 reg_info = problem_data->reg_pool->allocate ()
479 struct df_reg_info *reg_info; local
609 struct df_reg_info **reg_info; local
728 struct df_reg_info *reg_info; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c 82 struct reg_info { struct
94 struct reg_info *reg_info; member in struct:mtree_entry
246 static void sum_final(struct mtree_writer *, struct reg_info *);
247 static void sum_write(struct archive_string *, struct reg_info *);
836 me->reg_info = calloc(1, sizeof(*me->reg_info));
837 if (me->reg_info == NULL) {
844 me->reg_info->compute_sum = 0;
862 free(me->reg_info);
    [all...]
  /src/external/gpl2/grep/dist/lib/
regex.c 1588 Requires variables fail_stack, regstart, regend, reg_info, and
1641 reg_info[this_reg].word.pointer); \
1643 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1644 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1646 MATCHED_SOMETHING (reg_info[this_reg])); \
1648 EVER_MATCHED_SOMETHING (reg_info[this_reg])); \
1650 PUSH_FAILURE_ELT (reg_info[this_reg].word); \
1708 REG_INFO -- array of information about each subexpression.
1712 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1757 reg_info[this_reg].word = POP_FAILURE_ELT ();
2206 static register_info_type *reg_info; variable
5445 register_info_type *reg_info; local
    [all...]

Completed in 34 milliseconds