Home
last modified time | relevance | path

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

/external/libffi/src/s390/
Dffi.c185 unsigned char *p_struct = (unsigned char *)p_gpr; in ffi_prep_args() local
225 p_struct -= ROUND_SIZE ((*ptr)->size); in ffi_prep_args()
226 memcpy (p_struct, (char *)arg, (*ptr)->size); in ffi_prep_args()
227 arg = &p_struct; in ffi_prep_args()