Home
last modified time | relevance | path

Searched refs:initialize_aggregate (Results 1 – 3 of 3) sorted by relevance

/third_party/libffi/src/
Dprep_cif.c37 static ffi_status initialize_aggregate(ffi_type *arg, size_t *offsets) in initialize_aggregate() function
55 && (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()
/third_party/python/Modules/_ctypes/libffi_osx/
Dffi.c37 initialize_aggregate( in initialize_aggregate() function
51 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()
/third_party/libffi/
DChangeLog.old428 * src/prep_cif.c (initialize_aggregate): Handle extra structure
1454 * src/prep_cif.c (initialize_aggregate): Convert assertion into
1504 (initialize_aggregate): Check for bad types.
4844 * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
4966 * src/prep_cif.c (initialize_aggregate): Include tail padding in
7022 * prep_cif.c (initialize_aggregate): Fix assertion for
7150 (initialize_aggregate): Bug fix
7185 * prep_cif.c (initialize_aggregate): Moved abi specification
7191 (initialize_aggregate): Fixed aggregate type initialization.