libffi-sys 4.1.0

Raw Rust bindings for libffi
Documentation
1
2
3
4
5
6
7
8
9
10
#ifdef FFI_EXEC_STATIC_TRAMP
/* For the trampoline code table mapping, a mapping size of 64K is chosen.  */
#define PPC_TRAMP_MAP_SHIFT	16
#define PPC_TRAMP_MAP_SIZE	(1 << PPC_TRAMP_MAP_SHIFT)
# ifdef __PCREL__
#  define PPC_TRAMP_SIZE	24
# else
#  define PPC_TRAMP_SIZE	40
# endif /* __PCREL__ */
#endif /* FFI_EXEC_STATIC_TRAMP */