Home | History | Annotate | Download | only in x86

Lines Matching refs:SIZE

68       z = (*p_arg)->size;
147 if (cif->rtype->size == 1)
149 cif->flags = FFI_TYPE_SMALL_STRUCT_1B; /* same as char size */
151 else if (cif->rtype->size == 2)
153 cif->flags = FFI_TYPE_SMALL_STRUCT_2B; /* same as short size */
155 else if (cif->rtype->size == 4)
159 else if (cif->rtype->size == 8)
204 ecif.rvalue = alloca(cif->rtype->size);
299 z = (*p_arg)->size;
325 #define FFI_INIT_TRAMPOLINE_STDCALL(TRAMP,FUN,CTX,SIZE) \
330 unsigned short __size = (unsigned short)(SIZE); \
449 ecif.rvalue = alloca(cif->rtype->size);