Searched refs:argoffset (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ppc-sysv-tdep.c | 80 int argoffset = 2 * tdep->wordsize; in ppc_sysv_abi_push_dummy_call() local 82 int structoffset = argoffset + argspace; in ppc_sysv_abi_push_dummy_call() 130 argoffset = align_up (argoffset, 8); in ppc_sysv_abi_push_dummy_call() 147 write_memory (sp + argoffset, val, len); in ppc_sysv_abi_push_dummy_call() 149 argoffset += 8; in ppc_sysv_abi_push_dummy_call() 164 argoffset = align_up (argoffset, 8); in ppc_sysv_abi_push_dummy_call() 166 write_memory (sp + argoffset, val, len); in ppc_sysv_abi_push_dummy_call() 167 argoffset += 8; in ppc_sysv_abi_push_dummy_call() 208 argoffset = align_up (argoffset, 16); in ppc_sysv_abi_push_dummy_call() 210 write_memory (sp + argoffset, val, 16); in ppc_sysv_abi_push_dummy_call() [all …]
|
| H A D | ia64-tdep.c | 3034 int len, argoffset; in ia64_push_dummy_call() local 3128 argoffset = 0; in ia64_push_dummy_call() 3134 memcpy (val_buf, VALUE_CONTENTS (arg) + argoffset, (len > 8) ? 8 : len); in ia64_push_dummy_call() 3141 argoffset += 8; in ia64_push_dummy_call() 3150 argoffset = 0; in ia64_push_dummy_call() 3155 convert_typed_floating (VALUE_CONTENTS (arg) + argoffset, float_elt_type, in ia64_push_dummy_call() 3159 argoffset += TYPE_LENGTH (float_elt_type); in ia64_push_dummy_call()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-alpha.texi | 369 @item .frame @var{framereg}, @var{frameoffset}, @var{retreg}[, @var{argoffset}] 375 @var{argoffset} parameter is accepted and ignored. It is believed to
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-alpha.texi | 363 @item .frame @var{framereg}, @var{frameoffset}, @var{retreg}[, @var{argoffset}] 369 @var{argoffset} parameter is accepted and ignored. It is believed to
|