Searched refs:initialize_aggregate (Results 1 – 3 of 3) sorted by relevance
37 static ffi_status initialize_aggregate(ffi_type *arg, size_t *offsets) in initialize_aggregate() function55 && (initialize_aggregate((*ptr), NULL) != FFI_OK))) in initialize_aggregate()141 && (initialize_aggregate(cif->rtype, NULL) != FFI_OK)) in ffi_prep_cif_core()173 && (initialize_aggregate((*ptr), NULL) != FFI_OK)) in ffi_prep_cif_core()262 return initialize_aggregate(struct_type, offsets); in ffi_get_struct_offsets()
37 initialize_aggregate( in initialize_aggregate() function51 if (((*ptr)->size == 0) && (initialize_aggregate(*ptr) != FFI_OK)) in initialize_aggregate()157 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK)) in ffi_prep_cif()181 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK)) in ffi_prep_cif()
428 * src/prep_cif.c (initialize_aggregate): Handle extra structure1454 * src/prep_cif.c (initialize_aggregate): Convert assertion into1504 (initialize_aggregate): Check for bad types.4844 * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call4966 * src/prep_cif.c (initialize_aggregate): Include tail padding in7022 * prep_cif.c (initialize_aggregate): Fix assertion for7150 (initialize_aggregate): Bug fix7185 * prep_cif.c (initialize_aggregate): Moved abi specification7191 (initialize_aggregate): Fixed aggregate type initialization.