Home
last modified time | relevance | path

Searched refs:FFI_HIDDEN (Results 1 – 25 of 59) sorted by relevance

123

/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_powerpc.h58 void FFI_HIDDEN ffi_closure_SYSV (void);
59 void FFI_HIDDEN ffi_call_SYSV(extended_cif *, unsigned, unsigned, unsigned *,
62 void FFI_HIDDEN ffi_prep_types_sysv (ffi_abi);
63 ffi_status FFI_HIDDEN ffi_prep_cif_sysv (ffi_cif *);
64 int FFI_HIDDEN ffi_closure_helper_SYSV (ffi_closure *, void *, unsigned long *,
67 void FFI_HIDDEN ffi_call_LINUX64(extended_cif *, unsigned long, unsigned long,
69 void FFI_HIDDEN ffi_closure_LINUX64 (void);
71 void FFI_HIDDEN ffi_prep_types_linux64 (ffi_abi);
72 ffi_status FFI_HIDDEN ffi_prep_cif_linux64 (ffi_cif *);
73 ffi_status FFI_HIDDEN ffi_prep_cif_linux64_var (ffi_cif *, unsigned int,
[all …]
Dffi.c37 void FFI_HIDDEN
51 ffi_status FFI_HIDDEN
61 ffi_status FFI_HIDDEN
/external/libffi/src/powerpc/
Dffi_powerpc.h58 void FFI_HIDDEN ffi_closure_SYSV (void);
59 void FFI_HIDDEN ffi_call_SYSV(extended_cif *, unsigned, unsigned, unsigned *,
62 void FFI_HIDDEN ffi_prep_types_sysv (ffi_abi);
63 ffi_status FFI_HIDDEN ffi_prep_cif_sysv (ffi_cif *);
64 int FFI_HIDDEN ffi_closure_helper_SYSV (ffi_closure *, void *, unsigned long *,
67 void FFI_HIDDEN ffi_call_LINUX64(extended_cif *, unsigned long, unsigned long,
69 void FFI_HIDDEN ffi_closure_LINUX64 (void);
71 void FFI_HIDDEN ffi_prep_types_linux64 (ffi_abi);
72 ffi_status FFI_HIDDEN ffi_prep_cif_linux64 (ffi_cif *);
73 ffi_status FFI_HIDDEN ffi_prep_cif_linux64_var (ffi_cif *, unsigned int,
[all …]
Dffi.c37 void FFI_HIDDEN
51 ffi_status FFI_HIDDEN
61 ffi_status FFI_HIDDEN
/external/python/cpython2/darwin_x86_64/libffi/
Dfficonfig.h200 #define FFI_HIDDEN(name) .hidden name macro
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) macro
206 #define FFI_HIDDEN(name) macro
208 #define FFI_HIDDEN macro
/external/python/cpython2/android_arm64/libffi/
Dfficonfig.h200 #define FFI_HIDDEN(name) .hidden name macro
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) macro
206 #define FFI_HIDDEN(name) macro
208 #define FFI_HIDDEN macro
/external/python/cpython2/android_arm/libffi/
Dfficonfig.h200 #define FFI_HIDDEN(name) .hidden name macro
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) macro
206 #define FFI_HIDDEN(name) macro
208 #define FFI_HIDDEN macro
/external/python/cpython2/linux_x86_64/libffi/
Dfficonfig.h200 #define FFI_HIDDEN(name) .hidden name macro
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) macro
206 #define FFI_HIDDEN(name) macro
208 #define FFI_HIDDEN macro
/external/python/cpython2/android_x86/libffi/
Dfficonfig.h200 #define FFI_HIDDEN(name) .hidden name macro
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) macro
206 #define FFI_HIDDEN(name) macro
208 #define FFI_HIDDEN macro
/external/python/cpython2/android_x86_64/libffi/
Dfficonfig.h200 #define FFI_HIDDEN(name) .hidden name macro
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) macro
206 #define FFI_HIDDEN(name) macro
208 #define FFI_HIDDEN macro
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dfficonfig.h140 # define FFI_HIDDEN(name) .hidden name macro
142 # define FFI_HIDDEN __attribute__((visibility ("hidden"))) macro
146 # define FFI_HIDDEN(name) macro
148 # define FFI_HIDDEN macro
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dfficonfig.h140 # define FFI_HIDDEN(name) .hidden name macro
142 # define FFI_HIDDEN __attribute__((visibility ("hidden"))) macro
146 # define FFI_HIDDEN(name) macro
148 # define FFI_HIDDEN macro
/external/libffi/linux-x86/
Dfficonfig.h149 #define FFI_HIDDEN(name) .hidden name macro
151 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) macro
155 #define FFI_HIDDEN(name) macro
157 #define FFI_HIDDEN macro
/external/libffi/linux-arm/
Dfficonfig.h149 #define FFI_HIDDEN(name) .hidden name macro
151 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) macro
155 #define FFI_HIDDEN(name) macro
157 #define FFI_HIDDEN macro
/external/libffi/linux-arm64/
Dfficonfig.h149 #define FFI_HIDDEN(name) .hidden name macro
151 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) macro
155 #define FFI_HIDDEN(name) macro
157 #define FFI_HIDDEN macro
/external/libffi/src/x86/
Dffi.c418 void FFI_HIDDEN ffi_closure_SYSV (ffi_closure *)
420 unsigned int FFI_HIDDEN ffi_closure_SYSV_inner (ffi_closure *, void **, void *)
422 unsigned int FFI_HIDDEN ffi_closure_WIN32_inner (ffi_closure *, void **, void *)
424 void FFI_HIDDEN ffi_closure_raw_SYSV (ffi_raw_closure *)
427 void FFI_HIDDEN ffi_closure_raw_THISCALL (ffi_raw_closure *)
431 void FFI_HIDDEN ffi_closure_STDCALL (ffi_closure *);
432 void FFI_HIDDEN ffi_closure_THISCALL (ffi_closure *);
433 void FFI_HIDDEN ffi_closure_FASTCALL (ffi_closure *);
434 void FFI_HIDDEN ffi_closure_REGISTER (ffi_closure *);
436 void FFI_HIDDEN ffi_closure_win64 (ffi_closure *);
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi.c435 void FFI_HIDDEN ffi_closure_SYSV (ffi_closure *)
437 unsigned int FFI_HIDDEN ffi_closure_SYSV_inner (ffi_closure *, void **, void *)
439 void FFI_HIDDEN ffi_closure_raw_SYSV (ffi_raw_closure *)
442 void FFI_HIDDEN ffi_closure_raw_THISCALL (ffi_raw_closure *)
446 void FFI_HIDDEN ffi_closure_STDCALL (ffi_closure *)
448 void FFI_HIDDEN ffi_closure_THISCALL (ffi_closure *)
450 void FFI_HIDDEN ffi_closure_FASTCALL (ffi_closure *)
453 void FFI_HIDDEN ffi_closure_win64 (ffi_closure *);
459 void * FFI_HIDDEN
488 unsigned int FFI_HIDDEN __attribute__ ((regparm(1)))
/external/libffi/src/tile/
Dffi.c46 FFI_HIDDEN;
50 extern void ffi_closure_tile(void) FFI_HIDDEN;
211 extern const UINT64 ffi_template_tramp_tile[] FFI_HIDDEN;
284 void FFI_HIDDEN
Dtile.S73 FFI_HIDDEN(ffi_call_tile)
241 FFI_HIDDEN(ffi_closure_tile)
343 FFI_HIDDEN(ffi_template_tramp_tile)
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
Dffi.c46 FFI_HIDDEN;
50 extern void ffi_closure_tile(void) FFI_HIDDEN;
211 extern const UINT64 ffi_template_tramp_tile[] FFI_HIDDEN;
284 void FFI_HIDDEN
Dtile.S73 FFI_HIDDEN(ffi_call_tile)
241 FFI_HIDDEN(ffi_closure_tile)
343 FFI_HIDDEN(ffi_template_tramp_tile)
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
Dffi.c44 FFI_HIDDEN;
45 extern void ffi_closure_osf(void) FFI_HIDDEN;
208 long FFI_HIDDEN
/external/libffi/src/alpha/
Dffi.c44 FFI_HIDDEN;
45 extern void ffi_closure_osf(void) FFI_HIDDEN;
208 long FFI_HIDDEN
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi_darwin.c230 void FFI_HIDDEN ffi_closure_SYSV (ffi_closure *)
232 unsigned int FFI_HIDDEN ffi_closure_SYSV_inner (ffi_closure *, void **, void *)
234 void FFI_HIDDEN ffi_closure_raw_SYSV (ffi_raw_closure *)
239 unsigned int FFI_HIDDEN
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi_darwin.c230 void FFI_HIDDEN ffi_closure_SYSV (ffi_closure *)
232 unsigned int FFI_HIDDEN ffi_closure_SYSV_inner (ffi_closure *, void **, void *)
234 void FFI_HIDDEN ffi_closure_raw_SYSV (ffi_raw_closure *)
239 unsigned int FFI_HIDDEN

123