Lines Matching refs:avalue
139 p_argv = ecif->avalue; in ffi_prep_args()
228 p_argv = ecif->avalue; in ffi_prep_args()
412 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) in ffi_call() argument
418 ecif.avalue = avalue; in ffi_call()
518 void **avalue; in ffi_closure_helper_SYSV() local
528 avalue = alloca(cif->nargs * sizeof(void *)); in ffi_closure_helper_SYSV()
560 avalue[i] = (((char *)pgr) + OFS_INT8); in ffi_closure_helper_SYSV()
565 avalue[i] = (((char *)pgr) + OFS_INT16); in ffi_closure_helper_SYSV()
569 avalue[i] = pgr; in ffi_closure_helper_SYSV()
584 avalue[i] = pfr; in ffi_closure_helper_SYSV()
592 avalue[i] = pgr; in ffi_closure_helper_SYSV()
605 avalue[i] = pfr; in ffi_closure_helper_SYSV()
620 avalue[i] = pgr; in ffi_closure_helper_SYSV()
645 avalue[i] = (((char *)pst) + OFS_INT8); in ffi_closure_helper_SYSV()
650 avalue[i] = (((char *)pst) + OFS_INT16); in ffi_closure_helper_SYSV()
654 avalue[i] = pst; in ffi_closure_helper_SYSV()
676 avalue[i] = pst; in ffi_closure_helper_SYSV()
688 avalue[i] = pst; in ffi_closure_helper_SYSV()
708 avalue[i] = pst; in ffi_closure_helper_SYSV()
713 (closure->fun) (cif, rvalue, avalue, closure->user_data); in ffi_closure_helper_SYSV()