/external/libffi/src/bfin/ |
D | ffi.c | 48 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/src/bfin/ |
D | ffi.c | 48 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/cpython3/Modules/_ctypes/libffi_osx/x86/ |
D | x86-ffi_darwin.c | 38 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_osx/x86/ |
D | x86-ffi_darwin.c | 38 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/libffi/src/moxie/ |
D | eabi.S | 37 # $r0 : ffi_prep_args 65 jsra ffi_prep_args
|
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/ |
D | eabi.S | 37 # $r0 : ffi_prep_args 65 jsra ffi_prep_args
|
D | ffi.c | 35 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/libffi/src/metag/ |
D | sysv.S | 130 ! 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/metag/ |
D | sysv.S | 130 ! 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/ |
D | sysv.S | 152 @ 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/libffi/src/arm/ |
D | sysv.S | 152 @ 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/ |
D | ffi.c | 46 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/libffi/src/m32r/ |
D | ffi.c | 35 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/src/m32r/ |
D | ffi.c | 35 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/cffi/c/libffi_msvc/ |
D | ffi.c | 40 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_msvc/ |
D | ffi.c | 40 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() 238 return ffi_call_AMD64(ffi_prep_args, &ecif, cif->bytes, in ffi_call()
|
/external/libffi/src/powerpc/ |
D | aix.S | 82 .extern .ffi_prep_args 129 bl .ffi_prep_args 231 bl .ffi_prep_args
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | aix.S | 82 .extern .ffi_prep_args 129 bl .ffi_prep_args 231 bl .ffi_prep_args
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi.c | 40 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/ |
D | ffi.c | 37 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/libffi/src/vax/ |
D | ffi.c | 48 void *ffi_prep_args (extended_cif *ecif, void *stack); 51 ffi_prep_args (extended_cif *ecif, void *stack) in ffi_prep_args() function
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arc/ |
D | ffi.c | 46 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/nios2/ |
D | ffi.c | 81 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/libffi/src/nios2/ |
D | ffi.c | 81 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/src/vax/ |
D | ffi.c | 48 void *ffi_prep_args (extended_cif *ecif, void *stack); 51 ffi_prep_args (extended_cif *ecif, void *stack) in ffi_prep_args() function
|