ffi 1.9.21-x86-mingw32 → 1.9.22-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of ffi might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.gitignore +22 -0
- data/.gitmodules +3 -0
- data/.travis.yml +52 -0
- data/.yardopts +5 -0
- data/Gemfile +15 -0
- data/{spec/ffi/LICENSE.SPECS → LICENSE.SPECS} +1 -1
- data/README.md +1 -1
- data/Rakefile +28 -3
- data/appveyor.yml +22 -0
- data/ffi.gemspec +14 -1
- data/lib/2.0/ffi_c.so +0 -0
- data/lib/2.1/ffi_c.so +0 -0
- data/lib/2.2/ffi_c.so +0 -0
- data/lib/2.3/ffi_c.so +0 -0
- data/lib/2.4/ffi_c.so +0 -0
- data/lib/2.5/ffi_c.so +0 -0
- data/lib/ffi/library.rb +1 -1
- data/lib/ffi/version.rb +1 -1
- data/samples/getlogin.rb +8 -0
- data/samples/getpid.rb +8 -0
- data/samples/gettimeofday.rb +18 -0
- data/samples/hello.rb +7 -0
- data/samples/inotify.rb +60 -0
- data/samples/pty.rb +76 -0
- data/samples/qsort.rb +21 -0
- data/samples/sample_helper.rb +6 -0
- metadata +17 -526
- data/ext/ffi_c/AbstractMemory.c +0 -1109
- data/ext/ffi_c/AbstractMemory.h +0 -175
- data/ext/ffi_c/ArrayType.c +0 -162
- data/ext/ffi_c/ArrayType.h +0 -59
- data/ext/ffi_c/Buffer.c +0 -365
- data/ext/ffi_c/Call.c +0 -517
- data/ext/ffi_c/Call.h +0 -110
- data/ext/ffi_c/ClosurePool.c +0 -283
- data/ext/ffi_c/ClosurePool.h +0 -57
- data/ext/ffi_c/DataConverter.c +0 -91
- data/ext/ffi_c/DynamicLibrary.c +0 -339
- data/ext/ffi_c/DynamicLibrary.h +0 -98
- data/ext/ffi_c/Function.c +0 -998
- data/ext/ffi_c/Function.h +0 -87
- data/ext/ffi_c/FunctionInfo.c +0 -271
- data/ext/ffi_c/LastError.c +0 -184
- data/ext/ffi_c/LastError.h +0 -47
- data/ext/ffi_c/LongDouble.c +0 -63
- data/ext/ffi_c/LongDouble.h +0 -51
- data/ext/ffi_c/MappedType.c +0 -168
- data/ext/ffi_c/MappedType.h +0 -59
- data/ext/ffi_c/MemoryPointer.c +0 -197
- data/ext/ffi_c/MemoryPointer.h +0 -53
- data/ext/ffi_c/MethodHandle.c +0 -358
- data/ext/ffi_c/MethodHandle.h +0 -55
- data/ext/ffi_c/Platform.c +0 -129
- data/ext/ffi_c/Platform.h +0 -45
- data/ext/ffi_c/Pointer.c +0 -508
- data/ext/ffi_c/Pointer.h +0 -63
- data/ext/ffi_c/Struct.c +0 -829
- data/ext/ffi_c/Struct.h +0 -106
- data/ext/ffi_c/StructByReference.c +0 -190
- data/ext/ffi_c/StructByReference.h +0 -50
- data/ext/ffi_c/StructByValue.c +0 -150
- data/ext/ffi_c/StructByValue.h +0 -55
- data/ext/ffi_c/StructLayout.c +0 -698
- data/ext/ffi_c/Thread.c +0 -352
- data/ext/ffi_c/Thread.h +0 -95
- data/ext/ffi_c/Type.c +0 -397
- data/ext/ffi_c/Type.h +0 -62
- data/ext/ffi_c/Types.c +0 -139
- data/ext/ffi_c/Types.h +0 -89
- data/ext/ffi_c/Variadic.c +0 -304
- data/ext/ffi_c/compat.h +0 -78
- data/ext/ffi_c/extconf.rb +0 -71
- data/ext/ffi_c/ffi.c +0 -98
- data/ext/ffi_c/libffi.bsd.mk +0 -40
- data/ext/ffi_c/libffi.darwin.mk +0 -105
- data/ext/ffi_c/libffi.gnu.mk +0 -32
- data/ext/ffi_c/libffi.mk +0 -18
- data/ext/ffi_c/libffi.vc.mk +0 -26
- data/ext/ffi_c/libffi.vc64.mk +0 -26
- data/ext/ffi_c/libffi/ChangeLog.libffi +0 -584
- data/ext/ffi_c/libffi/ChangeLog.libffi-3.1 +0 -6000
- data/ext/ffi_c/libffi/ChangeLog.libgcj +0 -40
- data/ext/ffi_c/libffi/ChangeLog.v1 +0 -764
- data/ext/ffi_c/libffi/LICENSE +0 -21
- data/ext/ffi_c/libffi/Makefile.am +0 -205
- data/ext/ffi_c/libffi/Makefile.in +0 -1805
- data/ext/ffi_c/libffi/README +0 -454
- data/ext/ffi_c/libffi/acinclude.m4 +0 -473
- data/ext/ffi_c/libffi/aclocal.m4 +0 -2134
- data/ext/ffi_c/libffi/autogen.sh +0 -2
- data/ext/ffi_c/libffi/autom4te.cache/output.0 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.1 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.2 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.3 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/requests +0 -331
- data/ext/ffi_c/libffi/autom4te.cache/traces.0 +0 -4010
- data/ext/ffi_c/libffi/autom4te.cache/traces.1 +0 -1005
- data/ext/ffi_c/libffi/autom4te.cache/traces.2 +0 -4010
- data/ext/ffi_c/libffi/autom4te.cache/traces.3 +0 -4010
- data/ext/ffi_c/libffi/compile +0 -347
- data/ext/ffi_c/libffi/config.guess +0 -1462
- data/ext/ffi_c/libffi/config.sub +0 -1825
- data/ext/ffi_c/libffi/configure +0 -21972
- data/ext/ffi_c/libffi/configure.ac +0 -388
- data/ext/ffi_c/libffi/configure.host +0 -272
- data/ext/ffi_c/libffi/depcomp +0 -791
- data/ext/ffi_c/libffi/doc/Makefile.am +0 -3
- data/ext/ffi_c/libffi/doc/Makefile.in +0 -811
- data/ext/ffi_c/libffi/doc/libffi.texi +0 -985
- data/ext/ffi_c/libffi/doc/mdate-sh +0 -228
- data/ext/ffi_c/libffi/doc/texinfo.tex +0 -10079
- data/ext/ffi_c/libffi/doc/version.texi +0 -4
- data/ext/ffi_c/libffi/fficonfig.h.in +0 -210
- data/ext/ffi_c/libffi/fficonfig.h.in~ +0 -210
- data/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -207
- data/ext/ffi_c/libffi/include/Makefile.am +0 -9
- data/ext/ffi_c/libffi/include/Makefile.in +0 -604
- data/ext/ffi_c/libffi/include/ffi.h.in +0 -484
- data/ext/ffi_c/libffi/include/ffi_cfi.h +0 -55
- data/ext/ffi_c/libffi/include/ffi_common.h +0 -147
- data/ext/ffi_c/libffi/install-sh +0 -508
- data/ext/ffi_c/libffi/libffi.map.in +0 -80
- data/ext/ffi_c/libffi/libffi.pc.in +0 -11
- data/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -637
- data/ext/ffi_c/libffi/libtool-ldflags +0 -106
- data/ext/ffi_c/libffi/libtool-version +0 -29
- data/ext/ffi_c/libffi/ltmain.sh +0 -11156
- data/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -13
- data/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -69
- data/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -181
- data/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -122
- data/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -72
- data/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -84
- data/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -70
- data/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -301
- data/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -225
- data/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -79
- data/ext/ffi_c/libffi/m4/libtool.m4 +0 -8387
- data/ext/ffi_c/libffi/m4/ltoptions.m4 +0 -437
- data/ext/ffi_c/libffi/m4/ltsugar.m4 +0 -124
- data/ext/ffi_c/libffi/m4/ltversion.m4 +0 -23
- data/ext/ffi_c/libffi/m4/lt~obsolete.m4 +0 -99
- data/ext/ffi_c/libffi/man/Makefile.am +0 -8
- data/ext/ffi_c/libffi/man/Makefile.in +0 -558
- data/ext/ffi_c/libffi/man/ffi.3 +0 -41
- data/ext/ffi_c/libffi/man/ffi_call.3 +0 -103
- data/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -68
- data/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -73
- data/ext/ffi_c/libffi/missing +0 -215
- data/ext/ffi_c/libffi/msvcc.sh +0 -260
- data/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -941
- data/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -81
- data/ext/ffi_c/libffi/src/aarch64/internal.h +0 -67
- data/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -438
- data/ext/ffi_c/libffi/src/alpha/ffi.c +0 -521
- data/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -57
- data/ext/ffi_c/libffi/src/alpha/internal.h +0 -23
- data/ext/ffi_c/libffi/src/alpha/osf.S +0 -282
- data/ext/ffi_c/libffi/src/arc/arcompact.S +0 -135
- data/ext/ffi_c/libffi/src/arc/ffi.c +0 -266
- data/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/arm/ffi.c +0 -808
- data/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -82
- data/ext/ffi_c/libffi/src/arm/internal.h +0 -7
- data/ext/ffi_c/libffi/src/arm/sysv.S +0 -383
- data/ext/ffi_c/libffi/src/avr32/ffi.c +0 -423
- data/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -55
- data/ext/ffi_c/libffi/src/avr32/sysv.S +0 -208
- data/ext/ffi_c/libffi/src/bfin/ffi.c +0 -196
- data/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -43
- data/ext/ffi_c/libffi/src/bfin/sysv.S +0 -179
- data/ext/ffi_c/libffi/src/closures.c +0 -890
- data/ext/ffi_c/libffi/src/cris/ffi.c +0 -386
- data/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -56
- data/ext/ffi_c/libffi/src/cris/sysv.S +0 -215
- data/ext/ffi_c/libffi/src/debug.c +0 -64
- data/ext/ffi_c/libffi/src/dlmalloc.c +0 -5166
- data/ext/ffi_c/libffi/src/frv/eabi.S +0 -128
- data/ext/ffi_c/libffi/src/frv/ffi.c +0 -292
- data/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -62
- data/ext/ffi_c/libffi/src/ia64/ffi.c +0 -586
- data/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -55
- data/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -40
- data/ext/ffi_c/libffi/src/ia64/unix.S +0 -560
- data/ext/ffi_c/libffi/src/java_raw_api.c +0 -374
- data/ext/ffi_c/libffi/src/m32r/ffi.c +0 -232
- data/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/m32r/sysv.S +0 -121
- data/ext/ffi_c/libffi/src/m68k/ffi.c +0 -362
- data/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -54
- data/ext/ffi_c/libffi/src/m68k/sysv.S +0 -357
- data/ext/ffi_c/libffi/src/m88k/ffi.c +0 -400
- data/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -49
- data/ext/ffi_c/libffi/src/m88k/obsd.S +0 -209
- data/ext/ffi_c/libffi/src/metag/ffi.c +0 -330
- data/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/metag/sysv.S +0 -311
- data/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -321
- data/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -302
- data/ext/ffi_c/libffi/src/mips/ffi.c +0 -1105
- data/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -249
- data/ext/ffi_c/libffi/src/mips/n32.S +0 -661
- data/ext/ffi_c/libffi/src/mips/o32.S +0 -502
- data/ext/ffi_c/libffi/src/moxie/eabi.S +0 -101
- data/ext/ffi_c/libffi/src/moxie/ffi.c +0 -272
- data/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -52
- data/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
- data/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
- data/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
- data/ext/ffi_c/libffi/src/or1k/ffi.c +0 -328
- data/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -58
- data/ext/ffi_c/libffi/src/or1k/sysv.S +0 -107
- data/ext/ffi_c/libffi/src/pa/ffi.c +0 -719
- data/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -85
- data/ext/ffi_c/libffi/src/pa/hpux32.S +0 -368
- data/ext/ffi_c/libffi/src/pa/linux.S +0 -357
- data/ext/ffi_c/libffi/src/powerpc/aix.S +0 -328
- data/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -447
- data/ext/ffi_c/libffi/src/powerpc/asm.h +0 -125
- data/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -378
- data/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -571
- data/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -173
- data/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -1359
- data/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -945
- data/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -94
- data/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -923
- data/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -195
- data/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -228
- data/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -488
- data/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -397
- data/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -175
- data/ext/ffi_c/libffi/src/prep_cif.c +0 -261
- data/ext/ffi_c/libffi/src/raw_api.c +0 -267
- data/ext/ffi_c/libffi/src/s390/ffi.c +0 -756
- data/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -70
- data/ext/ffi_c/libffi/src/s390/internal.h +0 -11
- data/ext/ffi_c/libffi/src/s390/sysv.S +0 -325
- data/ext/ffi_c/libffi/src/sh/ffi.c +0 -717
- data/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -54
- data/ext/ffi_c/libffi/src/sh/sysv.S +0 -850
- data/ext/ffi_c/libffi/src/sh64/ffi.c +0 -469
- data/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -58
- data/ext/ffi_c/libffi/src/sh64/sysv.S +0 -539
- data/ext/ffi_c/libffi/src/sparc/ffi.c +0 -468
- data/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -608
- data/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -81
- data/ext/ffi_c/libffi/src/sparc/internal.h +0 -26
- data/ext/ffi_c/libffi/src/sparc/v8.S +0 -443
- data/ext/ffi_c/libffi/src/sparc/v9.S +0 -440
- data/ext/ffi_c/libffi/src/tile/ffi.c +0 -355
- data/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -65
- data/ext/ffi_c/libffi/src/tile/tile.S +0 -360
- data/ext/ffi_c/libffi/src/types.c +0 -106
- data/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -195
- data/ext/ffi_c/libffi/src/vax/ffi.c +0 -276
- data/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -49
- data/ext/ffi_c/libffi/src/x86/asmnames.h +0 -30
- data/ext/ffi_c/libffi/src/x86/ffi.c +0 -733
- data/ext/ffi_c/libffi/src/x86/ffi64.c +0 -857
- data/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -141
- data/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -287
- data/ext/ffi_c/libffi/src/x86/internal.h +0 -29
- data/ext/ffi_c/libffi/src/x86/internal64.h +0 -22
- data/ext/ffi_c/libffi/src/x86/sysv.S +0 -1043
- data/ext/ffi_c/libffi/src/x86/unix64.S +0 -525
- data/ext/ffi_c/libffi/src/x86/win64.S +0 -232
- data/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -237
- data/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -298
- data/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -253
- data/ext/ffi_c/libffi/stamp-h.in +0 -1
- data/ext/ffi_c/libffi/testsuite/Makefile.am +0 -85
- data/ext/ffi_c/libffi/testsuite/Makefile.in +0 -607
- data/ext/ffi_c/libffi/testsuite/config/default.exp +0 -1
- data/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -445
- data/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
- data/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -30
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c +0 -82
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_simple.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c +0 -94
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c +0 -96
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c +0 -102
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c +0 -98
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c +0 -109
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c +0 -98
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c +0 -124
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c +0 -99
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c +0 -117
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c +0 -97
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c +0 -88
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c +0 -132
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c +0 -115
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c +0 -66
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c +0 -105
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_args.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_float_double.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c +0 -142
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_struct_va1.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar_va.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint_va.c +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulong_va.c +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c +0 -47
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort_va.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -26
- data/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -136
- data/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -62
- data/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -107
- data/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c +0 -341
- data/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -57
- data/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -52
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c +0 -152
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c +0 -161
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c +0 -133
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct11.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c +0 -110
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c +0 -112
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -127
- data/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -35
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -34
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c +0 -145
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c +0 -148
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c +0 -124
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c +0 -125
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -64
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -66
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -64
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -68
- data/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest.cc +0 -117
- data/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest_ffi_call.cc +0 -54
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -196
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -123
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -125
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -71
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -80
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -16
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -51
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -37
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -34
- data/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -28
- data/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -19
- data/ext/ffi_c/rbffi.h +0 -57
- data/ext/ffi_c/rbffi_endian.h +0 -59
- data/ext/ffi_c/win32/stdbool.h +0 -8
- data/ext/ffi_c/win32/stdint.h +0 -201
- data/gen/Rakefile +0 -30
- data/libtest/Benchmark.c +0 -52
- data/libtest/BoolTest.c +0 -34
- data/libtest/BufferTest.c +0 -31
- data/libtest/ClosureTest.c +0 -205
- data/libtest/EnumTest.c +0 -51
- data/libtest/FunctionTest.c +0 -70
- data/libtest/GNUmakefile +0 -149
- data/libtest/GlobalVariable.c +0 -62
- data/libtest/LastErrorTest.c +0 -21
- data/libtest/NumberTest.c +0 -132
- data/libtest/PointerTest.c +0 -63
- data/libtest/ReferenceTest.c +0 -23
- data/libtest/StringTest.c +0 -34
- data/libtest/StructTest.c +0 -243
- data/libtest/UnionTest.c +0 -43
- data/libtest/VariadicTest.c +0 -99
- data/spec/ffi/async_callback_spec.rb +0 -35
- data/spec/ffi/bitmask_spec.rb +0 -575
- data/spec/ffi/bool_spec.rb +0 -32
- data/spec/ffi/buffer_spec.rb +0 -279
- data/spec/ffi/callback_spec.rb +0 -773
- data/spec/ffi/custom_param_type.rb +0 -37
- data/spec/ffi/custom_type_spec.rb +0 -74
- data/spec/ffi/dup_spec.rb +0 -52
- data/spec/ffi/embed-test/ext/Makefile +0 -242
- data/spec/ffi/enum_spec.rb +0 -423
- data/spec/ffi/errno_spec.rb +0 -20
- data/spec/ffi/ffi_spec.rb +0 -28
- data/spec/ffi/fixtures/Benchmark.c +0 -52
- data/spec/ffi/fixtures/BitmaskTest.c +0 -51
- data/spec/ffi/fixtures/BoolTest.c +0 -34
- data/spec/ffi/fixtures/BufferTest.c +0 -31
- data/spec/ffi/fixtures/ClosureTest.c +0 -205
- data/spec/ffi/fixtures/EnumTest.c +0 -51
- data/spec/ffi/fixtures/FunctionTest.c +0 -142
- data/spec/ffi/fixtures/GNUmakefile +0 -149
- data/spec/ffi/fixtures/GlobalVariable.c +0 -62
- data/spec/ffi/fixtures/LastErrorTest.c +0 -21
- data/spec/ffi/fixtures/NumberTest.c +0 -132
- data/spec/ffi/fixtures/PipeHelper.h +0 -21
- data/spec/ffi/fixtures/PipeHelperPosix.c +0 -41
- data/spec/ffi/fixtures/PipeHelperWindows.c +0 -72
- data/spec/ffi/fixtures/PointerTest.c +0 -63
- data/spec/ffi/fixtures/ReferenceTest.c +0 -23
- data/spec/ffi/fixtures/StringTest.c +0 -34
- data/spec/ffi/fixtures/StructTest.c +0 -243
- data/spec/ffi/fixtures/UnionTest.c +0 -43
- data/spec/ffi/fixtures/VariadicTest.c +0 -99
- data/spec/ffi/fixtures/classes.rb +0 -438
- data/spec/ffi/function_spec.rb +0 -97
- data/spec/ffi/io_spec.rb +0 -16
- data/spec/ffi/library_spec.rb +0 -286
- data/spec/ffi/long_double.rb +0 -30
- data/spec/ffi/managed_struct_spec.rb +0 -68
- data/spec/ffi/memorypointer_spec.rb +0 -78
- data/spec/ffi/number_spec.rb +0 -247
- data/spec/ffi/platform_spec.rb +0 -114
- data/spec/ffi/pointer_spec.rb +0 -285
- data/spec/ffi/rbx/attach_function_spec.rb +0 -34
- data/spec/ffi/rbx/memory_pointer_spec.rb +0 -198
- data/spec/ffi/rbx/spec_helper.rb +0 -6
- data/spec/ffi/rbx/struct_spec.rb +0 -18
- data/spec/ffi/spec_helper.rb +0 -93
- data/spec/ffi/string_spec.rb +0 -118
- data/spec/ffi/strptr_spec.rb +0 -50
- data/spec/ffi/struct_by_ref_spec.rb +0 -43
- data/spec/ffi/struct_callback_spec.rb +0 -69
- data/spec/ffi/struct_initialize_spec.rb +0 -35
- data/spec/ffi/struct_packed_spec.rb +0 -50
- data/spec/ffi/struct_spec.rb +0 -882
- data/spec/ffi/typedef_spec.rb +0 -91
- data/spec/ffi/union_spec.rb +0 -67
- data/spec/ffi/variadic_spec.rb +0 -132
- data/spec/spec.opts +0 -4
@@ -1,82 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------*-C-*-
|
2
|
-
ffitarget.h - Copyright (c) 2012 Anthony Green
|
3
|
-
Copyright (c) 2010 CodeSourcery
|
4
|
-
Copyright (c) 1996-2003 Red Hat, Inc.
|
5
|
-
|
6
|
-
Target configuration macros for ARM.
|
7
|
-
|
8
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
9
|
-
a copy of this software and associated documentation files (the
|
10
|
-
``Software''), to deal in the Software without restriction, including
|
11
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
12
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
13
|
-
permit persons to whom the Software is furnished to do so, subject to
|
14
|
-
the following conditions:
|
15
|
-
|
16
|
-
The above copyright notice and this permission notice shall be included
|
17
|
-
in all copies or substantial portions of the Software.
|
18
|
-
|
19
|
-
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
|
20
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
21
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
22
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
23
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
24
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
26
|
-
DEALINGS IN THE SOFTWARE.
|
27
|
-
|
28
|
-
----------------------------------------------------------------------- */
|
29
|
-
|
30
|
-
#ifndef LIBFFI_TARGET_H
|
31
|
-
#define LIBFFI_TARGET_H
|
32
|
-
|
33
|
-
#ifndef LIBFFI_H
|
34
|
-
#error "Please do not include ffitarget.h directly into your source. Use ffi.h instead."
|
35
|
-
#endif
|
36
|
-
|
37
|
-
#ifndef LIBFFI_ASM
|
38
|
-
typedef unsigned long ffi_arg;
|
39
|
-
typedef signed long ffi_sarg;
|
40
|
-
|
41
|
-
typedef enum ffi_abi {
|
42
|
-
FFI_FIRST_ABI = 0,
|
43
|
-
FFI_SYSV,
|
44
|
-
FFI_VFP,
|
45
|
-
FFI_LAST_ABI,
|
46
|
-
#ifdef __ARM_PCS_VFP
|
47
|
-
FFI_DEFAULT_ABI = FFI_VFP,
|
48
|
-
#else
|
49
|
-
FFI_DEFAULT_ABI = FFI_SYSV,
|
50
|
-
#endif
|
51
|
-
} ffi_abi;
|
52
|
-
#endif
|
53
|
-
|
54
|
-
#define FFI_EXTRA_CIF_FIELDS \
|
55
|
-
int vfp_used; \
|
56
|
-
unsigned short vfp_reg_free, vfp_nargs; \
|
57
|
-
signed char vfp_args[16] \
|
58
|
-
|
59
|
-
#define FFI_TARGET_SPECIFIC_VARIADIC
|
60
|
-
#define FFI_TARGET_HAS_COMPLEX_TYPE
|
61
|
-
|
62
|
-
/* ---- Definitions for closures ----------------------------------------- */
|
63
|
-
|
64
|
-
#define FFI_CLOSURES 1
|
65
|
-
#define FFI_GO_CLOSURES 1
|
66
|
-
#define FFI_NATIVE_RAW_API 0
|
67
|
-
|
68
|
-
#if defined (FFI_EXEC_TRAMPOLINE_TABLE) && FFI_EXEC_TRAMPOLINE_TABLE
|
69
|
-
|
70
|
-
#ifdef __MACH__
|
71
|
-
#define FFI_TRAMPOLINE_SIZE 12
|
72
|
-
#define FFI_TRAMPOLINE_CLOSURE_OFFSET 8
|
73
|
-
#else
|
74
|
-
#error "No trampoline table implementation"
|
75
|
-
#endif
|
76
|
-
|
77
|
-
#else
|
78
|
-
#define FFI_TRAMPOLINE_SIZE 12
|
79
|
-
#define FFI_TRAMPOLINE_CLOSURE_OFFSET FFI_TRAMPOLINE_SIZE
|
80
|
-
#endif
|
81
|
-
|
82
|
-
#endif
|
@@ -1,383 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------------
|
2
|
-
sysv.S - Copyright (c) 1998, 2008, 2011 Red Hat, Inc.
|
3
|
-
Copyright (c) 2011 Plausible Labs Cooperative, Inc.
|
4
|
-
|
5
|
-
ARM Foreign Function Interface
|
6
|
-
|
7
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
8
|
-
a copy of this software and associated documentation files (the
|
9
|
-
``Software''), to deal in the Software without restriction, including
|
10
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
11
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
12
|
-
permit persons to whom the Software is furnished to do so, subject to
|
13
|
-
the following conditions:
|
14
|
-
|
15
|
-
The above copyright notice and this permission notice shall be included
|
16
|
-
in all copies or substantial portions of the Software.
|
17
|
-
|
18
|
-
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
|
19
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
21
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
22
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
23
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
25
|
-
DEALINGS IN THE SOFTWARE.
|
26
|
-
----------------------------------------------------------------------- */
|
27
|
-
|
28
|
-
#define LIBFFI_ASM
|
29
|
-
#include <fficonfig.h>
|
30
|
-
#include <ffi.h>
|
31
|
-
#include <ffi_cfi.h>
|
32
|
-
#include "internal.h"
|
33
|
-
|
34
|
-
/* GCC 4.8 provides __ARM_ARCH; construct it otherwise. */
|
35
|
-
#ifndef __ARM_ARCH
|
36
|
-
# if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) \
|
37
|
-
|| defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) \
|
38
|
-
|| defined(__ARM_ARCH_7EM__)
|
39
|
-
# define __ARM_ARCH 7
|
40
|
-
# elif defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) \
|
41
|
-
|| defined(__ARM_ARCH_6K__) || defined(__ARM_ARCH_6Z__) \
|
42
|
-
|| defined(__ARM_ARCH_6ZK__) || defined(__ARM_ARCH_6T2__) \
|
43
|
-
|| defined(__ARM_ARCH_6M__)
|
44
|
-
# define __ARM_ARCH 6
|
45
|
-
# elif defined(__ARM_ARCH_5__) || defined(__ARM_ARCH_5T__) \
|
46
|
-
|| defined(__ARM_ARCH_5E__) || defined(__ARM_ARCH_5TE__) \
|
47
|
-
|| defined(__ARM_ARCH_5TEJ__)
|
48
|
-
# define __ARM_ARCH 5
|
49
|
-
# else
|
50
|
-
# define __ARM_ARCH 4
|
51
|
-
# endif
|
52
|
-
#endif
|
53
|
-
|
54
|
-
/* Conditionally compile unwinder directives. */
|
55
|
-
#ifdef __ARM_EABI__
|
56
|
-
# define UNWIND(...) __VA_ARGS__
|
57
|
-
#else
|
58
|
-
# define UNWIND(...)
|
59
|
-
#endif
|
60
|
-
|
61
|
-
#if defined(HAVE_AS_CFI_PSEUDO_OP) && defined(__ARM_EABI__)
|
62
|
-
.cfi_sections .debug_frame
|
63
|
-
#endif
|
64
|
-
|
65
|
-
#define CONCAT(a, b) CONCAT2(a, b)
|
66
|
-
#define CONCAT2(a, b) a ## b
|
67
|
-
|
68
|
-
#ifdef __USER_LABEL_PREFIX__
|
69
|
-
# define CNAME(X) CONCAT (__USER_LABEL_PREFIX__, X)
|
70
|
-
#else
|
71
|
-
# define CNAME(X) X
|
72
|
-
#endif
|
73
|
-
#ifdef __ELF__
|
74
|
-
# define SIZE(X) .size CNAME(X), . - CNAME(X)
|
75
|
-
# define TYPE(X, Y) .type CNAME(X), Y
|
76
|
-
#else
|
77
|
-
# define SIZE(X)
|
78
|
-
# define TYPE(X, Y)
|
79
|
-
#endif
|
80
|
-
|
81
|
-
#define ARM_FUNC_START_LOCAL(name) \
|
82
|
-
.align 3; \
|
83
|
-
TYPE(CNAME(name), %function); \
|
84
|
-
CNAME(name):
|
85
|
-
|
86
|
-
#define ARM_FUNC_START(name) \
|
87
|
-
.globl CNAME(name); \
|
88
|
-
FFI_HIDDEN(CNAME(name)); \
|
89
|
-
ARM_FUNC_START_LOCAL(name)
|
90
|
-
|
91
|
-
#define ARM_FUNC_END(name) \
|
92
|
-
SIZE(name)
|
93
|
-
|
94
|
-
/* Aid in defining a jump table with 8 bytes between entries. */
|
95
|
-
/* ??? The clang assembler doesn't handle .if with symbolic expressions. */
|
96
|
-
#ifdef __clang__
|
97
|
-
# define E(index)
|
98
|
-
#else
|
99
|
-
# define E(index) \
|
100
|
-
.if . - 0b - 8*index; \
|
101
|
-
.error "type table out of sync"; \
|
102
|
-
.endif
|
103
|
-
#endif
|
104
|
-
|
105
|
-
.text
|
106
|
-
.syntax unified
|
107
|
-
.arm
|
108
|
-
|
109
|
-
#ifndef __clang__
|
110
|
-
/* We require interworking on LDM, which implies ARMv5T,
|
111
|
-
which implies the existance of BLX. */
|
112
|
-
.arch armv5t
|
113
|
-
#endif
|
114
|
-
|
115
|
-
/* Note that we use STC and LDC to encode VFP instructions,
|
116
|
-
so that we do not need ".fpu vfp", nor get that added to
|
117
|
-
the object file attributes. These will not be executed
|
118
|
-
unless the FFI_VFP abi is used. */
|
119
|
-
|
120
|
-
@ r0: stack
|
121
|
-
@ r1: frame
|
122
|
-
@ r2: fn
|
123
|
-
@ r3: vfp_used
|
124
|
-
|
125
|
-
ARM_FUNC_START(ffi_call_VFP)
|
126
|
-
UNWIND(.fnstart)
|
127
|
-
cfi_startproc
|
128
|
-
|
129
|
-
cmp r3, #3 @ load only d0 if possible
|
130
|
-
#ifdef __clang__
|
131
|
-
vldrle d0, [sp]
|
132
|
-
vldmgt sp, {d0-d7}
|
133
|
-
#else
|
134
|
-
ldcle p11, cr0, [r0] @ vldrle d0, [sp]
|
135
|
-
ldcgt p11, cr0, [r0], {16} @ vldmgt sp, {d0-d7}
|
136
|
-
#endif
|
137
|
-
add r0, r0, #64 @ discard the vfp register args
|
138
|
-
/* FALLTHRU */
|
139
|
-
ARM_FUNC_END(ffi_call_VFP)
|
140
|
-
|
141
|
-
ARM_FUNC_START(ffi_call_SYSV)
|
142
|
-
stm r1, {fp, lr}
|
143
|
-
mov fp, r1
|
144
|
-
|
145
|
-
@ This is a bit of a lie wrt the origin of the unwind info, but
|
146
|
-
@ now we've got the usual frame pointer and two saved registers.
|
147
|
-
UNWIND(.save {fp,lr})
|
148
|
-
UNWIND(.setfp fp, sp)
|
149
|
-
cfi_def_cfa(fp, 8)
|
150
|
-
cfi_rel_offset(fp, 0)
|
151
|
-
cfi_rel_offset(lr, 4)
|
152
|
-
|
153
|
-
mov sp, r0 @ install the stack pointer
|
154
|
-
mov lr, r2 @ move the fn pointer out of the way
|
155
|
-
ldr ip, [fp, #16] @ install the static chain
|
156
|
-
ldmia sp!, {r0-r3} @ move first 4 parameters in registers.
|
157
|
-
blx lr @ call fn
|
158
|
-
|
159
|
-
@ Load r2 with the pointer to storage for the return value
|
160
|
-
@ Load r3 with the return type code
|
161
|
-
ldr r2, [fp, #8]
|
162
|
-
ldr r3, [fp, #12]
|
163
|
-
|
164
|
-
@ Deallocate the stack with the arguments.
|
165
|
-
mov sp, fp
|
166
|
-
cfi_def_cfa_register(sp)
|
167
|
-
|
168
|
-
@ Store values stored in registers.
|
169
|
-
.align 3
|
170
|
-
add pc, pc, r3, lsl #3
|
171
|
-
nop
|
172
|
-
0:
|
173
|
-
E(ARM_TYPE_VFP_S)
|
174
|
-
#ifdef __clang__
|
175
|
-
vstr s0, [r2]
|
176
|
-
#else
|
177
|
-
stc p10, cr0, [r2] @ vstr s0, [r2]
|
178
|
-
#endif
|
179
|
-
pop {fp,pc}
|
180
|
-
E(ARM_TYPE_VFP_D)
|
181
|
-
#ifdef __clang__
|
182
|
-
vstr d0, [r2]
|
183
|
-
#else
|
184
|
-
stc p11, cr0, [r2] @ vstr d0, [r2]
|
185
|
-
#endif
|
186
|
-
pop {fp,pc}
|
187
|
-
E(ARM_TYPE_VFP_N)
|
188
|
-
#ifdef __clang__
|
189
|
-
vstm r2, {d0-d3}
|
190
|
-
#else
|
191
|
-
stc p11, cr0, [r2], {8} @ vstm r2, {d0-d3}
|
192
|
-
#endif
|
193
|
-
pop {fp,pc}
|
194
|
-
E(ARM_TYPE_INT64)
|
195
|
-
str r1, [r2, #4]
|
196
|
-
nop
|
197
|
-
E(ARM_TYPE_INT)
|
198
|
-
str r0, [r2]
|
199
|
-
pop {fp,pc}
|
200
|
-
E(ARM_TYPE_VOID)
|
201
|
-
pop {fp,pc}
|
202
|
-
nop
|
203
|
-
E(ARM_TYPE_STRUCT)
|
204
|
-
pop {fp,pc}
|
205
|
-
|
206
|
-
cfi_endproc
|
207
|
-
UNWIND(.fnend)
|
208
|
-
ARM_FUNC_END(ffi_call_SYSV)
|
209
|
-
|
210
|
-
|
211
|
-
/*
|
212
|
-
int ffi_closure_inner_* (cif, fun, user_data, frame)
|
213
|
-
*/
|
214
|
-
|
215
|
-
ARM_FUNC_START(ffi_go_closure_SYSV)
|
216
|
-
cfi_startproc
|
217
|
-
stmdb sp!, {r0-r3} @ save argument regs
|
218
|
-
cfi_adjust_cfa_offset(16)
|
219
|
-
ldr r0, [ip, #4] @ load cif
|
220
|
-
ldr r1, [ip, #8] @ load fun
|
221
|
-
mov r2, ip @ load user_data
|
222
|
-
b 0f
|
223
|
-
cfi_endproc
|
224
|
-
ARM_FUNC_END(ffi_go_closure_SYSV)
|
225
|
-
|
226
|
-
ARM_FUNC_START(ffi_closure_SYSV)
|
227
|
-
UNWIND(.fnstart)
|
228
|
-
cfi_startproc
|
229
|
-
stmdb sp!, {r0-r3} @ save argument regs
|
230
|
-
cfi_adjust_cfa_offset(16)
|
231
|
-
|
232
|
-
#if FFI_EXEC_TRAMPOLINE_TABLE
|
233
|
-
ldr ip, [ip] @ ip points to the config page, dereference to get the ffi_closure*
|
234
|
-
#endif
|
235
|
-
ldr r0, [ip, #FFI_TRAMPOLINE_CLOSURE_OFFSET] @ load cif
|
236
|
-
ldr r1, [ip, #FFI_TRAMPOLINE_CLOSURE_OFFSET+4] @ load fun
|
237
|
-
ldr r2, [ip, #FFI_TRAMPOLINE_CLOSURE_OFFSET+8] @ load user_data
|
238
|
-
0:
|
239
|
-
add ip, sp, #16 @ compute entry sp
|
240
|
-
sub sp, sp, #64+32 @ allocate frame
|
241
|
-
cfi_adjust_cfa_offset(64+32)
|
242
|
-
stmdb sp!, {ip,lr}
|
243
|
-
|
244
|
-
/* Remember that EABI unwind info only applies at call sites.
|
245
|
-
We need do nothing except note the save of the stack pointer
|
246
|
-
and the link registers. */
|
247
|
-
UNWIND(.save {sp,lr})
|
248
|
-
cfi_adjust_cfa_offset(8)
|
249
|
-
cfi_rel_offset(lr, 4)
|
250
|
-
|
251
|
-
add r3, sp, #8 @ load frame
|
252
|
-
bl CNAME(ffi_closure_inner_SYSV)
|
253
|
-
|
254
|
-
@ Load values returned in registers.
|
255
|
-
add r2, sp, #8+64 @ load result
|
256
|
-
adr r3, CNAME(ffi_closure_ret)
|
257
|
-
add pc, r3, r0, lsl #3
|
258
|
-
cfi_endproc
|
259
|
-
UNWIND(.fnend)
|
260
|
-
ARM_FUNC_END(ffi_closure_SYSV)
|
261
|
-
|
262
|
-
ARM_FUNC_START(ffi_go_closure_VFP)
|
263
|
-
cfi_startproc
|
264
|
-
stmdb sp!, {r0-r3} @ save argument regs
|
265
|
-
cfi_adjust_cfa_offset(16)
|
266
|
-
ldr r0, [ip, #4] @ load cif
|
267
|
-
ldr r1, [ip, #8] @ load fun
|
268
|
-
mov r2, ip @ load user_data
|
269
|
-
b 0f
|
270
|
-
cfi_endproc
|
271
|
-
ARM_FUNC_END(ffi_go_closure_VFP)
|
272
|
-
|
273
|
-
ARM_FUNC_START(ffi_closure_VFP)
|
274
|
-
UNWIND(.fnstart)
|
275
|
-
cfi_startproc
|
276
|
-
stmdb sp!, {r0-r3} @ save argument regs
|
277
|
-
cfi_adjust_cfa_offset(16)
|
278
|
-
|
279
|
-
#if FFI_EXEC_TRAMPOLINE_TABLE
|
280
|
-
ldr ip, [ip] @ ip points to the config page, dereference to get the ffi_closure*
|
281
|
-
#endif
|
282
|
-
ldr r0, [ip, #FFI_TRAMPOLINE_CLOSURE_OFFSET] @ load cif
|
283
|
-
ldr r1, [ip, #FFI_TRAMPOLINE_CLOSURE_OFFSET+4] @ load fun
|
284
|
-
ldr r2, [ip, #FFI_TRAMPOLINE_CLOSURE_OFFSET+8] @ load user_data
|
285
|
-
0:
|
286
|
-
add ip, sp, #16
|
287
|
-
sub sp, sp, #64+32 @ allocate frame
|
288
|
-
cfi_adjust_cfa_offset(64+32)
|
289
|
-
#ifdef __clang__
|
290
|
-
vstm sp, {d0-d7}
|
291
|
-
#else
|
292
|
-
stc p11, cr0, [sp], {16} @ vstm sp, {d0-d7}
|
293
|
-
#endif
|
294
|
-
stmdb sp!, {ip,lr}
|
295
|
-
|
296
|
-
/* See above. */
|
297
|
-
UNWIND(.save {sp,lr})
|
298
|
-
cfi_adjust_cfa_offset(8)
|
299
|
-
cfi_rel_offset(lr, 4)
|
300
|
-
|
301
|
-
add r3, sp, #8 @ load frame
|
302
|
-
bl CNAME(ffi_closure_inner_VFP)
|
303
|
-
|
304
|
-
@ Load values returned in registers.
|
305
|
-
add r2, sp, #8+64 @ load result
|
306
|
-
adr r3, CNAME(ffi_closure_ret)
|
307
|
-
add pc, r3, r0, lsl #3
|
308
|
-
cfi_endproc
|
309
|
-
UNWIND(.fnend)
|
310
|
-
ARM_FUNC_END(ffi_closure_VFP)
|
311
|
-
|
312
|
-
/* Load values returned in registers for both closure entry points.
|
313
|
-
Note that we use LDM with SP in the register set. This is deprecated
|
314
|
-
by ARM, but not yet unpredictable. */
|
315
|
-
|
316
|
-
ARM_FUNC_START_LOCAL(ffi_closure_ret)
|
317
|
-
cfi_startproc
|
318
|
-
cfi_rel_offset(sp, 0)
|
319
|
-
cfi_rel_offset(lr, 4)
|
320
|
-
0:
|
321
|
-
E(ARM_TYPE_VFP_S)
|
322
|
-
#ifdef __clang__
|
323
|
-
vldr s0, [r2]
|
324
|
-
#else
|
325
|
-
ldc p10, cr0, [r2] @ vldr s0, [r2]
|
326
|
-
#endif
|
327
|
-
ldm sp, {sp,pc}
|
328
|
-
E(ARM_TYPE_VFP_D)
|
329
|
-
#ifdef __clang__
|
330
|
-
vldr d0, [r2]
|
331
|
-
#else
|
332
|
-
ldc p11, cr0, [r2] @ vldr d0, [r2]
|
333
|
-
#endif
|
334
|
-
ldm sp, {sp,pc}
|
335
|
-
E(ARM_TYPE_VFP_N)
|
336
|
-
#ifdef __clang__
|
337
|
-
vldm r2, {d0-d3}
|
338
|
-
#else
|
339
|
-
ldc p11, cr0, [r2], {8} @ vldm r2, {d0-d3}
|
340
|
-
#endif
|
341
|
-
ldm sp, {sp,pc}
|
342
|
-
E(ARM_TYPE_INT64)
|
343
|
-
ldr r1, [r2, #4]
|
344
|
-
nop
|
345
|
-
E(ARM_TYPE_INT)
|
346
|
-
ldr r0, [r2]
|
347
|
-
ldm sp, {sp,pc}
|
348
|
-
E(ARM_TYPE_VOID)
|
349
|
-
ldm sp, {sp,pc}
|
350
|
-
nop
|
351
|
-
E(ARM_TYPE_STRUCT)
|
352
|
-
ldm sp, {sp,pc}
|
353
|
-
cfi_endproc
|
354
|
-
ARM_FUNC_END(ffi_closure_ret)
|
355
|
-
|
356
|
-
#if FFI_EXEC_TRAMPOLINE_TABLE
|
357
|
-
|
358
|
-
#ifdef __MACH__
|
359
|
-
#include <mach/vm_param.h>
|
360
|
-
|
361
|
-
.align PAGE_MAX_SHIFT
|
362
|
-
ARM_FUNC_START(ffi_closure_trampoline_table_page)
|
363
|
-
.rept PAGE_MAX_SIZE / FFI_TRAMPOLINE_SIZE
|
364
|
-
adr ip, #-PAGE_MAX_SIZE @ the config page is PAGE_MAX_SIZE behind the trampoline page
|
365
|
-
sub ip, #8 @ account for pc bias
|
366
|
-
ldr pc, [ip, #4] @ jump to ffi_closure_SYSV or ffi_closure_VFP
|
367
|
-
.endr
|
368
|
-
ARM_FUNC_END(ffi_closure_trampoline_table_page)
|
369
|
-
#endif
|
370
|
-
|
371
|
-
#else
|
372
|
-
|
373
|
-
ARM_FUNC_START(ffi_arm_trampoline)
|
374
|
-
0: adr ip, 0b
|
375
|
-
ldr pc, 1f
|
376
|
-
1: .long 0
|
377
|
-
ARM_FUNC_END(ffi_arm_trampoline)
|
378
|
-
|
379
|
-
#endif /* FFI_EXEC_TRAMPOLINE_TABLE */
|
380
|
-
|
381
|
-
#if defined __ELF__ && defined __linux__
|
382
|
-
.section .note.GNU-stack,"",%progbits
|
383
|
-
#endif
|