Home
last modified time | relevance | path

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

/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
Dffi_linux64.c48 void FFI_HIDDEN
289 ffi_status FFI_HIDDEN
309 ffi_status FFI_HIDDEN
369 void FFI_HIDDEN
712 int FFI_HIDDEN
Dffi_sysv.c46 void FFI_HIDDEN
289 ffi_status FFI_HIDDEN
349 void FFI_HIDDEN
643 ffi_status FFI_HIDDEN
Dlinux64_closure.S34 FFI_HIDDEN (ffi_closure_LINUX64)
52 FFI_HIDDEN (.ffi_closure_LINUX64)
/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/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)))
Dwin32.S516 FFI_HIDDEN(ffi_call_win32)
685 FFI_HIDDEN(ffi_closure_THISCALL)
698 FFI_HIDDEN(ffi_closure_FASTCALL)
714 FFI_HIDDEN(ffi_closure_SYSV)
Dfreebsd.S185 FFI_HIDDEN (ffi_closure_SYSV) label
279 FFI_HIDDEN (ffi_closure_raw_SYSV) label
Dsysv.S171 FFI_HIDDEN (ffi_closure_SYSV) label
276 FFI_HIDDEN (ffi_closure_raw_SYSV) label
Ddarwin.S182 FFI_HIDDEN (ffi_closure_SYSV) label
268 FFI_HIDDEN (ffi_closure_raw_SYSV) label
/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
Dosf.S44 FFI_HIDDEN(ffi_call_osf)
133 FFI_HIDDEN(ffi_closure_osf)
/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
Dx86-darwin.S170 FFI_HIDDEN (ffi_closure_SYSV) label
252 FFI_HIDDEN (ffi_closure_raw_SYSV) label
/external/python/cpython2/Modules/_ctypes/libffi/
Dfficonfig.h.in199 #define FFI_HIDDEN(name) .hidden name macro
201 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) macro
205 #define FFI_HIDDEN(name) macro
207 #define FFI_HIDDEN macro
Dconfigure.ac550 #define FFI_HIDDEN(name) .hidden name
552 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
556 #define FFI_HIDDEN(name)
558 #define FFI_HIDDEN
DChangeLog.libffi-3.13801 (AH_BOTTOM): Add FFI_HIDDEN definition.
3806 ffi_closure_helper_LINUX64): Use FFI_HIDDEN instead of hidden.
3808 .ffi_closure_LINUX64): Use FFI_HIDDEN instead of .hidden.
3810 add FFI_HIDDEN to its prototype.
/external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/
Dffi.c53 extern void ffi_closure_SYSV(void) FFI_HIDDEN;
250 long FFI_HIDDEN
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dprep_cif.c107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core()
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/
Dffi.c156 ffi_status FFI_HIDDEN
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c952 void FFI_HIDDEN
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c380 unsigned int FFI_HIDDEN