Home | History | Annotate | Download | only in x86

Lines Matching refs:flags

50   if (ecif->cif->flags == FFI_TYPE_STRUCT)
138 cif->flags = (unsigned) cif->rtype->type;
142 cif->flags = FFI_TYPE_SINT64;
149 cif->flags = FFI_TYPE_SMALL_STRUCT_1B; /* same as char size */
153 cif->flags = FFI_TYPE_SMALL_STRUCT_2B; /* same as short size */
157 cif->flags = FFI_TYPE_INT; /* same as int type */
161 cif->flags = FFI_TYPE_SINT64; /* same as int64 type */
165 cif->flags = FFI_TYPE_STRUCT;
171 cif->flags = FFI_TYPE_INT;
202 (cif->flags == FFI_TYPE_STRUCT))
213 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, ecif.rvalue,
218 ffi_call_STDCALL(ffi_prep_args, &ecif, cif->bytes, cif->flags,
269 return cif->flags;
283 if ( cif->flags == FFI_TYPE_STRUCT ) {
458 ffi_call_SYSV(ffi_prep_args_raw, &ecif, cif->bytes, cif->flags,
463 ffi_call_STDCALL(ffi_prep_args_raw, &ecif, cif->bytes, cif->flags,