Home
last modified time | relevance | path

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

/third_party/libffi/src/alpha/
Dffi.c155 flags = ALPHA_RET_IN_MEM; in ffi_prep_cif_machdep()
171 flags = ALPHA_RET_IN_MEM; in ffi_prep_cif_machdep()
181 if (flags == ALPHA_RET_IN_MEM) in ffi_prep_cif_machdep()
238 if (rvalue == NULL && flags == ALPHA_RET_IN_MEM) in ffi_call_int()
247 if (flags == ALPHA_RET_IN_MEM) in ffi_call_int()
390 if (flags == ALPHA_RET_IN_MEM) in ffi_closure_osf_inner()
Dinternal.h22 #define ALPHA_RET_IN_MEM 0x10000 macro