Lines Matching refs:avalue
434 p_argv.v = ecif->avalue; in ffi_prep_args_SYSV()
694 void ** avalue; in ffi_closure_helper_SYSV() local
706 avalue = alloca (cif->nargs * sizeof (void *)); in ffi_closure_helper_SYSV()
749 avalue[i] = pfr; in ffi_closure_helper_SYSV()
755 avalue[i] = pst; in ffi_closure_helper_SYSV()
763 avalue[i] = pfr; in ffi_closure_helper_SYSV()
771 avalue[i] = pst; in ffi_closure_helper_SYSV()
780 avalue[i] = pfr; in ffi_closure_helper_SYSV()
788 avalue[i] = pst; in ffi_closure_helper_SYSV()
801 avalue[i] = pgr; in ffi_closure_helper_SYSV()
807 avalue[i] = pst; in ffi_closure_helper_SYSV()
818 avalue[i] = (char *) pgr + 3; in ffi_closure_helper_SYSV()
824 avalue[i] = (char *) pst + 3; in ffi_closure_helper_SYSV()
835 avalue[i] = (char *) pgr + 2; in ffi_closure_helper_SYSV()
841 avalue[i] = (char *) pst + 2; in ffi_closure_helper_SYSV()
852 avalue[i] = pgr; in ffi_closure_helper_SYSV()
858 avalue[i] = pst; in ffi_closure_helper_SYSV()
868 avalue[i] = (void *) *pgr; in ffi_closure_helper_SYSV()
874 avalue[i] = (void *) *pst; in ffi_closure_helper_SYSV()
897 avalue[i] = pgr; in ffi_closure_helper_SYSV()
905 avalue[i] = pst; in ffi_closure_helper_SYSV()
918 (closure->fun) (cif, rvalue, avalue, closure->user_data); in ffi_closure_helper_SYSV()