Home
last modified time | relevance | path

Searched refs:ffi_v9_layout_struct (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
Dffi.c337 int ffi_v9_layout_struct(ffi_type *arg, int off, char *ret, char *intg, char *flt) in ffi_v9_layout_struct() function
349 off = ffi_v9_layout_struct(*ptr, off, ret, intg, flt); in ffi_v9_layout_struct()
469 ffi_v9_layout_struct(cif->rtype, 0, (char *)rvalue, (char *)rval, ((char *)rval)+32); in ffi_call()
644 ffi_v9_layout_struct(arg_types[i], in ffi_closure_sparc_inner_v9()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.14514 (ffi_V9_return_struct): Rename into ffi_v9_layout_struct.
4515 (ffi_v9_layout_struct): Align the field following a nested structure
4527 argument and call ffi_v9_layout_struct to lay out the structure on