Searched refs:ecif (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/x86/
H A Dffi.c40 void ffi_prep_args(char *stack, extended_cif *ecif) argument
50 if (ecif->cif->flags == FFI_TYPE_STRUCT)
52 *(void **) argp = ecif->rvalue;
56 p_argv = ecif->avalue;
58 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
198 extended_cif ecif; local
200 ecif.cif = cif;
201 ecif.avalue = avalue;
210 ecif
393 ffi_prep_args_raw(char *stack, extended_cif *ecif) argument
425 extended_cif ecif; local
[all...]
H A Dffi_darwin.c41 void ffi_prep_args(char *stack, extended_cif *ecif);
59 void ffi_prep_args(char *stack, extended_cif *ecif) argument
69 if (retval_on_stack(ecif->cif->rtype)) {
70 *(void **) argp = ecif->rvalue;
75 p_argv = ecif->avalue;
77 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
224 extended_cif ecif; local
226 ecif.cif = cif;
227 ecif
517 ffi_prep_args_raw(char *stack, extended_cif *ecif) argument
549 extended_cif ecif; local
[all...]
/macosx-10.9.5/libffi-18.1/x86/
H A Dx86-ffi_darwin.c38 void ffi_prep_args(char *stack, extended_cif *ecif) argument
47 if (ecif->cif->flags == FFI_TYPE_STRUCT)
49 *(void **) argp = ecif->rvalue;
53 p_argv = ecif->avalue;
55 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
188 extended_cif ecif; local
190 ecif.cif = cif;
191 ecif.avalue = avalue;
199 ecif
376 ffi_prep_args_raw(char *stack, extended_cif *ecif) argument
399 extended_cif ecif; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c38 void ffi_prep_args(char *stack, extended_cif *ecif) argument
47 if (ecif->cif->flags == FFI_TYPE_STRUCT)
49 *(void **) argp = ecif->rvalue;
53 p_argv = ecif->avalue;
55 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
188 extended_cif ecif; local
190 ecif.cif = cif;
191 ecif.avalue = avalue;
199 ecif
376 ffi_prep_args_raw(char *stack, extended_cif *ecif) argument
399 extended_cif ecif; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c37 //void ffi_prep_args(char *stack, extended_cif *ecif);
69 extended_cif* ecif)
73 register void** p_argv = ecif->avalue;
77 if (retval_on_stack(ecif->cif->rtype))
79 *(void**)argp = ecif->rvalue;
83 p_arg = ecif->cif->arg_types;
85 for (i = ecif->cif->nargs; i > 0; i--, p_arg++, p_argv++)
236 extended_cif ecif; local
238 ecif.cif = cif;
239 ecif
67 ffi_prep_args( char* stack, extended_cif* ecif) argument
491 ffi_prep_args_raw( char* stack, extended_cif* ecif) argument
528 extended_cif ecif; local
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/powerpc/
H A Dffi_darwin.c84 void ffi_prep_args(extended_cif *ecif, unsigned *const stack) argument
87 const unsigned bytes = ecif->cif->bytes;
88 const unsigned flags = ecif->cif->flags;
102 int i = ecif->cif->nargs;
104 void **p_argv = ecif->avalue;
106 ffi_type** ptr = ecif->cif->arg_types;
120 *next_arg++ = (unsigned)(char *)ecif->rvalue;
200 if (size_al < 3 && ecif->cif->abi == FFI_DARWIN)
395 extended_cif ecif; local
397 ecif
[all...]
H A Dffi.c85 ffi_prep_args_SYSV (extended_cif *ecif, unsigned *const stack) argument
88 const unsigned bytes = ecif->cif->bytes;
89 const unsigned flags = ecif->cif->flags;
155 *gpr_base.u++ = (unsigned long) (char *) ecif->rvalue;
160 p_argv.v = ecif->avalue;
161 for (ptr = ecif->cif->arg_types, i = ecif->cif->nargs;
327 ffi_prep_args64 (extended_cif *ecif, unsigned long *const stack) argument
330 const unsigned long bytes = ecif->cif->bytes;
331 const unsigned long flags = ecif
773 extended_cif ecif; local
[all...]
/macosx-10.9.5/libffi-18.1/powerpc/
H A Dppc-ffi_darwin.c87 /* Copy the ecif to a local var so we can trample the arg.
89 volatile extended_cif* ecif = inEcif; local
91 const unsigned bytes = ecif->cif->bytes;
92 const unsigned flags = ecif->cif->flags;
128 void** p_argv = ecif->avalue;
130 ffi_type** ptr = ecif->cif->arg_types;
142 *next_arg++ = (unsigned long)(char*)ecif->rvalue;
145 for (i = ecif->cif->nargs; i > 0; i--, ptr++, p_argv++)
261 if (ecif->cif->abi == FFI_DARWIN)
578 extended_cif ecif; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-ffi_darwin.c99 /* Copy the ecif to a local var so we can trample the arg.
101 volatile extended_cif* ecif = inEcif; local
103 const unsigned bytes = ecif->cif->bytes;
104 const unsigned flags = ecif->cif->flags;
140 void** p_argv = ecif->avalue;
142 ffi_type** ptr = ecif->cif->arg_types;
154 *next_arg++ = (unsigned long)(char*)ecif->rvalue;
157 for (i = ecif->cif->nargs; i > 0; i--, ptr++, p_argv++)
273 if (ecif->cif->abi == FFI_DARWIN)
590 extended_cif ecif; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-ffi_darwin.c96 /* Copy the ecif to a local var so we can trample the arg.
98 volatile extended_cif* ecif = inEcif; local
100 const unsigned bytes = ecif->cif->bytes;
101 const unsigned flags = ecif->cif->flags;
137 void** p_argv = ecif->avalue;
139 ffi_type** ptr = ecif->cif->arg_types;
151 *next_arg++ = (unsigned long)(char*)ecif->rvalue;
154 for (i = ecif->cif->nargs; i > 0; i--, ptr++, p_argv++)
270 if (ecif->cif->abi == FFI_DARWIN)
587 extended_cif ecif; local
[all...]

Completed in 101 milliseconds