Home | History | Annotate | Download | only in alpha

Lines Matching defs:arg_types

84   ffi_type **arg_types;
100 arg_types = cif->arg_types;
104 size_t size = (*arg_types)->size;
106 switch ((*arg_types)->type)
158 memcpy(argp, *avalue, (*arg_types)->size);
166 i++, arg_types++, avalue++;
213 ffi_type **arg_types;
231 arg_types = cif->arg_types;
236 size_t size = arg_types[i]->size;
238 switch (arg_types[i]->type)