Searched refs:ffi_raw_closure (Results 1 – 11 of 11) sorted by relevance
/third_party/libffi/src/ |
D | raw_api.c | 218 ffi_raw_closure *cl = (ffi_raw_closure*)user_data; in ffi_translate_args() 225 ffi_prep_raw_closure_loc (ffi_raw_closure* cl, in ffi_prep_raw_closure_loc() 257 ffi_prep_raw_closure (ffi_raw_closure* cl, in ffi_prep_raw_closure()
|
D | java_raw_api.c | 329 ffi_raw_closure *cl = (ffi_raw_closure*)user_data; in ffi_java_translate_args()
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
D | ffi.h | 270 typedef struct ffi_raw_closure { struct 284 } ffi_raw_closure; argument 288 ffi_raw_closure* closure, 295 ffi_raw_closure* closure,
|
/third_party/libffi/include/ |
D | ffi-arm.h | 363 } ffi_raw_closure; typedef 392 ffi_prep_raw_closure (ffi_raw_closure*, 398 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
D | ffi-x86_64.h | 363 } ffi_raw_closure; typedef 392 ffi_prep_raw_closure (ffi_raw_closure*, 398 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
D | ffi-aarch64.h | 363 } ffi_raw_closure; typedef 392 ffi_prep_raw_closure (ffi_raw_closure*, 398 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
D | ffi.h.in | 378 } ffi_raw_closure; typedef 407 ffi_prep_raw_closure (ffi_raw_closure*, 413 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
/third_party/libffi/msvc_build/aarch64/aarch64_include/ |
D | ffi.h | 376 } ffi_raw_closure; typedef 405 ffi_prep_raw_closure (ffi_raw_closure*, 411 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
D | x86-ffi_darwin.c | 234 void FFI_HIDDEN ffi_closure_raw_SYSV (ffi_raw_closure *) 345 ffi_prep_raw_closure_loc (ffi_raw_closure* closure, in ffi_prep_raw_closure_loc()
|
/third_party/libffi/src/x86/ |
D | ffi.c | 619 ffi_prep_raw_closure_loc (ffi_raw_closure *closure, in ffi_prep_raw_closure_loc()
|
/third_party/libffi/ |
D | ChangeLog.old | 5966 (ffi_closure, ffi_raw_closure): New types.
|