ffi 1.9.21-x64-mingw32 → 1.9.22-x64-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,502 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------------
|
2
|
-
o32.S - Copyright (c) 1996, 1998, 2005 Red Hat, Inc.
|
3
|
-
|
4
|
-
MIPS Foreign Function Interface
|
5
|
-
|
6
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
7
|
-
a copy of this software and associated documentation files (the
|
8
|
-
``Software''), to deal in the Software without restriction, including
|
9
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
10
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
11
|
-
permit persons to whom the Software is furnished to do so, subject to
|
12
|
-
the following conditions:
|
13
|
-
|
14
|
-
The above copyright notice and this permission notice shall be included
|
15
|
-
in all copies or substantial portions of the Software.
|
16
|
-
|
17
|
-
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
|
18
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
19
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
20
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
21
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
22
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
24
|
-
DEALINGS IN THE SOFTWARE.
|
25
|
-
----------------------------------------------------------------------- */
|
26
|
-
|
27
|
-
#define LIBFFI_ASM
|
28
|
-
#include <fficonfig.h>
|
29
|
-
#include <ffi.h>
|
30
|
-
|
31
|
-
/* Only build this code if we are compiling for o32 */
|
32
|
-
|
33
|
-
#if defined(FFI_MIPS_O32)
|
34
|
-
|
35
|
-
#define callback a0
|
36
|
-
#define bytes a2
|
37
|
-
#define flags a3
|
38
|
-
|
39
|
-
#define SIZEOF_FRAME (4 * FFI_SIZEOF_ARG + 2 * FFI_SIZEOF_ARG)
|
40
|
-
#define A3_OFF (SIZEOF_FRAME + 3 * FFI_SIZEOF_ARG)
|
41
|
-
#define FP_OFF (SIZEOF_FRAME - 2 * FFI_SIZEOF_ARG)
|
42
|
-
#define RA_OFF (SIZEOF_FRAME - 1 * FFI_SIZEOF_ARG)
|
43
|
-
|
44
|
-
.abicalls
|
45
|
-
.text
|
46
|
-
.align 2
|
47
|
-
.globl ffi_call_O32
|
48
|
-
.ent ffi_call_O32
|
49
|
-
ffi_call_O32:
|
50
|
-
$LFB0:
|
51
|
-
# Prologue
|
52
|
-
SUBU $sp, SIZEOF_FRAME # Frame size
|
53
|
-
$LCFI00:
|
54
|
-
REG_S $fp, FP_OFF($sp) # Save frame pointer
|
55
|
-
$LCFI01:
|
56
|
-
REG_S ra, RA_OFF($sp) # Save return address
|
57
|
-
$LCFI02:
|
58
|
-
move $fp, $sp
|
59
|
-
|
60
|
-
$LCFI03:
|
61
|
-
move t9, callback # callback function pointer
|
62
|
-
REG_S flags, A3_OFF($fp) # flags
|
63
|
-
|
64
|
-
# Allocate at least 4 words in the argstack
|
65
|
-
LI v0, 4 * FFI_SIZEOF_ARG
|
66
|
-
blt bytes, v0, sixteen
|
67
|
-
|
68
|
-
ADDU v0, bytes, 7 # make sure it is aligned
|
69
|
-
and v0, -8 # to an 8 byte boundry
|
70
|
-
|
71
|
-
sixteen:
|
72
|
-
SUBU $sp, v0 # move the stack pointer to reflect the
|
73
|
-
# arg space
|
74
|
-
|
75
|
-
ADDU a0, $sp, 4 * FFI_SIZEOF_ARG
|
76
|
-
|
77
|
-
jalr t9
|
78
|
-
|
79
|
-
REG_L t0, A3_OFF($fp) # load the flags word
|
80
|
-
SRL t2, t0, 4 # shift our arg info
|
81
|
-
and t0, ((1<<4)-1) # mask out the return type
|
82
|
-
|
83
|
-
ADDU $sp, 4 * FFI_SIZEOF_ARG # adjust $sp to new args
|
84
|
-
|
85
|
-
#ifndef __mips_soft_float
|
86
|
-
bnez t0, pass_d # make it quick for int
|
87
|
-
#endif
|
88
|
-
REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
|
89
|
-
REG_L a1, 1*FFI_SIZEOF_ARG($sp) # four regs.
|
90
|
-
REG_L a2, 2*FFI_SIZEOF_ARG($sp)
|
91
|
-
REG_L a3, 3*FFI_SIZEOF_ARG($sp)
|
92
|
-
b call_it
|
93
|
-
|
94
|
-
#ifndef __mips_soft_float
|
95
|
-
pass_d:
|
96
|
-
bne t0, FFI_ARGS_D, pass_f
|
97
|
-
l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
|
98
|
-
REG_L a2, 2*FFI_SIZEOF_ARG($sp) # passing a double
|
99
|
-
REG_L a3, 3*FFI_SIZEOF_ARG($sp)
|
100
|
-
b call_it
|
101
|
-
|
102
|
-
pass_f:
|
103
|
-
bne t0, FFI_ARGS_F, pass_d_d
|
104
|
-
l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
|
105
|
-
REG_L a1, 1*FFI_SIZEOF_ARG($sp) # passing a float
|
106
|
-
REG_L a2, 2*FFI_SIZEOF_ARG($sp)
|
107
|
-
REG_L a3, 3*FFI_SIZEOF_ARG($sp)
|
108
|
-
b call_it
|
109
|
-
|
110
|
-
pass_d_d:
|
111
|
-
bne t0, FFI_ARGS_DD, pass_f_f
|
112
|
-
l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
|
113
|
-
l.d $f14, 2*FFI_SIZEOF_ARG($sp) # passing two doubles
|
114
|
-
b call_it
|
115
|
-
|
116
|
-
pass_f_f:
|
117
|
-
bne t0, FFI_ARGS_FF, pass_d_f
|
118
|
-
l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
|
119
|
-
l.s $f14, 1*FFI_SIZEOF_ARG($sp) # passing two floats
|
120
|
-
REG_L a2, 2*FFI_SIZEOF_ARG($sp)
|
121
|
-
REG_L a3, 3*FFI_SIZEOF_ARG($sp)
|
122
|
-
b call_it
|
123
|
-
|
124
|
-
pass_d_f:
|
125
|
-
bne t0, FFI_ARGS_DF, pass_f_d
|
126
|
-
l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
|
127
|
-
l.s $f14, 2*FFI_SIZEOF_ARG($sp) # passing double and float
|
128
|
-
REG_L a3, 3*FFI_SIZEOF_ARG($sp)
|
129
|
-
b call_it
|
130
|
-
|
131
|
-
pass_f_d:
|
132
|
-
# assume that the only other combination must be float then double
|
133
|
-
# bne t0, FFI_ARGS_F_D, call_it
|
134
|
-
l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
|
135
|
-
l.d $f14, 2*FFI_SIZEOF_ARG($sp) # passing double and float
|
136
|
-
#endif
|
137
|
-
|
138
|
-
call_it:
|
139
|
-
# Load the static chain pointer
|
140
|
-
REG_L t7, SIZEOF_FRAME + 6*FFI_SIZEOF_ARG($fp)
|
141
|
-
|
142
|
-
# Load the function pointer
|
143
|
-
REG_L t9, SIZEOF_FRAME + 5*FFI_SIZEOF_ARG($fp)
|
144
|
-
|
145
|
-
# If the return value pointer is NULL, assume no return value.
|
146
|
-
REG_L t1, SIZEOF_FRAME + 4*FFI_SIZEOF_ARG($fp)
|
147
|
-
beqz t1, noretval
|
148
|
-
|
149
|
-
bne t2, FFI_TYPE_INT, retlonglong
|
150
|
-
jalr t9
|
151
|
-
REG_L t0, SIZEOF_FRAME + 4*FFI_SIZEOF_ARG($fp)
|
152
|
-
REG_S v0, 0(t0)
|
153
|
-
b epilogue
|
154
|
-
|
155
|
-
retlonglong:
|
156
|
-
# Really any 64-bit int, signed or not.
|
157
|
-
bne t2, FFI_TYPE_UINT64, retfloat
|
158
|
-
jalr t9
|
159
|
-
REG_L t0, SIZEOF_FRAME + 4*FFI_SIZEOF_ARG($fp)
|
160
|
-
REG_S v1, 4(t0)
|
161
|
-
REG_S v0, 0(t0)
|
162
|
-
b epilogue
|
163
|
-
|
164
|
-
retfloat:
|
165
|
-
bne t2, FFI_TYPE_FLOAT, retdouble
|
166
|
-
jalr t9
|
167
|
-
REG_L t0, SIZEOF_FRAME + 4*FFI_SIZEOF_ARG($fp)
|
168
|
-
#ifndef __mips_soft_float
|
169
|
-
s.s $f0, 0(t0)
|
170
|
-
#else
|
171
|
-
REG_S v0, 0(t0)
|
172
|
-
#endif
|
173
|
-
b epilogue
|
174
|
-
|
175
|
-
retdouble:
|
176
|
-
bne t2, FFI_TYPE_DOUBLE, noretval
|
177
|
-
jalr t9
|
178
|
-
REG_L t0, SIZEOF_FRAME + 4*FFI_SIZEOF_ARG($fp)
|
179
|
-
#ifndef __mips_soft_float
|
180
|
-
s.d $f0, 0(t0)
|
181
|
-
#else
|
182
|
-
REG_S v1, 4(t0)
|
183
|
-
REG_S v0, 0(t0)
|
184
|
-
#endif
|
185
|
-
b epilogue
|
186
|
-
|
187
|
-
noretval:
|
188
|
-
jalr t9
|
189
|
-
|
190
|
-
# Epilogue
|
191
|
-
epilogue:
|
192
|
-
move $sp, $fp
|
193
|
-
REG_L $fp, FP_OFF($sp) # Restore frame pointer
|
194
|
-
REG_L ra, RA_OFF($sp) # Restore return address
|
195
|
-
ADDU $sp, SIZEOF_FRAME # Fix stack pointer
|
196
|
-
j ra
|
197
|
-
|
198
|
-
$LFE0:
|
199
|
-
.end ffi_call_O32
|
200
|
-
|
201
|
-
|
202
|
-
/* ffi_closure_O32. Expects address of the passed-in ffi_closure
|
203
|
-
in t4 ($12). Stores any arguments passed in registers onto the
|
204
|
-
stack, then calls ffi_closure_mips_inner_O32, which
|
205
|
-
then decodes them.
|
206
|
-
|
207
|
-
Stack layout:
|
208
|
-
|
209
|
-
3 - a3 save
|
210
|
-
2 - a2 save
|
211
|
-
1 - a1 save
|
212
|
-
0 - a0 save, original sp
|
213
|
-
-1 - ra save
|
214
|
-
-2 - fp save
|
215
|
-
-3 - $16 (s0) save
|
216
|
-
-4 - cprestore
|
217
|
-
-5 - return value high (v1)
|
218
|
-
-6 - return value low (v0)
|
219
|
-
-7 - f14 (le high, be low)
|
220
|
-
-8 - f14 (le low, be high)
|
221
|
-
-9 - f12 (le high, be low)
|
222
|
-
-10 - f12 (le low, be high)
|
223
|
-
-11 - Called function a5 save
|
224
|
-
-12 - Called function a4 save
|
225
|
-
-13 - Called function a3 save
|
226
|
-
-14 - Called function a2 save
|
227
|
-
-15 - Called function a1 save
|
228
|
-
-16 - Called function a0 save, our sp and fp point here
|
229
|
-
*/
|
230
|
-
|
231
|
-
#define SIZEOF_FRAME2 (16 * FFI_SIZEOF_ARG)
|
232
|
-
#define A3_OFF2 (SIZEOF_FRAME2 + 3 * FFI_SIZEOF_ARG)
|
233
|
-
#define A2_OFF2 (SIZEOF_FRAME2 + 2 * FFI_SIZEOF_ARG)
|
234
|
-
#define A1_OFF2 (SIZEOF_FRAME2 + 1 * FFI_SIZEOF_ARG)
|
235
|
-
#define A0_OFF2 (SIZEOF_FRAME2 + 0 * FFI_SIZEOF_ARG)
|
236
|
-
#define RA_OFF2 (SIZEOF_FRAME2 - 1 * FFI_SIZEOF_ARG)
|
237
|
-
#define FP_OFF2 (SIZEOF_FRAME2 - 2 * FFI_SIZEOF_ARG)
|
238
|
-
#define S0_OFF2 (SIZEOF_FRAME2 - 3 * FFI_SIZEOF_ARG)
|
239
|
-
#define GP_OFF2 (SIZEOF_FRAME2 - 4 * FFI_SIZEOF_ARG)
|
240
|
-
#define V1_OFF2 (SIZEOF_FRAME2 - 5 * FFI_SIZEOF_ARG)
|
241
|
-
#define V0_OFF2 (SIZEOF_FRAME2 - 6 * FFI_SIZEOF_ARG)
|
242
|
-
#define FA_1_1_OFF2 (SIZEOF_FRAME2 - 7 * FFI_SIZEOF_ARG)
|
243
|
-
#define FA_1_0_OFF2 (SIZEOF_FRAME2 - 8 * FFI_SIZEOF_ARG)
|
244
|
-
#define FA_0_1_OFF2 (SIZEOF_FRAME2 - 9 * FFI_SIZEOF_ARG)
|
245
|
-
#define FA_0_0_OFF2 (SIZEOF_FRAME2 - 10 * FFI_SIZEOF_ARG)
|
246
|
-
#define CALLED_A5_OFF2 (SIZEOF_FRAME2 - 11 * FFI_SIZEOF_ARG)
|
247
|
-
#define CALLED_A4_OFF2 (SIZEOF_FRAME2 - 12 * FFI_SIZEOF_ARG)
|
248
|
-
|
249
|
-
.text
|
250
|
-
|
251
|
-
.align 2
|
252
|
-
.globl ffi_go_closure_O32
|
253
|
-
.ent ffi_go_closure_O32
|
254
|
-
ffi_go_closure_O32:
|
255
|
-
$LFB1:
|
256
|
-
# Prologue
|
257
|
-
.frame $fp, SIZEOF_FRAME2, ra
|
258
|
-
.set noreorder
|
259
|
-
.cpload t9
|
260
|
-
.set reorder
|
261
|
-
SUBU $sp, SIZEOF_FRAME2
|
262
|
-
.cprestore GP_OFF2
|
263
|
-
$LCFI10:
|
264
|
-
|
265
|
-
REG_S $16, S0_OFF2($sp) # Save s0
|
266
|
-
REG_S $fp, FP_OFF2($sp) # Save frame pointer
|
267
|
-
REG_S ra, RA_OFF2($sp) # Save return address
|
268
|
-
$LCFI11:
|
269
|
-
|
270
|
-
move $fp, $sp
|
271
|
-
$LCFI12:
|
272
|
-
|
273
|
-
REG_S a0, A0_OFF2($fp)
|
274
|
-
REG_S a1, A1_OFF2($fp)
|
275
|
-
REG_S a2, A2_OFF2($fp)
|
276
|
-
REG_S a3, A3_OFF2($fp)
|
277
|
-
|
278
|
-
# Load ABI enum to s0
|
279
|
-
REG_L $16, 4($15) # cif
|
280
|
-
REG_L $16, 0($16) # abi is first member.
|
281
|
-
|
282
|
-
li $13, 1 # FFI_O32
|
283
|
-
bne $16, $13, 1f # Skip fp save if FFI_O32_SOFT_FLOAT
|
284
|
-
|
285
|
-
# Store all possible float/double registers.
|
286
|
-
s.d $f12, FA_0_0_OFF2($fp)
|
287
|
-
s.d $f14, FA_1_0_OFF2($fp)
|
288
|
-
1:
|
289
|
-
# prepare arguments for ffi_closure_mips_inner_O32
|
290
|
-
REG_L a0, 4($15) # cif
|
291
|
-
REG_L a1, 8($15) # fun
|
292
|
-
move a2, $15 # user_data = go closure
|
293
|
-
addu a3, $fp, V0_OFF2 # rvalue
|
294
|
-
|
295
|
-
addu t9, $fp, A0_OFF2 # ar
|
296
|
-
REG_S t9, CALLED_A4_OFF2($fp)
|
297
|
-
|
298
|
-
addu t9, $fp, FA_0_0_OFF2 #fpr
|
299
|
-
REG_S t9, CALLED_A5_OFF2($fp)
|
300
|
-
|
301
|
-
b $do_closure
|
302
|
-
|
303
|
-
$LFE1:
|
304
|
-
.end ffi_go_closure_O32
|
305
|
-
|
306
|
-
.align 2
|
307
|
-
.globl ffi_closure_O32
|
308
|
-
.ent ffi_closure_O32
|
309
|
-
ffi_closure_O32:
|
310
|
-
$LFB2:
|
311
|
-
# Prologue
|
312
|
-
.frame $fp, SIZEOF_FRAME2, ra
|
313
|
-
.set noreorder
|
314
|
-
.cpload t9
|
315
|
-
.set reorder
|
316
|
-
SUBU $sp, SIZEOF_FRAME2
|
317
|
-
.cprestore GP_OFF2
|
318
|
-
$LCFI20:
|
319
|
-
REG_S $16, S0_OFF2($sp) # Save s0
|
320
|
-
REG_S $fp, FP_OFF2($sp) # Save frame pointer
|
321
|
-
REG_S ra, RA_OFF2($sp) # Save return address
|
322
|
-
$LCFI21:
|
323
|
-
move $fp, $sp
|
324
|
-
|
325
|
-
$LCFI22:
|
326
|
-
# Store all possible argument registers. If there are more than
|
327
|
-
# four arguments, then they are stored above where we put a3.
|
328
|
-
REG_S a0, A0_OFF2($fp)
|
329
|
-
REG_S a1, A1_OFF2($fp)
|
330
|
-
REG_S a2, A2_OFF2($fp)
|
331
|
-
REG_S a3, A3_OFF2($fp)
|
332
|
-
|
333
|
-
# Load ABI enum to s0
|
334
|
-
REG_L $16, 20($12) # cif pointer follows tramp.
|
335
|
-
REG_L $16, 0($16) # abi is first member.
|
336
|
-
|
337
|
-
li $13, 1 # FFI_O32
|
338
|
-
bne $16, $13, 1f # Skip fp save if FFI_O32_SOFT_FLOAT
|
339
|
-
|
340
|
-
#ifndef __mips_soft_float
|
341
|
-
# Store all possible float/double registers.
|
342
|
-
s.d $f12, FA_0_0_OFF2($fp)
|
343
|
-
s.d $f14, FA_1_0_OFF2($fp)
|
344
|
-
#endif
|
345
|
-
1:
|
346
|
-
# prepare arguments for ffi_closure_mips_inner_O32
|
347
|
-
REG_L a0, 20($12) # cif pointer follows tramp.
|
348
|
-
REG_L a1, 24($12) # fun
|
349
|
-
REG_L a2, 28($12) # user_data
|
350
|
-
addu a3, $fp, V0_OFF2 # rvalue
|
351
|
-
|
352
|
-
addu t9, $fp, A0_OFF2 # ar
|
353
|
-
REG_S t9, CALLED_A4_OFF2($fp)
|
354
|
-
|
355
|
-
addu t9, $fp, FA_0_0_OFF2 #fpr
|
356
|
-
REG_S t9, CALLED_A5_OFF2($fp)
|
357
|
-
|
358
|
-
$do_closure:
|
359
|
-
la t9, ffi_closure_mips_inner_O32
|
360
|
-
# Call ffi_closure_mips_inner_O32 to do the work.
|
361
|
-
jalr t9
|
362
|
-
|
363
|
-
# Load the return value into the appropriate register.
|
364
|
-
move $8, $2
|
365
|
-
li $9, FFI_TYPE_VOID
|
366
|
-
beq $8, $9, closure_done
|
367
|
-
|
368
|
-
li $13, 1 # FFI_O32
|
369
|
-
bne $16, $13, 1f # Skip fp restore if FFI_O32_SOFT_FLOAT
|
370
|
-
|
371
|
-
#ifndef __mips_soft_float
|
372
|
-
li $9, FFI_TYPE_FLOAT
|
373
|
-
l.s $f0, V0_OFF2($fp)
|
374
|
-
beq $8, $9, closure_done
|
375
|
-
|
376
|
-
li $9, FFI_TYPE_DOUBLE
|
377
|
-
l.d $f0, V0_OFF2($fp)
|
378
|
-
beq $8, $9, closure_done
|
379
|
-
#endif
|
380
|
-
1:
|
381
|
-
REG_L $3, V1_OFF2($fp)
|
382
|
-
REG_L $2, V0_OFF2($fp)
|
383
|
-
|
384
|
-
closure_done:
|
385
|
-
# Epilogue
|
386
|
-
move $sp, $fp
|
387
|
-
REG_L $16, S0_OFF2($sp) # Restore s0
|
388
|
-
REG_L $fp, FP_OFF2($sp) # Restore frame pointer
|
389
|
-
REG_L ra, RA_OFF2($sp) # Restore return address
|
390
|
-
ADDU $sp, SIZEOF_FRAME2
|
391
|
-
j ra
|
392
|
-
$LFE2:
|
393
|
-
.end ffi_closure_O32
|
394
|
-
|
395
|
-
/* DWARF-2 unwind info. */
|
396
|
-
|
397
|
-
.section .eh_frame,"a",@progbits
|
398
|
-
$Lframe0:
|
399
|
-
.4byte $LECIE0-$LSCIE0 # Length of Common Information Entry
|
400
|
-
$LSCIE0:
|
401
|
-
.4byte 0x0 # CIE Identifier Tag
|
402
|
-
.byte 0x1 # CIE Version
|
403
|
-
.ascii "zR\0" # CIE Augmentation
|
404
|
-
.uleb128 0x1 # CIE Code Alignment Factor
|
405
|
-
.sleb128 4 # CIE Data Alignment Factor
|
406
|
-
.byte 0x1f # CIE RA Column
|
407
|
-
.uleb128 0x1 # Augmentation size
|
408
|
-
.byte 0x00 # FDE Encoding (absptr)
|
409
|
-
.byte 0xc # DW_CFA_def_cfa
|
410
|
-
.uleb128 0x1d
|
411
|
-
.uleb128 0x0
|
412
|
-
.align 2
|
413
|
-
$LECIE0:
|
414
|
-
|
415
|
-
$LSFDE0:
|
416
|
-
.4byte $LEFDE0-$LASFDE0 # FDE Length
|
417
|
-
$LASFDE0:
|
418
|
-
.4byte $LASFDE0-$Lframe0 # FDE CIE offset
|
419
|
-
.4byte $LFB0 # FDE initial location
|
420
|
-
.4byte $LFE0-$LFB0 # FDE address range
|
421
|
-
.uleb128 0x0 # Augmentation size
|
422
|
-
.byte 0x4 # DW_CFA_advance_loc4
|
423
|
-
.4byte $LCFI00-$LFB0
|
424
|
-
.byte 0xe # DW_CFA_def_cfa_offset
|
425
|
-
.uleb128 0x18
|
426
|
-
.byte 0x4 # DW_CFA_advance_loc4
|
427
|
-
.4byte $LCFI01-$LCFI00
|
428
|
-
.byte 0x11 # DW_CFA_offset_extended_sf
|
429
|
-
.uleb128 0x1e # $fp
|
430
|
-
.sleb128 -2 # SIZEOF_FRAME2 - 2*FFI_SIZEOF_ARG($sp)
|
431
|
-
.byte 0x11 # DW_CFA_offset_extended_sf
|
432
|
-
.uleb128 0x1f # $ra
|
433
|
-
.sleb128 -1 # SIZEOF_FRAME2 - 1*FFI_SIZEOF_ARG($sp)
|
434
|
-
.byte 0x4 # DW_CFA_advance_loc4
|
435
|
-
.4byte $LCFI02-$LCFI01
|
436
|
-
.byte 0xc # DW_CFA_def_cfa
|
437
|
-
.uleb128 0x1e
|
438
|
-
.uleb128 0x18
|
439
|
-
.align 2
|
440
|
-
$LEFDE0:
|
441
|
-
|
442
|
-
$LSFDE1:
|
443
|
-
.4byte $LEFDE1-$LASFDE1 # FDE Length
|
444
|
-
$LASFDE1:
|
445
|
-
.4byte $LASFDE1-$Lframe0 # FDE CIE offset
|
446
|
-
.4byte $LFB1 # FDE initial location
|
447
|
-
.4byte $LFE1-$LFB1 # FDE address range
|
448
|
-
.uleb128 0x0 # Augmentation size
|
449
|
-
.byte 0x4 # DW_CFA_advance_loc4
|
450
|
-
.4byte $LCFI10-$LFB1
|
451
|
-
.byte 0xe # DW_CFA_def_cfa_offset
|
452
|
-
.uleb128 SIZEOF_FRAME2
|
453
|
-
.byte 0x4 # DW_CFA_advance_loc4
|
454
|
-
.4byte $LCFI11-$LCFI10
|
455
|
-
.byte 0x11 # DW_CFA_offset_extended_sf
|
456
|
-
.uleb128 0x10 # $16
|
457
|
-
.sleb128 -3 # SIZEOF_FRAME2 - 3*FFI_SIZEOF_ARG($sp)
|
458
|
-
.byte 0x11 # DW_CFA_offset_extended_sf
|
459
|
-
.uleb128 0x1e # $fp
|
460
|
-
.sleb128 -2 # SIZEOF_FRAME2 - 2*FFI_SIZEOF_ARG($sp)
|
461
|
-
.byte 0x11 # DW_CFA_offset_extended_sf
|
462
|
-
.uleb128 0x1f # $ra
|
463
|
-
.sleb128 -1 # SIZEOF_FRAME2 - 1*FFI_SIZEOF_ARG($sp)
|
464
|
-
.byte 0x4 # DW_CFA_advance_loc4
|
465
|
-
.4byte $LCFI12-$LCFI11
|
466
|
-
.byte 0xc # DW_CFA_def_cfa
|
467
|
-
.uleb128 0x1e
|
468
|
-
.uleb128 SIZEOF_FRAME2
|
469
|
-
.align 2
|
470
|
-
$LEFDE1:
|
471
|
-
|
472
|
-
$LSFDE2:
|
473
|
-
.4byte $LEFDE2-$LASFDE2 # FDE Length
|
474
|
-
$LASFDE2:
|
475
|
-
.4byte $LASFDE2-$Lframe0 # FDE CIE offset
|
476
|
-
.4byte $LFB2 # FDE initial location
|
477
|
-
.4byte $LFE2-$LFB2 # FDE address range
|
478
|
-
.uleb128 0x0 # Augmentation size
|
479
|
-
.byte 0x4 # DW_CFA_advance_loc4
|
480
|
-
.4byte $LCFI20-$LFB2
|
481
|
-
.byte 0xe # DW_CFA_def_cfa_offset
|
482
|
-
.uleb128 SIZEOF_FRAME2
|
483
|
-
.byte 0x4 # DW_CFA_advance_loc4
|
484
|
-
.4byte $LCFI21-$LCFI20
|
485
|
-
.byte 0x11 # DW_CFA_offset_extended_sf
|
486
|
-
.uleb128 0x10 # $16
|
487
|
-
.sleb128 -3 # SIZEOF_FRAME2 - 3*FFI_SIZEOF_ARG($sp)
|
488
|
-
.byte 0x11 # DW_CFA_offset_extended_sf
|
489
|
-
.uleb128 0x1e # $fp
|
490
|
-
.sleb128 -2 # SIZEOF_FRAME2 - 2*FFI_SIZEOF_ARG($sp)
|
491
|
-
.byte 0x11 # DW_CFA_offset_extended_sf
|
492
|
-
.uleb128 0x1f # $ra
|
493
|
-
.sleb128 -1 # SIZEOF_FRAME2 - 1*FFI_SIZEOF_ARG($sp)
|
494
|
-
.byte 0x4 # DW_CFA_advance_loc4
|
495
|
-
.4byte $LCFI22-$LCFI21
|
496
|
-
.byte 0xc # DW_CFA_def_cfa
|
497
|
-
.uleb128 0x1e
|
498
|
-
.uleb128 SIZEOF_FRAME2
|
499
|
-
.align 2
|
500
|
-
$LEFDE2:
|
501
|
-
|
502
|
-
#endif
|