Home
last modified time | relevance | path

Searched refs:arg_reg_buffer (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dalpha-tdep.c271 char arg_reg_buffer[ALPHA_REGISTER_SIZE * ALPHA_NUM_ARG_REGS]; in alpha_push_dummy_call() local
313 if (accumulate_size < sizeof (arg_reg_buffer) in alpha_push_dummy_call()
372 if (accumulate_size < sizeof(arg_reg_buffer)) in alpha_push_dummy_call()
375 accumulate_size -= sizeof(arg_reg_buffer); in alpha_push_dummy_call()
389 if (offset < sizeof(arg_reg_buffer)) in alpha_push_dummy_call()
391 if (offset + len <= sizeof(arg_reg_buffer)) in alpha_push_dummy_call()
393 memcpy (arg_reg_buffer + offset, contents, len); in alpha_push_dummy_call()
398 int tlen = sizeof(arg_reg_buffer) - offset; in alpha_push_dummy_call()
399 memcpy (arg_reg_buffer + offset, contents, tlen); in alpha_push_dummy_call()
407 write_memory (sp + offset - sizeof(arg_reg_buffer), contents, len); in alpha_push_dummy_call()
[all …]
DChangeLog-20038503 from arg_reg_buffer to regcache to avoid double conversion.