Searched refs:elt_type (Results 1 – 1 of 1) sorted by relevance
915 ffi_type *elt_type = *elt_typep; in copy_struct_N32() local921 o = FFI_ALIGN(offset, elt_type->alignment); in copy_struct_N32()932 if (elt_type->type == FFI_TYPE_DOUBLE && !soft_float) in copy_struct_N32()935 memcpy(tp, argp + arg_offset, elt_type->size); in copy_struct_N32()937 offset += elt_type->size; in copy_struct_N32()938 arg_offset += elt_type->size; in copy_struct_N32()