Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dxstormy16-tdep.c237 CORE_ADDR stack_dest = sp; in xstormy16_push_dummy_call() local
274 stack_dest = xstormy16_frame_align (gdbarch, stack_dest); in xstormy16_push_dummy_call()
287 write_memory (stack_dest, val, typelen + slacklen); in xstormy16_push_dummy_call()
288 stack_dest += typelen + slacklen; in xstormy16_push_dummy_call()
292 write_memory (stack_dest, buf, xstormy16_pc_size); in xstormy16_push_dummy_call()
293 stack_dest += xstormy16_pc_size; in xstormy16_push_dummy_call()
296 regcache_cooked_write_unsigned (regcache, E_SP_REGNUM, stack_dest); in xstormy16_push_dummy_call()
300 return stack_dest - xstormy16_pc_size; in xstormy16_push_dummy_call()