Lines Matching refs:avalue
78 p_argv = ecif->avalue; in ffi_prep_args()
250 /*@dependent@*/ void **avalue) in ffi_call() argument
256 ecif.avalue = avalue; in ffi_call()
350 void **avalue; in ffi_closure_helper_SYSV() local
357 avalue = alloca (cif->nargs * sizeof (void *)); in ffi_closure_helper_SYSV()
392 avalue[i] = p; in ffi_closure_helper_SYSV()
394 avalue[i] = ((char *) p) + sizeof (UINT32) - z; in ffi_closure_helper_SYSV()
408 avalue[i] = (UINT32 *) pfr + (1 ^ freg++); in ffi_closure_helper_SYSV()
410 avalue[i] = (UINT32 *) pfr + freg++; in ffi_closure_helper_SYSV()
414 avalue[i] = pgr + greg; in ffi_closure_helper_SYSV()
416 avalue[i] = (UINT32 *) (pgr + greg) + 1; in ffi_closure_helper_SYSV()
421 avalue[i] = pgr + greg; in ffi_closure_helper_SYSV()
423 avalue[i] = (UINT32 *) (pgr + greg) + 1; in ffi_closure_helper_SYSV()
430 avalue[i] = pgr + greg; in ffi_closure_helper_SYSV()
434 avalue[i] = pfr + (freg >> 1); in ffi_closure_helper_SYSV()
443 avalue[i] = pgr + greg; in ffi_closure_helper_SYSV()
448 (closure->fun) (cif, rvalue, avalue, closure->user_data); in ffi_closure_helper_SYSV()