Home
last modified time | relevance | path

Searched refs:ffi_prep_args (Results 1 – 25 of 43) sorted by relevance

12

/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
Dffi.c48 void ffi_prep_args(unsigned char *, extended_cif *);
130 ffi_call_SYSV(cif->bytes, &ecif, ffi_prep_args, ret_type, ecif.rvalue, fn); in ffi_call()
144 void ffi_prep_args(unsigned char *stack, extended_cif *ecif) in ffi_prep_args() function
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi_darwin.c38 void ffi_prep_args(char *stack, extended_cif *ecif);
40 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function
210 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, ecif.rvalue, in ffi_call()
215 ffi_call_STDCALL(ffi_prep_args, &ecif, cif->bytes, cif->flags, in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
Deabi.S37 # $r0 : ffi_prep_args
65 jsra ffi_prep_args
Dffi.c35 void *ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function
149 ffi_call_EABI(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/
Dsysv.S130 ! Place all of the ffi_prep_args in position
133 ! Call ffi_prep_args(stack, &ecif)
135 callr D1RtP, CNAME(ffi_prep_args@PLT)
137 callr D1RtP, CNAME(ffi_prep_args)
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dsysv.S152 @ r0: ffi_prep_args
170 @ Place all of the ffi_prep_args in position
174 @ Call ffi_prep_args(stack, &ecif)
346 @ Place all of the ffi_prep_args in position
351 @ Call ffi_prep_args(stack, &ecif, vfp_space)
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi.c46 void ffi_prep_args(char *stack, extended_cif *ecif);
47 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function
377 ffi_call_win64(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
384 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags, in ffi_call()
412 ffi_call_win32(ffi_prep_args, &ecif, abi, cif->bytes, cif->flags, in ffi_call()
418 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, ecif.rvalue, in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
Dffi.c35 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function
198 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi.c40 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function
218 return ffi_call_x86(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
224 return ffi_call_AMD64(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Daix.S82 .extern .ffi_prep_args
129 bl .ffi_prep_args
231 bl .ffi_prep_args
/external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
Dffi.c81 void ffi_prep_args (char *stack, extended_cif *ecif) in ffi_prep_args() function
172 result = ffi_call_sysv (ffi_prep_args, &ecif, cif->bytes, fn); in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi.c40 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function
184 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/
Dffi.c37 void *ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() function
157 ffi_call_EABI(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/arc/
Dffi.c46 ffi_prep_args (char *stack, extended_cif * ecif) in ffi_prep_args() function
186 ffi_call_ARCompact (ffi_prep_args, &ecif, cif->bytes, in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/vax/
Dffi.c48 void *ffi_prep_args (extended_cif *ecif, void *stack);
51 ffi_prep_args (extended_cif *ecif, void *stack) in ffi_prep_args() function
Delfbsd.S51 # Call ffi_prep_args
54 calls $2, ffi_prep_args
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
Dsysv.S70 | Call ffi_prep_args
74 jsr CALLFUNC(ffi_prep_args)
76 bsr.l CALLFUNC(ffi_prep_args@PLTPC)
Dffi.c27 void *ffi_prep_args (void *stack, extended_cif *ecif);
37 ffi_prep_args (void *stack, extended_cif *ecif) in ffi_prep_args() function
/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
Dffi.c42 void ffi_prep_args(void* stack, extended_cif* ecif) in ffi_prep_args() function
168 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, in ffi_call()
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/
Dffi.c72 static void ffi_prep_args (unsigned char *, extended_cif *);
162 ffi_prep_args (unsigned char *stack, extended_cif *ecif) in ffi_prep_args() function
525 ffi_call_SYSV (cif->bytes, &ecif, ffi_prep_args, in ffi_call()
Dsysv.S38 # r4: ffi_prep_args
66 basr %r14,%r4 # Call ffi_prep_args
241 # r4: ffi_prep_args
267 basr %r14,%r4 # Call ffi_prep_args
/external/python/cpython2/Modules/_ctypes/libffi/src/m88k/
Dffi.c54 void *ffi_prep_args (void *, extended_cif *);
72 ffi_prep_args (void *stack, extended_cif *ecif) in ffi_prep_args() function
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.v126 (ffi_prep_args): Also handle small structures.
582 * ffi.c (ffi_prep_args): small struct support was missing.
611 (ffi_prep_args): Fixed type promotion bug.
645 * ffi.c (ffi_prep_args): Changed int z to size_t z.
667 (ffi_prep_args): Fixed n32 structure passing when structures
676 * ffi.c (ffi_prep_args): Added magic to support proper
682 (ffi_prep_args): Fixed type promotion bug.
720 * ffi.c (ffi_prep_args): Added long double support.
735 * ffi.c (ffi_prep_args): Zero out space when USING_PURIFY
742 * ffi.c (ffi_prep_args): int z is now size_t z.
/external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/
Dsysv.S65 movi a8, ffi_prep_args
66 callx8 a8 # ffi_prep_args(ecif, stack)
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/
Dffi.c70 ffi_prep_args (char *stack, extended_cif * ecif) in ffi_prep_args() function
263 ffi_call_SYSV (ffi_prep_args, &ecif, cif->bytes, in ffi_call()

12