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,386 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------------
|
2
|
-
ffi.c - Copyright (c) 1998 Cygnus Solutions
|
3
|
-
Copyright (c) 2004 Simon Posnjak
|
4
|
-
Copyright (c) 2005 Axis Communications AB
|
5
|
-
Copyright (C) 2007 Free Software Foundation, Inc.
|
6
|
-
|
7
|
-
CRIS Foreign Function Interface
|
8
|
-
|
9
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
10
|
-
a copy of this software and associated documentation files (the
|
11
|
-
``Software''), to deal in the Software without restriction, including
|
12
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
13
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
14
|
-
permit persons to whom the Software is furnished to do so, subject to
|
15
|
-
the following conditions:
|
16
|
-
|
17
|
-
The above copyright notice and this permission notice shall be included
|
18
|
-
in all copies or substantial portions of the Software.
|
19
|
-
|
20
|
-
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
21
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
22
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
23
|
-
IN NO EVENT SHALL SIMON POSNJAK BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
24
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
25
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
26
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
27
|
-
----------------------------------------------------------------------- */
|
28
|
-
|
29
|
-
#include <ffi.h>
|
30
|
-
#include <ffi_common.h>
|
31
|
-
|
32
|
-
#define STACK_ARG_SIZE(x) FFI_ALIGN(x, FFI_SIZEOF_ARG)
|
33
|
-
|
34
|
-
static ffi_status
|
35
|
-
initialize_aggregate_packed_struct (ffi_type * arg)
|
36
|
-
{
|
37
|
-
ffi_type **ptr;
|
38
|
-
|
39
|
-
FFI_ASSERT (arg != NULL);
|
40
|
-
|
41
|
-
FFI_ASSERT (arg->elements != NULL);
|
42
|
-
FFI_ASSERT (arg->size == 0);
|
43
|
-
FFI_ASSERT (arg->alignment == 0);
|
44
|
-
|
45
|
-
ptr = &(arg->elements[0]);
|
46
|
-
|
47
|
-
while ((*ptr) != NULL)
|
48
|
-
{
|
49
|
-
if (((*ptr)->size == 0)
|
50
|
-
&& (initialize_aggregate_packed_struct ((*ptr)) != FFI_OK))
|
51
|
-
return FFI_BAD_TYPEDEF;
|
52
|
-
|
53
|
-
FFI_ASSERT (ffi_type_test ((*ptr)));
|
54
|
-
|
55
|
-
arg->size += (*ptr)->size;
|
56
|
-
|
57
|
-
arg->alignment = (arg->alignment > (*ptr)->alignment) ?
|
58
|
-
arg->alignment : (*ptr)->alignment;
|
59
|
-
|
60
|
-
ptr++;
|
61
|
-
}
|
62
|
-
|
63
|
-
if (arg->size == 0)
|
64
|
-
return FFI_BAD_TYPEDEF;
|
65
|
-
else
|
66
|
-
return FFI_OK;
|
67
|
-
}
|
68
|
-
|
69
|
-
int
|
70
|
-
ffi_prep_args (char *stack, extended_cif * ecif)
|
71
|
-
{
|
72
|
-
unsigned int i;
|
73
|
-
unsigned int struct_count = 0;
|
74
|
-
void **p_argv;
|
75
|
-
char *argp;
|
76
|
-
ffi_type **p_arg;
|
77
|
-
|
78
|
-
argp = stack;
|
79
|
-
|
80
|
-
p_argv = ecif->avalue;
|
81
|
-
|
82
|
-
for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
|
83
|
-
(i != 0); i--, p_arg++)
|
84
|
-
{
|
85
|
-
size_t z;
|
86
|
-
|
87
|
-
switch ((*p_arg)->type)
|
88
|
-
{
|
89
|
-
case FFI_TYPE_STRUCT:
|
90
|
-
{
|
91
|
-
z = (*p_arg)->size;
|
92
|
-
if (z <= 4)
|
93
|
-
{
|
94
|
-
memcpy (argp, *p_argv, z);
|
95
|
-
z = 4;
|
96
|
-
}
|
97
|
-
else if (z <= 8)
|
98
|
-
{
|
99
|
-
memcpy (argp, *p_argv, z);
|
100
|
-
z = 8;
|
101
|
-
}
|
102
|
-
else
|
103
|
-
{
|
104
|
-
unsigned int uiLocOnStack;
|
105
|
-
z = sizeof (void *);
|
106
|
-
uiLocOnStack = 4 * ecif->cif->nargs + struct_count;
|
107
|
-
struct_count = struct_count + (*p_arg)->size;
|
108
|
-
*(unsigned int *) argp =
|
109
|
-
(unsigned int) (UINT32 *) (stack + uiLocOnStack);
|
110
|
-
memcpy ((stack + uiLocOnStack), *p_argv, (*p_arg)->size);
|
111
|
-
}
|
112
|
-
break;
|
113
|
-
}
|
114
|
-
default:
|
115
|
-
z = (*p_arg)->size;
|
116
|
-
if (z < sizeof (int))
|
117
|
-
{
|
118
|
-
switch ((*p_arg)->type)
|
119
|
-
{
|
120
|
-
case FFI_TYPE_SINT8:
|
121
|
-
*(signed int *) argp = (signed int) *(SINT8 *) (*p_argv);
|
122
|
-
break;
|
123
|
-
|
124
|
-
case FFI_TYPE_UINT8:
|
125
|
-
*(unsigned int *) argp =
|
126
|
-
(unsigned int) *(UINT8 *) (*p_argv);
|
127
|
-
break;
|
128
|
-
|
129
|
-
case FFI_TYPE_SINT16:
|
130
|
-
*(signed int *) argp = (signed int) *(SINT16 *) (*p_argv);
|
131
|
-
break;
|
132
|
-
|
133
|
-
case FFI_TYPE_UINT16:
|
134
|
-
*(unsigned int *) argp =
|
135
|
-
(unsigned int) *(UINT16 *) (*p_argv);
|
136
|
-
break;
|
137
|
-
|
138
|
-
default:
|
139
|
-
FFI_ASSERT (0);
|
140
|
-
}
|
141
|
-
z = sizeof (int);
|
142
|
-
}
|
143
|
-
else if (z == sizeof (int))
|
144
|
-
*(unsigned int *) argp = (unsigned int) *(UINT32 *) (*p_argv);
|
145
|
-
else
|
146
|
-
memcpy (argp, *p_argv, z);
|
147
|
-
break;
|
148
|
-
}
|
149
|
-
p_argv++;
|
150
|
-
argp += z;
|
151
|
-
}
|
152
|
-
|
153
|
-
return (struct_count);
|
154
|
-
}
|
155
|
-
|
156
|
-
ffi_status FFI_HIDDEN
|
157
|
-
ffi_prep_cif_core (ffi_cif * cif,
|
158
|
-
ffi_abi abi, unsigned int isvariadic,
|
159
|
-
unsigned int nfixedargs, unsigned int ntotalargs,
|
160
|
-
ffi_type * rtype, ffi_type ** atypes)
|
161
|
-
{
|
162
|
-
unsigned bytes = 0;
|
163
|
-
unsigned int i;
|
164
|
-
ffi_type **ptr;
|
165
|
-
|
166
|
-
FFI_ASSERT (cif != NULL);
|
167
|
-
FFI_ASSERT((!isvariadic) || (nfixedargs >= 1));
|
168
|
-
FFI_ASSERT(nfixedargs <= ntotalargs);
|
169
|
-
FFI_ASSERT (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI);
|
170
|
-
|
171
|
-
cif->abi = abi;
|
172
|
-
cif->arg_types = atypes;
|
173
|
-
cif->nargs = ntotalargs;
|
174
|
-
cif->rtype = rtype;
|
175
|
-
|
176
|
-
cif->flags = 0;
|
177
|
-
|
178
|
-
if ((cif->rtype->size == 0)
|
179
|
-
&& (initialize_aggregate_packed_struct (cif->rtype) != FFI_OK))
|
180
|
-
return FFI_BAD_TYPEDEF;
|
181
|
-
|
182
|
-
FFI_ASSERT_VALID_TYPE (cif->rtype);
|
183
|
-
|
184
|
-
for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
|
185
|
-
{
|
186
|
-
if (((*ptr)->size == 0)
|
187
|
-
&& (initialize_aggregate_packed_struct ((*ptr)) != FFI_OK))
|
188
|
-
return FFI_BAD_TYPEDEF;
|
189
|
-
|
190
|
-
FFI_ASSERT_VALID_TYPE (*ptr);
|
191
|
-
|
192
|
-
if (((*ptr)->alignment - 1) & bytes)
|
193
|
-
bytes = FFI_ALIGN (bytes, (*ptr)->alignment);
|
194
|
-
if ((*ptr)->type == FFI_TYPE_STRUCT)
|
195
|
-
{
|
196
|
-
if ((*ptr)->size > 8)
|
197
|
-
{
|
198
|
-
bytes += (*ptr)->size;
|
199
|
-
bytes += sizeof (void *);
|
200
|
-
}
|
201
|
-
else
|
202
|
-
{
|
203
|
-
if ((*ptr)->size > 4)
|
204
|
-
bytes += 8;
|
205
|
-
else
|
206
|
-
bytes += 4;
|
207
|
-
}
|
208
|
-
}
|
209
|
-
else
|
210
|
-
bytes += STACK_ARG_SIZE ((*ptr)->size);
|
211
|
-
}
|
212
|
-
|
213
|
-
cif->bytes = bytes;
|
214
|
-
|
215
|
-
return ffi_prep_cif_machdep (cif);
|
216
|
-
}
|
217
|
-
|
218
|
-
ffi_status
|
219
|
-
ffi_prep_cif_machdep (ffi_cif * cif)
|
220
|
-
{
|
221
|
-
switch (cif->rtype->type)
|
222
|
-
{
|
223
|
-
case FFI_TYPE_VOID:
|
224
|
-
case FFI_TYPE_STRUCT:
|
225
|
-
case FFI_TYPE_FLOAT:
|
226
|
-
case FFI_TYPE_DOUBLE:
|
227
|
-
case FFI_TYPE_SINT64:
|
228
|
-
case FFI_TYPE_UINT64:
|
229
|
-
cif->flags = (unsigned) cif->rtype->type;
|
230
|
-
break;
|
231
|
-
|
232
|
-
default:
|
233
|
-
cif->flags = FFI_TYPE_INT;
|
234
|
-
break;
|
235
|
-
}
|
236
|
-
|
237
|
-
return FFI_OK;
|
238
|
-
}
|
239
|
-
|
240
|
-
extern void ffi_call_SYSV (int (*)(char *, extended_cif *),
|
241
|
-
extended_cif *,
|
242
|
-
unsigned, unsigned, unsigned *, void (*fn) ())
|
243
|
-
__attribute__ ((__visibility__ ("hidden")));
|
244
|
-
|
245
|
-
void
|
246
|
-
ffi_call (ffi_cif * cif, void (*fn) (), void *rvalue, void **avalue)
|
247
|
-
{
|
248
|
-
extended_cif ecif;
|
249
|
-
|
250
|
-
ecif.cif = cif;
|
251
|
-
ecif.avalue = avalue;
|
252
|
-
|
253
|
-
if ((rvalue == NULL) && (cif->rtype->type == FFI_TYPE_STRUCT))
|
254
|
-
{
|
255
|
-
ecif.rvalue = alloca (cif->rtype->size);
|
256
|
-
}
|
257
|
-
else
|
258
|
-
ecif.rvalue = rvalue;
|
259
|
-
|
260
|
-
switch (cif->abi)
|
261
|
-
{
|
262
|
-
case FFI_SYSV:
|
263
|
-
ffi_call_SYSV (ffi_prep_args, &ecif, cif->bytes,
|
264
|
-
cif->flags, ecif.rvalue, fn);
|
265
|
-
break;
|
266
|
-
default:
|
267
|
-
FFI_ASSERT (0);
|
268
|
-
break;
|
269
|
-
}
|
270
|
-
}
|
271
|
-
|
272
|
-
/* Because the following variables are not exported outside libffi, we
|
273
|
-
mark them hidden. */
|
274
|
-
|
275
|
-
/* Assembly code for the jump stub. */
|
276
|
-
extern const char ffi_cris_trampoline_template[]
|
277
|
-
__attribute__ ((__visibility__ ("hidden")));
|
278
|
-
|
279
|
-
/* Offset into ffi_cris_trampoline_template of where to put the
|
280
|
-
ffi_prep_closure_inner function. */
|
281
|
-
extern const int ffi_cris_trampoline_fn_offset
|
282
|
-
__attribute__ ((__visibility__ ("hidden")));
|
283
|
-
|
284
|
-
/* Offset into ffi_cris_trampoline_template of where to put the
|
285
|
-
closure data. */
|
286
|
-
extern const int ffi_cris_trampoline_closure_offset
|
287
|
-
__attribute__ ((__visibility__ ("hidden")));
|
288
|
-
|
289
|
-
/* This function is sibling-called (jumped to) by the closure
|
290
|
-
trampoline. We get R10..R13 at PARAMS[0..3] and a copy of [SP] at
|
291
|
-
PARAMS[4] to simplify handling of a straddling parameter. A copy
|
292
|
-
of R9 is at PARAMS[5] and SP at PARAMS[6]. These parameters are
|
293
|
-
put at the appropriate place in CLOSURE which is then executed and
|
294
|
-
the return value is passed back to the caller. */
|
295
|
-
|
296
|
-
static unsigned long long
|
297
|
-
ffi_prep_closure_inner (void **params, ffi_closure* closure)
|
298
|
-
{
|
299
|
-
char *register_args = (char *) params;
|
300
|
-
void *struct_ret = params[5];
|
301
|
-
char *stack_args = params[6];
|
302
|
-
char *ptr = register_args;
|
303
|
-
ffi_cif *cif = closure->cif;
|
304
|
-
ffi_type **arg_types = cif->arg_types;
|
305
|
-
|
306
|
-
/* Max room needed is number of arguments as 64-bit values. */
|
307
|
-
void **avalue = alloca (closure->cif->nargs * sizeof(void *));
|
308
|
-
int i;
|
309
|
-
int doing_regs;
|
310
|
-
long long llret = 0;
|
311
|
-
|
312
|
-
/* Find the address of each argument. */
|
313
|
-
for (i = 0, doing_regs = 1; i < cif->nargs; i++)
|
314
|
-
{
|
315
|
-
/* Types up to and including 8 bytes go by-value. */
|
316
|
-
if (arg_types[i]->size <= 4)
|
317
|
-
{
|
318
|
-
avalue[i] = ptr;
|
319
|
-
ptr += 4;
|
320
|
-
}
|
321
|
-
else if (arg_types[i]->size <= 8)
|
322
|
-
{
|
323
|
-
avalue[i] = ptr;
|
324
|
-
ptr += 8;
|
325
|
-
}
|
326
|
-
else
|
327
|
-
{
|
328
|
-
FFI_ASSERT (arg_types[i]->type == FFI_TYPE_STRUCT);
|
329
|
-
|
330
|
-
/* Passed by-reference, so copy the pointer. */
|
331
|
-
avalue[i] = *(void **) ptr;
|
332
|
-
ptr += 4;
|
333
|
-
}
|
334
|
-
|
335
|
-
/* If we've handled more arguments than fit in registers, start
|
336
|
-
looking at the those passed on the stack. Step over the
|
337
|
-
first one if we had a straddling parameter. */
|
338
|
-
if (doing_regs && ptr >= register_args + 4*4)
|
339
|
-
{
|
340
|
-
ptr = stack_args + ((ptr > register_args + 4*4) ? 4 : 0);
|
341
|
-
doing_regs = 0;
|
342
|
-
}
|
343
|
-
}
|
344
|
-
|
345
|
-
/* Invoke the closure. */
|
346
|
-
(closure->fun) (cif,
|
347
|
-
|
348
|
-
cif->rtype->type == FFI_TYPE_STRUCT
|
349
|
-
/* The caller allocated space for the return
|
350
|
-
structure, and passed a pointer to this space in
|
351
|
-
R9. */
|
352
|
-
? struct_ret
|
353
|
-
|
354
|
-
/* We take advantage of being able to ignore that
|
355
|
-
the high part isn't set if the return value is
|
356
|
-
not in R10:R11, but in R10 only. */
|
357
|
-
: (void *) &llret,
|
358
|
-
|
359
|
-
avalue, closure->user_data);
|
360
|
-
|
361
|
-
return llret;
|
362
|
-
}
|
363
|
-
|
364
|
-
/* API function: Prepare the trampoline. */
|
365
|
-
|
366
|
-
ffi_status
|
367
|
-
ffi_prep_closure_loc (ffi_closure* closure,
|
368
|
-
ffi_cif* cif,
|
369
|
-
void (*fun)(ffi_cif *, void *, void **, void*),
|
370
|
-
void *user_data,
|
371
|
-
void *codeloc)
|
372
|
-
{
|
373
|
-
void *innerfn = ffi_prep_closure_inner;
|
374
|
-
FFI_ASSERT (cif->abi == FFI_SYSV);
|
375
|
-
closure->cif = cif;
|
376
|
-
closure->user_data = user_data;
|
377
|
-
closure->fun = fun;
|
378
|
-
memcpy (closure->tramp, ffi_cris_trampoline_template,
|
379
|
-
FFI_CRIS_TRAMPOLINE_CODE_PART_SIZE);
|
380
|
-
memcpy (closure->tramp + ffi_cris_trampoline_fn_offset,
|
381
|
-
&innerfn, sizeof (void *));
|
382
|
-
memcpy (closure->tramp + ffi_cris_trampoline_closure_offset,
|
383
|
-
&codeloc, sizeof (void *));
|
384
|
-
|
385
|
-
return FFI_OK;
|
386
|
-
}
|
@@ -1,56 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------*-C-*-
|
2
|
-
ffitarget.h - Copyright (c) 2012 Anthony Green
|
3
|
-
Copyright (c) 1996-2003 Red Hat, Inc.
|
4
|
-
Target configuration macros for CRIS.
|
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
|
-
|
28
|
-
#ifndef LIBFFI_TARGET_H
|
29
|
-
#define LIBFFI_TARGET_H
|
30
|
-
|
31
|
-
#ifndef LIBFFI_H
|
32
|
-
#error "Please do not include ffitarget.h directly into your source. Use ffi.h instead."
|
33
|
-
#endif
|
34
|
-
|
35
|
-
#ifndef LIBFFI_ASM
|
36
|
-
typedef unsigned long ffi_arg;
|
37
|
-
typedef signed long ffi_sarg;
|
38
|
-
|
39
|
-
typedef enum ffi_abi {
|
40
|
-
FFI_FIRST_ABI = 0,
|
41
|
-
FFI_SYSV,
|
42
|
-
FFI_LAST_ABI,
|
43
|
-
FFI_DEFAULT_ABI = FFI_SYSV
|
44
|
-
} ffi_abi;
|
45
|
-
#endif
|
46
|
-
|
47
|
-
/* ---- Definitions for closures ----------------------------------------- */
|
48
|
-
|
49
|
-
#define FFI_CLOSURES 1
|
50
|
-
#define FFI_CRIS_TRAMPOLINE_CODE_PART_SIZE 36
|
51
|
-
#define FFI_CRIS_TRAMPOLINE_DATA_PART_SIZE (7*4)
|
52
|
-
#define FFI_TRAMPOLINE_SIZE \
|
53
|
-
(FFI_CRIS_TRAMPOLINE_CODE_PART_SIZE + FFI_CRIS_TRAMPOLINE_DATA_PART_SIZE)
|
54
|
-
#define FFI_NATIVE_RAW_API 0
|
55
|
-
|
56
|
-
#endif
|
@@ -1,215 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------------
|
2
|
-
sysv.S - Copyright (c) 2004 Simon Posnjak
|
3
|
-
Copyright (c) 2005 Axis Communications AB
|
4
|
-
|
5
|
-
CRIS 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, EXPRESS
|
19
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
21
|
-
IN NO EVENT SHALL SIMON POSNJAK BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
22
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
23
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
24
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
25
|
-
----------------------------------------------------------------------- */
|
26
|
-
|
27
|
-
#define LIBFFI_ASM
|
28
|
-
#include <ffi.h>
|
29
|
-
#define CONCAT(x,y) x ## y
|
30
|
-
#define XCONCAT(x,y) CONCAT (x, y)
|
31
|
-
#define L(x) XCONCAT (__USER_LABEL_PREFIX__, x)
|
32
|
-
|
33
|
-
.text
|
34
|
-
|
35
|
-
;; OK, when we get called we should have this (according to
|
36
|
-
;; AXIS ETRAX 100LX Programmer's Manual chapter 6.3).
|
37
|
-
;;
|
38
|
-
;; R10: ffi_prep_args (func. pointer)
|
39
|
-
;; R11: &ecif
|
40
|
-
;; R12: cif->bytes
|
41
|
-
;; R13: fig->flags
|
42
|
-
;; sp+0: ecif.rvalue
|
43
|
-
;; sp+4: fn (function pointer to the function that we need to call)
|
44
|
-
|
45
|
-
.globl L(ffi_call_SYSV)
|
46
|
-
.type L(ffi_call_SYSV),@function
|
47
|
-
.hidden L(ffi_call_SYSV)
|
48
|
-
|
49
|
-
L(ffi_call_SYSV):
|
50
|
-
;; Save the regs to the stack.
|
51
|
-
push $srp
|
52
|
-
;; Used for stack pointer saving.
|
53
|
-
push $r6
|
54
|
-
;; Used for function address pointer.
|
55
|
-
push $r7
|
56
|
-
;; Used for stack pointer saving.
|
57
|
-
push $r8
|
58
|
-
;; We save fig->flags to stack we will need them after we
|
59
|
-
;; call The Function.
|
60
|
-
push $r13
|
61
|
-
|
62
|
-
;; Saving current stack pointer.
|
63
|
-
move.d $sp,$r8
|
64
|
-
move.d $sp,$r6
|
65
|
-
|
66
|
-
;; Move address of ffi_prep_args to r13.
|
67
|
-
move.d $r10,$r13
|
68
|
-
|
69
|
-
;; Make room on the stack for the args of fn.
|
70
|
-
sub.d $r12,$sp
|
71
|
-
|
72
|
-
;; Function void ffi_prep_args(char *stack, extended_cif *ecif) parameters are:
|
73
|
-
;; r10 <-- stack pointer
|
74
|
-
;; r11 <-- &ecif (already there)
|
75
|
-
move.d $sp,$r10
|
76
|
-
|
77
|
-
;; Call the function.
|
78
|
-
jsr $r13
|
79
|
-
|
80
|
-
;; Save the size of the structures which are passed on stack.
|
81
|
-
move.d $r10,$r7
|
82
|
-
|
83
|
-
;; Move first four args in to r10..r13.
|
84
|
-
move.d [$sp+0],$r10
|
85
|
-
move.d [$sp+4],$r11
|
86
|
-
move.d [$sp+8],$r12
|
87
|
-
move.d [$sp+12],$r13
|
88
|
-
|
89
|
-
;; Adjust the stack and check if any parameters are given on stack.
|
90
|
-
addq 16,$sp
|
91
|
-
sub.d $r7,$r6
|
92
|
-
cmp.d $sp,$r6
|
93
|
-
|
94
|
-
bpl go_on
|
95
|
-
nop
|
96
|
-
|
97
|
-
go_on_no_params_on_stack:
|
98
|
-
move.d $r6,$sp
|
99
|
-
|
100
|
-
go_on:
|
101
|
-
;; Discover if we need to put rval address in to r9.
|
102
|
-
move.d [$r8+0],$r7
|
103
|
-
cmpq FFI_TYPE_STRUCT,$r7
|
104
|
-
bne call_now
|
105
|
-
nop
|
106
|
-
|
107
|
-
;; Move rval address to $r9.
|
108
|
-
move.d [$r8+20],$r9
|
109
|
-
|
110
|
-
call_now:
|
111
|
-
;; Move address of The Function in to r7.
|
112
|
-
move.d [$r8+24],$r7
|
113
|
-
|
114
|
-
;; Call The Function.
|
115
|
-
jsr $r7
|
116
|
-
|
117
|
-
;; Reset stack.
|
118
|
-
move.d $r8,$sp
|
119
|
-
|
120
|
-
;; Load rval type (fig->flags) in to r13.
|
121
|
-
pop $r13
|
122
|
-
|
123
|
-
;; Detect rval type.
|
124
|
-
cmpq FFI_TYPE_VOID,$r13
|
125
|
-
beq epilogue
|
126
|
-
|
127
|
-
cmpq FFI_TYPE_STRUCT,$r13
|
128
|
-
beq epilogue
|
129
|
-
|
130
|
-
cmpq FFI_TYPE_DOUBLE,$r13
|
131
|
-
beq return_double_or_longlong
|
132
|
-
|
133
|
-
cmpq FFI_TYPE_UINT64,$r13
|
134
|
-
beq return_double_or_longlong
|
135
|
-
|
136
|
-
cmpq FFI_TYPE_SINT64,$r13
|
137
|
-
beq return_double_or_longlong
|
138
|
-
nop
|
139
|
-
|
140
|
-
;; Just return the 32 bit value.
|
141
|
-
ba return
|
142
|
-
nop
|
143
|
-
|
144
|
-
return_double_or_longlong:
|
145
|
-
;; Load half of the rval to r10 and the other half to r11.
|
146
|
-
move.d [$sp+16],$r13
|
147
|
-
move.d $r10,[$r13]
|
148
|
-
addq 4,$r13
|
149
|
-
move.d $r11,[$r13]
|
150
|
-
ba epilogue
|
151
|
-
nop
|
152
|
-
|
153
|
-
return:
|
154
|
-
;; Load the rval to r10.
|
155
|
-
move.d [$sp+16],$r13
|
156
|
-
move.d $r10,[$r13]
|
157
|
-
|
158
|
-
epilogue:
|
159
|
-
pop $r8
|
160
|
-
pop $r7
|
161
|
-
pop $r6
|
162
|
-
Jump [$sp+]
|
163
|
-
|
164
|
-
.size ffi_call_SYSV,.-ffi_call_SYSV
|
165
|
-
|
166
|
-
/* Save R10..R13 into an array, somewhat like varargs. Copy the next
|
167
|
-
argument too, to simplify handling of any straddling parameter.
|
168
|
-
Save R9 and SP after those. Jump to function handling the rest.
|
169
|
-
Since this is a template, copied and the main function filled in by
|
170
|
-
the user. */
|
171
|
-
|
172
|
-
.globl L(ffi_cris_trampoline_template)
|
173
|
-
.type L(ffi_cris_trampoline_template),@function
|
174
|
-
.hidden L(ffi_cris_trampoline_template)
|
175
|
-
|
176
|
-
L(ffi_cris_trampoline_template):
|
177
|
-
0:
|
178
|
-
/* The value we get for "PC" is right after the prefix instruction,
|
179
|
-
two bytes from the beginning, i.e. 0b+2. */
|
180
|
-
move.d $r10,[$pc+2f-(0b+2)]
|
181
|
-
move.d $pc,$r10
|
182
|
-
1:
|
183
|
-
addq 2f-1b+4,$r10
|
184
|
-
move.d $r11,[$r10+]
|
185
|
-
move.d $r12,[$r10+]
|
186
|
-
move.d $r13,[$r10+]
|
187
|
-
move.d [$sp],$r11
|
188
|
-
move.d $r11,[$r10+]
|
189
|
-
move.d $r9,[$r10+]
|
190
|
-
move.d $sp,[$r10+]
|
191
|
-
subq FFI_CRIS_TRAMPOLINE_DATA_PART_SIZE,$r10
|
192
|
-
move.d 0,$r11
|
193
|
-
3:
|
194
|
-
jump 0
|
195
|
-
2:
|
196
|
-
.size ffi_cris_trampoline_template,.-0b
|
197
|
-
|
198
|
-
/* This macro create a constant usable as "extern const int \name" in
|
199
|
-
C from within libffi, when \name has no prefix decoration. */
|
200
|
-
|
201
|
-
.macro const name,value
|
202
|
-
.globl \name
|
203
|
-
.type \name,@object
|
204
|
-
.hidden \name
|
205
|
-
\name:
|
206
|
-
.dword \value
|
207
|
-
.size \name,4
|
208
|
-
.endm
|
209
|
-
|
210
|
-
/* Constants for offsets within the trampoline. We could do this with
|
211
|
-
just symbols, avoiding memory contents and memory accesses, but the
|
212
|
-
C usage code would look a bit stranger. */
|
213
|
-
|
214
|
-
const L(ffi_cris_trampoline_fn_offset),2b-4-0b
|
215
|
-
const L(ffi_cris_trampoline_closure_offset),3b-4-0b
|