Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dppc-sysv-tdep.c83 int structoffset = argoffset + argspace; in ppc_sysv_abi_push_dummy_call() local
253 structoffset = align_up (structoffset, 8); in ppc_sysv_abi_push_dummy_call()
255 write_memory (sp + structoffset, val, len); in ppc_sysv_abi_push_dummy_call()
259 sp + structoffset); in ppc_sysv_abi_push_dummy_call()
260 structoffset += len; in ppc_sysv_abi_push_dummy_call()
294 sp -= (argoffset + structoffset); in ppc_sysv_abi_push_dummy_call()