Home
last modified time | relevance | path

Searched refs:amd64_windows_dummy_call_integer_regs (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Damd64-windows-tdep.c38 static int amd64_windows_dummy_call_integer_regs[] = variable
259 if (reg_idx < ARRAY_SIZE (amd64_windows_dummy_call_integer_regs)) in amd64_windows_push_arguments()
265 amd64_windows_dummy_call_integer_regs[reg_idx]); in amd64_windows_push_arguments()
277 amd64_windows_dummy_call_integer_regs[reg_idx]); in amd64_windows_push_arguments()
329 const int arg_regnum = amd64_windows_dummy_call_integer_regs[0]; in amd64_windows_push_dummy_call()
337 sp -= ARRAY_SIZE (amd64_windows_dummy_call_integer_regs) * 8; in amd64_windows_push_dummy_call()
DChangeLog-201010672 (amd64_windows_dummy_call_integer_regs): New static global.
DChangeLog-20133405 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):