• Home
  • Raw
  • Download

Lines Matching refs:avalue

167   p_argv.v = ecif->avalue;  in ffi_prep_args_SYSV()
473 p_argv.v = ecif->avalue; in ffi_prep_args64()
881 ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) in ffi_call() argument
886 ecif.avalue = avalue; in ffi_call()
1005 void ** avalue; in ffi_closure_helper_SYSV() local
1015 avalue = alloca (cif->nargs * sizeof (void *)); in ffi_closure_helper_SYSV()
1053 avalue[i] = (char *) pgr + 3; in ffi_closure_helper_SYSV()
1059 avalue[i] = (char *) pst + 3; in ffi_closure_helper_SYSV()
1069 avalue[i] = (char *) pgr + 2; in ffi_closure_helper_SYSV()
1075 avalue[i] = (char *) pst + 2; in ffi_closure_helper_SYSV()
1087 avalue[i] = pgr; in ffi_closure_helper_SYSV()
1093 avalue[i] = pst; in ffi_closure_helper_SYSV()
1106 avalue[i] = (void *) *pgr; in ffi_closure_helper_SYSV()
1112 avalue[i] = (void *) *pst; in ffi_closure_helper_SYSV()
1137 avalue[i] = pgr; in ffi_closure_helper_SYSV()
1145 avalue[i] = pst; in ffi_closure_helper_SYSV()
1165 avalue[i] = pfr; in ffi_closure_helper_SYSV()
1176 avalue[i] = pst; in ffi_closure_helper_SYSV()
1190 avalue[i] = pfr; in ffi_closure_helper_SYSV()
1198 avalue[i] = pst; in ffi_closure_helper_SYSV()
1212 avalue[i] = pgr; in ffi_closure_helper_SYSV()
1218 avalue[i] = pst; in ffi_closure_helper_SYSV()
1225 avalue[i] = pfr; in ffi_closure_helper_SYSV()
1233 avalue[i] = pst; in ffi_closure_helper_SYSV()
1248 (closure->fun) (cif, rvalue, avalue, closure->user_data); in ffi_closure_helper_SYSV()
1300 void **avalue; in ffi_closure_helper_LINUX64() local
1307 avalue = alloca (cif->nargs * sizeof (void *)); in ffi_closure_helper_LINUX64()
1328 avalue[i] = (char *) pst + 7; in ffi_closure_helper_LINUX64()
1334 avalue[i] = (char *) pst + 6; in ffi_closure_helper_LINUX64()
1340 avalue[i] = (char *) pst + 4; in ffi_closure_helper_LINUX64()
1347 avalue[i] = pst; in ffi_closure_helper_LINUX64()
1355 avalue[i] = (char *) pst + 8 - arg_types[i]->size; in ffi_closure_helper_LINUX64()
1357 avalue[i] = pst; in ffi_closure_helper_LINUX64()
1373 avalue[i] = pfr; in ffi_closure_helper_LINUX64()
1377 avalue[i] = pst; in ffi_closure_helper_LINUX64()
1387 avalue[i] = pfr; in ffi_closure_helper_LINUX64()
1391 avalue[i] = pst; in ffi_closure_helper_LINUX64()
1399 avalue[i] = pfr; in ffi_closure_helper_LINUX64()
1411 avalue[i] = pst; in ffi_closure_helper_LINUX64()
1425 (closure->fun) (cif, rvalue, avalue, closure->user_data); in ffi_closure_helper_LINUX64()