HomeSort by relevance Sort by last modified time
    Searched refs:value_set_word (Results 1 - 10 of 10) sorted by null

  /external/ltrace/
fetch.c 85 value_set_word(valuep, l);
95 value_set_word(valuep, l);
zero.c 50 value_set_word(ret_value, i);
value.h 101 void value_set_word(struct value *valp, long value);
expr.c 72 value_set_word(&val, l);
value.c 319 * strings. Those weren't stored by value_set_word, they might still
339 value_set_word(struct value *value, long word) function
read_config_file.c 874 value_set_word(value, last_val);
  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 118 value_set_word(valuep, value);
150 value_set_word(valuep, ret);
372 value_set_word(valuep, ctx->r8);
386 value_set_word(valuep, 0);
  /external/ltrace/sysdeps/linux-gnu/m68k/
fetch.c 86 value_set_word(&context->retval, context->regs[PT_A1]);
127 value_set_word(valuep, context->regs[reg]);
  /external/ltrace/sysdeps/linux-gnu/s390/
fetch.c 154 value_set_word(valuep, ctx->regs.gprs[regno]);
231 value_set_word(valuep, 0);
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 285 value_set_word(valuep, 0);

Completed in 153 milliseconds