Searched refs:value_set_word (Results 1 – 10 of 10) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/ia64/ |
D | fetch.c | 118 value_set_word(valuep, value); in allocate_stack_slot() 150 value_set_word(valuep, ret); in allocate_reg() 372 value_set_word(valuep, ctx->r8); in allocate_ret() 386 value_set_word(valuep, 0); in arch_fetch_arg_next()
|
/external/ltrace/ |
D | fetch.c | 85 value_set_word(valuep, l); in arch_fetch_arg_next() 95 value_set_word(valuep, l); in arch_fetch_retval()
|
D | zero.c | 50 value_set_word(ret_value, i); in zero_callback_max()
|
D | value.h | 101 void value_set_word(struct value *valp, long value);
|
D | expr.c | 72 value_set_word(&val, l); in expr_init_const_word()
|
D | value.c | 339 value_set_word(struct value *value, long word) in value_set_word() function
|
D | read_config_file.c | 874 value_set_word(value, last_val); in parse_enum()
|
/external/ltrace/sysdeps/linux-gnu/m68k/ |
D | fetch.c | 86 value_set_word(&context->retval, context->regs[PT_A1]); in arch_fetch_arg_init() 127 value_set_word(valuep, context->regs[reg]); in arch_fetch_arg_next()
|
/external/ltrace/sysdeps/linux-gnu/s390/ |
D | fetch.c | 154 value_set_word(valuep, ctx->regs.gprs[regno]); in copy_gpr() 231 value_set_word(valuep, 0); in arch_fetch_arg_next()
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
D | fetch.c | 285 value_set_word(valuep, 0); in allocate_argument()
|