Home
last modified time | relevance | path

Searched refs:ffi_aix_trampoline_struct (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_ctypes/libffi_osx/include/
Dppc-ffitarget.h96 typedef struct ffi_aix_trampoline_struct { struct
100 } ffi_aix_trampoline_struct; typedef
/third_party/libffi/src/powerpc/
Dffitarget.h196 struct ffi_aix_trampoline_struct { struct
Dffi_darwin.c1047 struct ffi_aix_trampoline_struct *tramp_aix; in ffi_prep_closure_loc()
1093 tramp_aix = (struct ffi_aix_trampoline_struct *) (closure->tramp); in ffi_prep_closure_loc()
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c772 ffi_aix_trampoline_struct* tramp_aix = in ffi_prep_closure()
773 (ffi_aix_trampoline_struct*)(closure->tramp); in ffi_prep_closure()