Home | History | Annotate | Download | only in moxie

Lines Matching refs:avalue

43   p_argv = ecif->avalue;
128 void **avalue)
133 ecif.avalue = avalue;
184 void **avalue = alloca (cif->nargs * sizeof(void *));
201 avalue[i] = ptr + 3;
205 avalue[i] = ptr + 2;
211 avalue[i] = ptr;
214 avalue[i] = *(void**)ptr;
218 avalue[i] = ptr;
233 (closure->fun) (cif, struct_rvalue, avalue, closure->user_data);
239 (closure->fun) (cif, &rvalue, avalue, closure->user_data);