Lines Matching refs:avalue
76 p_argv = ecif->avalue; in ffi_prep_args()
254 /*@dependent@*/ void **avalue) in ffi_call() argument
260 ecif.avalue = avalue; in ffi_call()
353 void **avalue; in ffi_closure_helper_SYSV() local
361 avalue = alloca (cif->nargs * sizeof (void *)); in ffi_closure_helper_SYSV()
396 avalue[i] = p; in ffi_closure_helper_SYSV()
398 avalue[i] = ((char *) p) + sizeof (UINT32) - z; in ffi_closure_helper_SYSV()
414 avalue[i] = (UINT32 *) pfr + fpair; in ffi_closure_helper_SYSV()
421 avalue[i] = (UINT32 *) pfr + (1 ^ freg); in ffi_closure_helper_SYSV()
424 avalue[i] = (UINT32 *) pfr + freg; in ffi_closure_helper_SYSV()
431 avalue[i] = pgr + greg; in ffi_closure_helper_SYSV()
433 avalue[i] = (UINT32 *) (pgr + greg) + 1; in ffi_closure_helper_SYSV()
438 avalue[i] = pgr + greg; in ffi_closure_helper_SYSV()
440 avalue[i] = (UINT32 *) (pgr + greg) + 1; in ffi_closure_helper_SYSV()
447 avalue[i] = pgr + greg; in ffi_closure_helper_SYSV()
450 avalue[i] = pfr + (freg >> 1); in ffi_closure_helper_SYSV()
459 avalue[i] = pgr + greg; in ffi_closure_helper_SYSV()
464 (closure->fun) (cif, rvalue, avalue, closure->user_data); in ffi_closure_helper_SYSV()