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,525 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------------
|
2
|
-
unix64.S - Copyright (c) 2013 The Written Word, Inc.
|
3
|
-
- Copyright (c) 2008 Red Hat, Inc
|
4
|
-
- Copyright (c) 2002 Bo Thorsen <bo@suse.de>
|
5
|
-
|
6
|
-
x86-64 Foreign Function Interface
|
7
|
-
|
8
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
9
|
-
a copy of this software and associated documentation files (the
|
10
|
-
``Software''), to deal in the Software without restriction, including
|
11
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
12
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
13
|
-
permit persons to whom the Software is furnished to do so, subject to
|
14
|
-
the following conditions:
|
15
|
-
|
16
|
-
The above copyright notice and this permission notice shall be included
|
17
|
-
in all copies or substantial portions of the Software.
|
18
|
-
|
19
|
-
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
|
20
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
21
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
22
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
23
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
24
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
26
|
-
DEALINGS IN THE SOFTWARE.
|
27
|
-
----------------------------------------------------------------------- */
|
28
|
-
|
29
|
-
#ifdef __x86_64__
|
30
|
-
#define LIBFFI_ASM
|
31
|
-
#include <fficonfig.h>
|
32
|
-
#include <ffi.h>
|
33
|
-
#include "internal64.h"
|
34
|
-
#include "asmnames.h"
|
35
|
-
|
36
|
-
.text
|
37
|
-
|
38
|
-
/* This macro allows the safe creation of jump tables without an
|
39
|
-
actual table. The entry points into the table are all 8 bytes.
|
40
|
-
The use of ORG asserts that we're at the correct location. */
|
41
|
-
/* ??? The clang assembler doesn't handle .org with symbolic expressions. */
|
42
|
-
#if defined(__clang__) || defined(__APPLE__) || (defined (__sun__) && defined(__svr4__))
|
43
|
-
# define E(BASE, X) .balign 8
|
44
|
-
#else
|
45
|
-
# define E(BASE, X) .balign 8; .org BASE + X * 8
|
46
|
-
#endif
|
47
|
-
|
48
|
-
/* ffi_call_unix64 (void *args, unsigned long bytes, unsigned flags,
|
49
|
-
void *raddr, void (*fnaddr)(void));
|
50
|
-
|
51
|
-
Bit o trickiness here -- ARGS+BYTES is the base of the stack frame
|
52
|
-
for this function. This has been allocated by ffi_call. We also
|
53
|
-
deallocate some of the stack that has been alloca'd. */
|
54
|
-
|
55
|
-
.balign 8
|
56
|
-
.globl C(ffi_call_unix64)
|
57
|
-
FFI_HIDDEN(C(ffi_call_unix64))
|
58
|
-
|
59
|
-
C(ffi_call_unix64):
|
60
|
-
L(UW0):
|
61
|
-
movq (%rsp), %r10 /* Load return address. */
|
62
|
-
leaq (%rdi, %rsi), %rax /* Find local stack base. */
|
63
|
-
movq %rdx, (%rax) /* Save flags. */
|
64
|
-
movq %rcx, 8(%rax) /* Save raddr. */
|
65
|
-
movq %rbp, 16(%rax) /* Save old frame pointer. */
|
66
|
-
movq %r10, 24(%rax) /* Relocate return address. */
|
67
|
-
movq %rax, %rbp /* Finalize local stack frame. */
|
68
|
-
|
69
|
-
/* New stack frame based off rbp. This is a itty bit of unwind
|
70
|
-
trickery in that the CFA *has* changed. There is no easy way
|
71
|
-
to describe it correctly on entry to the function. Fortunately,
|
72
|
-
it doesn't matter too much since at all points we can correctly
|
73
|
-
unwind back to ffi_call. Note that the location to which we
|
74
|
-
moved the return address is (the new) CFA-8, so from the
|
75
|
-
perspective of the unwind info, it hasn't moved. */
|
76
|
-
L(UW1):
|
77
|
-
/* cfi_def_cfa(%rbp, 32) */
|
78
|
-
/* cfi_rel_offset(%rbp, 16) */
|
79
|
-
|
80
|
-
movq %rdi, %r10 /* Save a copy of the register area. */
|
81
|
-
movq %r8, %r11 /* Save a copy of the target fn. */
|
82
|
-
movl %r9d, %eax /* Set number of SSE registers. */
|
83
|
-
|
84
|
-
/* Load up all argument registers. */
|
85
|
-
movq (%r10), %rdi
|
86
|
-
movq 0x08(%r10), %rsi
|
87
|
-
movq 0x10(%r10), %rdx
|
88
|
-
movq 0x18(%r10), %rcx
|
89
|
-
movq 0x20(%r10), %r8
|
90
|
-
movq 0x28(%r10), %r9
|
91
|
-
movl 0xb0(%r10), %eax
|
92
|
-
testl %eax, %eax
|
93
|
-
jnz L(load_sse)
|
94
|
-
L(ret_from_load_sse):
|
95
|
-
|
96
|
-
/* Deallocate the reg arg area, except for r10, then load via pop. */
|
97
|
-
leaq 0xb8(%r10), %rsp
|
98
|
-
popq %r10
|
99
|
-
|
100
|
-
/* Call the user function. */
|
101
|
-
call *%r11
|
102
|
-
|
103
|
-
/* Deallocate stack arg area; local stack frame in redzone. */
|
104
|
-
leaq 24(%rbp), %rsp
|
105
|
-
|
106
|
-
movq 0(%rbp), %rcx /* Reload flags. */
|
107
|
-
movq 8(%rbp), %rdi /* Reload raddr. */
|
108
|
-
movq 16(%rbp), %rbp /* Reload old frame pointer. */
|
109
|
-
L(UW2):
|
110
|
-
/* cfi_remember_state */
|
111
|
-
/* cfi_def_cfa(%rsp, 8) */
|
112
|
-
/* cfi_restore(%rbp) */
|
113
|
-
|
114
|
-
/* The first byte of the flags contains the FFI_TYPE. */
|
115
|
-
cmpb $UNIX64_RET_LAST, %cl
|
116
|
-
movzbl %cl, %r10d
|
117
|
-
leaq L(store_table)(%rip), %r11
|
118
|
-
ja L(sa)
|
119
|
-
leaq (%r11, %r10, 8), %r10
|
120
|
-
|
121
|
-
/* Prep for the structure cases: scratch area in redzone. */
|
122
|
-
leaq -20(%rsp), %rsi
|
123
|
-
jmp *%r10
|
124
|
-
|
125
|
-
.balign 8
|
126
|
-
L(store_table):
|
127
|
-
E(L(store_table), UNIX64_RET_VOID)
|
128
|
-
ret
|
129
|
-
E(L(store_table), UNIX64_RET_UINT8)
|
130
|
-
movzbl %al, %eax
|
131
|
-
movq %rax, (%rdi)
|
132
|
-
ret
|
133
|
-
E(L(store_table), UNIX64_RET_UINT16)
|
134
|
-
movzwl %ax, %eax
|
135
|
-
movq %rax, (%rdi)
|
136
|
-
ret
|
137
|
-
E(L(store_table), UNIX64_RET_UINT32)
|
138
|
-
movl %eax, %eax
|
139
|
-
movq %rax, (%rdi)
|
140
|
-
ret
|
141
|
-
E(L(store_table), UNIX64_RET_SINT8)
|
142
|
-
movsbq %al, %rax
|
143
|
-
movq %rax, (%rdi)
|
144
|
-
ret
|
145
|
-
E(L(store_table), UNIX64_RET_SINT16)
|
146
|
-
movswq %ax, %rax
|
147
|
-
movq %rax, (%rdi)
|
148
|
-
ret
|
149
|
-
E(L(store_table), UNIX64_RET_SINT32)
|
150
|
-
cltq
|
151
|
-
movq %rax, (%rdi)
|
152
|
-
ret
|
153
|
-
E(L(store_table), UNIX64_RET_INT64)
|
154
|
-
movq %rax, (%rdi)
|
155
|
-
ret
|
156
|
-
E(L(store_table), UNIX64_RET_XMM32)
|
157
|
-
movd %xmm0, (%rdi)
|
158
|
-
ret
|
159
|
-
E(L(store_table), UNIX64_RET_XMM64)
|
160
|
-
movq %xmm0, (%rdi)
|
161
|
-
ret
|
162
|
-
E(L(store_table), UNIX64_RET_X87)
|
163
|
-
fstpt (%rdi)
|
164
|
-
ret
|
165
|
-
E(L(store_table), UNIX64_RET_X87_2)
|
166
|
-
fstpt (%rdi)
|
167
|
-
fstpt 16(%rdi)
|
168
|
-
ret
|
169
|
-
E(L(store_table), UNIX64_RET_ST_XMM0_RAX)
|
170
|
-
movq %rax, 8(%rsi)
|
171
|
-
jmp L(s3)
|
172
|
-
E(L(store_table), UNIX64_RET_ST_RAX_XMM0)
|
173
|
-
movq %xmm0, 8(%rsi)
|
174
|
-
jmp L(s2)
|
175
|
-
E(L(store_table), UNIX64_RET_ST_XMM0_XMM1)
|
176
|
-
movq %xmm1, 8(%rsi)
|
177
|
-
jmp L(s3)
|
178
|
-
E(L(store_table), UNIX64_RET_ST_RAX_RDX)
|
179
|
-
movq %rdx, 8(%rsi)
|
180
|
-
L(s2):
|
181
|
-
movq %rax, (%rsi)
|
182
|
-
shrl $UNIX64_SIZE_SHIFT, %ecx
|
183
|
-
rep movsb
|
184
|
-
ret
|
185
|
-
.balign 8
|
186
|
-
L(s3):
|
187
|
-
movq %xmm0, (%rsi)
|
188
|
-
shrl $UNIX64_SIZE_SHIFT, %ecx
|
189
|
-
rep movsb
|
190
|
-
ret
|
191
|
-
|
192
|
-
L(sa): call PLT(C(abort))
|
193
|
-
|
194
|
-
/* Many times we can avoid loading any SSE registers at all.
|
195
|
-
It's not worth an indirect jump to load the exact set of
|
196
|
-
SSE registers needed; zero or all is a good compromise. */
|
197
|
-
.balign 2
|
198
|
-
L(UW3):
|
199
|
-
/* cfi_restore_state */
|
200
|
-
L(load_sse):
|
201
|
-
movdqa 0x30(%r10), %xmm0
|
202
|
-
movdqa 0x40(%r10), %xmm1
|
203
|
-
movdqa 0x50(%r10), %xmm2
|
204
|
-
movdqa 0x60(%r10), %xmm3
|
205
|
-
movdqa 0x70(%r10), %xmm4
|
206
|
-
movdqa 0x80(%r10), %xmm5
|
207
|
-
movdqa 0x90(%r10), %xmm6
|
208
|
-
movdqa 0xa0(%r10), %xmm7
|
209
|
-
jmp L(ret_from_load_sse)
|
210
|
-
|
211
|
-
L(UW4):
|
212
|
-
ENDF(C(ffi_call_unix64))
|
213
|
-
|
214
|
-
/* 6 general registers, 8 vector registers,
|
215
|
-
32 bytes of rvalue, 8 bytes of alignment. */
|
216
|
-
#define ffi_closure_OFS_G 0
|
217
|
-
#define ffi_closure_OFS_V (6*8)
|
218
|
-
#define ffi_closure_OFS_RVALUE (ffi_closure_OFS_V + 8*16)
|
219
|
-
#define ffi_closure_FS (ffi_closure_OFS_RVALUE + 32 + 8)
|
220
|
-
|
221
|
-
/* The location of rvalue within the red zone after deallocating the frame. */
|
222
|
-
#define ffi_closure_RED_RVALUE (ffi_closure_OFS_RVALUE - ffi_closure_FS)
|
223
|
-
|
224
|
-
.balign 2
|
225
|
-
.globl C(ffi_closure_unix64_sse)
|
226
|
-
FFI_HIDDEN(C(ffi_closure_unix64_sse))
|
227
|
-
|
228
|
-
C(ffi_closure_unix64_sse):
|
229
|
-
L(UW5):
|
230
|
-
subq $ffi_closure_FS, %rsp
|
231
|
-
L(UW6):
|
232
|
-
/* cfi_adjust_cfa_offset(ffi_closure_FS) */
|
233
|
-
|
234
|
-
movdqa %xmm0, ffi_closure_OFS_V+0x00(%rsp)
|
235
|
-
movdqa %xmm1, ffi_closure_OFS_V+0x10(%rsp)
|
236
|
-
movdqa %xmm2, ffi_closure_OFS_V+0x20(%rsp)
|
237
|
-
movdqa %xmm3, ffi_closure_OFS_V+0x30(%rsp)
|
238
|
-
movdqa %xmm4, ffi_closure_OFS_V+0x40(%rsp)
|
239
|
-
movdqa %xmm5, ffi_closure_OFS_V+0x50(%rsp)
|
240
|
-
movdqa %xmm6, ffi_closure_OFS_V+0x60(%rsp)
|
241
|
-
movdqa %xmm7, ffi_closure_OFS_V+0x70(%rsp)
|
242
|
-
jmp L(sse_entry1)
|
243
|
-
|
244
|
-
L(UW7):
|
245
|
-
ENDF(C(ffi_closure_unix64_sse))
|
246
|
-
|
247
|
-
.balign 2
|
248
|
-
.globl C(ffi_closure_unix64)
|
249
|
-
FFI_HIDDEN(C(ffi_closure_unix64))
|
250
|
-
|
251
|
-
C(ffi_closure_unix64):
|
252
|
-
L(UW8):
|
253
|
-
subq $ffi_closure_FS, %rsp
|
254
|
-
L(UW9):
|
255
|
-
/* cfi_adjust_cfa_offset(ffi_closure_FS) */
|
256
|
-
L(sse_entry1):
|
257
|
-
movq %rdi, ffi_closure_OFS_G+0x00(%rsp)
|
258
|
-
movq %rsi, ffi_closure_OFS_G+0x08(%rsp)
|
259
|
-
movq %rdx, ffi_closure_OFS_G+0x10(%rsp)
|
260
|
-
movq %rcx, ffi_closure_OFS_G+0x18(%rsp)
|
261
|
-
movq %r8, ffi_closure_OFS_G+0x20(%rsp)
|
262
|
-
movq %r9, ffi_closure_OFS_G+0x28(%rsp)
|
263
|
-
|
264
|
-
#ifdef __ILP32__
|
265
|
-
movl FFI_TRAMPOLINE_SIZE(%r10), %edi /* Load cif */
|
266
|
-
movl FFI_TRAMPOLINE_SIZE+4(%r10), %esi /* Load fun */
|
267
|
-
movl FFI_TRAMPOLINE_SIZE+8(%r10), %edx /* Load user_data */
|
268
|
-
#else
|
269
|
-
movq FFI_TRAMPOLINE_SIZE(%r10), %rdi /* Load cif */
|
270
|
-
movq FFI_TRAMPOLINE_SIZE+8(%r10), %rsi /* Load fun */
|
271
|
-
movq FFI_TRAMPOLINE_SIZE+16(%r10), %rdx /* Load user_data */
|
272
|
-
#endif
|
273
|
-
L(do_closure):
|
274
|
-
leaq ffi_closure_OFS_RVALUE(%rsp), %rcx /* Load rvalue */
|
275
|
-
movq %rsp, %r8 /* Load reg_args */
|
276
|
-
leaq ffi_closure_FS+8(%rsp), %r9 /* Load argp */
|
277
|
-
call C(ffi_closure_unix64_inner)
|
278
|
-
|
279
|
-
/* Deallocate stack frame early; return value is now in redzone. */
|
280
|
-
addq $ffi_closure_FS, %rsp
|
281
|
-
L(UW10):
|
282
|
-
/* cfi_adjust_cfa_offset(-ffi_closure_FS) */
|
283
|
-
|
284
|
-
/* The first byte of the return value contains the FFI_TYPE. */
|
285
|
-
cmpb $UNIX64_RET_LAST, %al
|
286
|
-
movzbl %al, %r10d
|
287
|
-
leaq L(load_table)(%rip), %r11
|
288
|
-
ja L(la)
|
289
|
-
leaq (%r11, %r10, 8), %r10
|
290
|
-
leaq ffi_closure_RED_RVALUE(%rsp), %rsi
|
291
|
-
jmp *%r10
|
292
|
-
|
293
|
-
.balign 8
|
294
|
-
L(load_table):
|
295
|
-
E(L(load_table), UNIX64_RET_VOID)
|
296
|
-
ret
|
297
|
-
E(L(load_table), UNIX64_RET_UINT8)
|
298
|
-
movzbl (%rsi), %eax
|
299
|
-
ret
|
300
|
-
E(L(load_table), UNIX64_RET_UINT16)
|
301
|
-
movzwl (%rsi), %eax
|
302
|
-
ret
|
303
|
-
E(L(load_table), UNIX64_RET_UINT32)
|
304
|
-
movl (%rsi), %eax
|
305
|
-
ret
|
306
|
-
E(L(load_table), UNIX64_RET_SINT8)
|
307
|
-
movsbl (%rsi), %eax
|
308
|
-
ret
|
309
|
-
E(L(load_table), UNIX64_RET_SINT16)
|
310
|
-
movswl (%rsi), %eax
|
311
|
-
ret
|
312
|
-
E(L(load_table), UNIX64_RET_SINT32)
|
313
|
-
movl (%rsi), %eax
|
314
|
-
ret
|
315
|
-
E(L(load_table), UNIX64_RET_INT64)
|
316
|
-
movq (%rsi), %rax
|
317
|
-
ret
|
318
|
-
E(L(load_table), UNIX64_RET_XMM32)
|
319
|
-
movd (%rsi), %xmm0
|
320
|
-
ret
|
321
|
-
E(L(load_table), UNIX64_RET_XMM64)
|
322
|
-
movq (%rsi), %xmm0
|
323
|
-
ret
|
324
|
-
E(L(load_table), UNIX64_RET_X87)
|
325
|
-
fldt (%rsi)
|
326
|
-
ret
|
327
|
-
E(L(load_table), UNIX64_RET_X87_2)
|
328
|
-
fldt 16(%rsi)
|
329
|
-
fldt (%rsi)
|
330
|
-
ret
|
331
|
-
E(L(load_table), UNIX64_RET_ST_XMM0_RAX)
|
332
|
-
movq 8(%rsi), %rax
|
333
|
-
jmp L(l3)
|
334
|
-
E(L(load_table), UNIX64_RET_ST_RAX_XMM0)
|
335
|
-
movq 8(%rsi), %xmm0
|
336
|
-
jmp L(l2)
|
337
|
-
E(L(load_table), UNIX64_RET_ST_XMM0_XMM1)
|
338
|
-
movq 8(%rsi), %xmm1
|
339
|
-
jmp L(l3)
|
340
|
-
E(L(load_table), UNIX64_RET_ST_RAX_RDX)
|
341
|
-
movq 8(%rsi), %rdx
|
342
|
-
L(l2):
|
343
|
-
movq (%rsi), %rax
|
344
|
-
ret
|
345
|
-
.balign 8
|
346
|
-
L(l3):
|
347
|
-
movq (%rsi), %xmm0
|
348
|
-
ret
|
349
|
-
|
350
|
-
L(la): call PLT(C(abort))
|
351
|
-
|
352
|
-
L(UW11):
|
353
|
-
ENDF(C(ffi_closure_unix64))
|
354
|
-
|
355
|
-
.balign 2
|
356
|
-
.globl C(ffi_go_closure_unix64_sse)
|
357
|
-
FFI_HIDDEN(C(ffi_go_closure_unix64_sse))
|
358
|
-
|
359
|
-
C(ffi_go_closure_unix64_sse):
|
360
|
-
L(UW12):
|
361
|
-
subq $ffi_closure_FS, %rsp
|
362
|
-
L(UW13):
|
363
|
-
/* cfi_adjust_cfa_offset(ffi_closure_FS) */
|
364
|
-
|
365
|
-
movdqa %xmm0, ffi_closure_OFS_V+0x00(%rsp)
|
366
|
-
movdqa %xmm1, ffi_closure_OFS_V+0x10(%rsp)
|
367
|
-
movdqa %xmm2, ffi_closure_OFS_V+0x20(%rsp)
|
368
|
-
movdqa %xmm3, ffi_closure_OFS_V+0x30(%rsp)
|
369
|
-
movdqa %xmm4, ffi_closure_OFS_V+0x40(%rsp)
|
370
|
-
movdqa %xmm5, ffi_closure_OFS_V+0x50(%rsp)
|
371
|
-
movdqa %xmm6, ffi_closure_OFS_V+0x60(%rsp)
|
372
|
-
movdqa %xmm7, ffi_closure_OFS_V+0x70(%rsp)
|
373
|
-
jmp L(sse_entry2)
|
374
|
-
|
375
|
-
L(UW14):
|
376
|
-
ENDF(C(ffi_go_closure_unix64_sse))
|
377
|
-
|
378
|
-
.balign 2
|
379
|
-
.globl C(ffi_go_closure_unix64)
|
380
|
-
FFI_HIDDEN(C(ffi_go_closure_unix64))
|
381
|
-
|
382
|
-
C(ffi_go_closure_unix64):
|
383
|
-
L(UW15):
|
384
|
-
subq $ffi_closure_FS, %rsp
|
385
|
-
L(UW16):
|
386
|
-
/* cfi_adjust_cfa_offset(ffi_closure_FS) */
|
387
|
-
L(sse_entry2):
|
388
|
-
movq %rdi, ffi_closure_OFS_G+0x00(%rsp)
|
389
|
-
movq %rsi, ffi_closure_OFS_G+0x08(%rsp)
|
390
|
-
movq %rdx, ffi_closure_OFS_G+0x10(%rsp)
|
391
|
-
movq %rcx, ffi_closure_OFS_G+0x18(%rsp)
|
392
|
-
movq %r8, ffi_closure_OFS_G+0x20(%rsp)
|
393
|
-
movq %r9, ffi_closure_OFS_G+0x28(%rsp)
|
394
|
-
|
395
|
-
#ifdef __ILP32__
|
396
|
-
movl 4(%r10), %edi /* Load cif */
|
397
|
-
movl 8(%r10), %esi /* Load fun */
|
398
|
-
movl %r10d, %edx /* Load closure (user_data) */
|
399
|
-
#else
|
400
|
-
movq 8(%r10), %rdi /* Load cif */
|
401
|
-
movq 16(%r10), %rsi /* Load fun */
|
402
|
-
movq %r10, %rdx /* Load closure (user_data) */
|
403
|
-
#endif
|
404
|
-
jmp L(do_closure)
|
405
|
-
|
406
|
-
L(UW17):
|
407
|
-
ENDF(C(ffi_go_closure_unix64))
|
408
|
-
|
409
|
-
/* Sadly, OSX cctools-as doesn't understand .cfi directives at all. */
|
410
|
-
|
411
|
-
#ifdef __APPLE__
|
412
|
-
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
413
|
-
EHFrame0:
|
414
|
-
#elif defined(HAVE_AS_X86_64_UNWIND_SECTION_TYPE)
|
415
|
-
.section .eh_frame,"a",@unwind
|
416
|
-
#else
|
417
|
-
.section .eh_frame,"a",@progbits
|
418
|
-
#endif
|
419
|
-
|
420
|
-
#ifdef HAVE_AS_X86_PCREL
|
421
|
-
# define PCREL(X) X - .
|
422
|
-
#else
|
423
|
-
# define PCREL(X) X@rel
|
424
|
-
#endif
|
425
|
-
|
426
|
-
/* Simplify advancing between labels. Assume DW_CFA_advance_loc1 fits. */
|
427
|
-
#define ADV(N, P) .byte 2, L(N)-L(P)
|
428
|
-
|
429
|
-
.balign 8
|
430
|
-
L(CIE):
|
431
|
-
.set L(set0),L(ECIE)-L(SCIE)
|
432
|
-
.long L(set0) /* CIE Length */
|
433
|
-
L(SCIE):
|
434
|
-
.long 0 /* CIE Identifier Tag */
|
435
|
-
.byte 1 /* CIE Version */
|
436
|
-
.ascii "zR\0" /* CIE Augmentation */
|
437
|
-
.byte 1 /* CIE Code Alignment Factor */
|
438
|
-
.byte 0x78 /* CIE Data Alignment Factor */
|
439
|
-
.byte 0x10 /* CIE RA Column */
|
440
|
-
.byte 1 /* Augmentation size */
|
441
|
-
.byte 0x1b /* FDE Encoding (pcrel sdata4) */
|
442
|
-
.byte 0xc, 7, 8 /* DW_CFA_def_cfa, %rsp offset 8 */
|
443
|
-
.byte 0x80+16, 1 /* DW_CFA_offset, %rip offset 1*-8 */
|
444
|
-
.balign 8
|
445
|
-
L(ECIE):
|
446
|
-
|
447
|
-
.set L(set1),L(EFDE1)-L(SFDE1)
|
448
|
-
.long L(set1) /* FDE Length */
|
449
|
-
L(SFDE1):
|
450
|
-
.long L(SFDE1)-L(CIE) /* FDE CIE offset */
|
451
|
-
.long PCREL(L(UW0)) /* Initial location */
|
452
|
-
.long L(UW4)-L(UW0) /* Address range */
|
453
|
-
.byte 0 /* Augmentation size */
|
454
|
-
ADV(UW1, UW0)
|
455
|
-
.byte 0xc, 6, 32 /* DW_CFA_def_cfa, %rbp 32 */
|
456
|
-
.byte 0x80+6, 2 /* DW_CFA_offset, %rbp 2*-8 */
|
457
|
-
ADV(UW2, UW1)
|
458
|
-
.byte 0xa /* DW_CFA_remember_state */
|
459
|
-
.byte 0xc, 7, 8 /* DW_CFA_def_cfa, %rsp 8 */
|
460
|
-
.byte 0xc0+6 /* DW_CFA_restore, %rbp */
|
461
|
-
ADV(UW3, UW2)
|
462
|
-
.byte 0xb /* DW_CFA_restore_state */
|
463
|
-
.balign 8
|
464
|
-
L(EFDE1):
|
465
|
-
|
466
|
-
.set L(set2),L(EFDE2)-L(SFDE2)
|
467
|
-
.long L(set2) /* FDE Length */
|
468
|
-
L(SFDE2):
|
469
|
-
.long L(SFDE2)-L(CIE) /* FDE CIE offset */
|
470
|
-
.long PCREL(L(UW5)) /* Initial location */
|
471
|
-
.long L(UW7)-L(UW5) /* Address range */
|
472
|
-
.byte 0 /* Augmentation size */
|
473
|
-
ADV(UW6, UW5)
|
474
|
-
.byte 0xe /* DW_CFA_def_cfa_offset */
|
475
|
-
.byte ffi_closure_FS + 8, 1 /* uleb128, assuming 128 <= FS < 255 */
|
476
|
-
.balign 8
|
477
|
-
L(EFDE2):
|
478
|
-
|
479
|
-
.set L(set3),L(EFDE3)-L(SFDE3)
|
480
|
-
.long L(set3) /* FDE Length */
|
481
|
-
L(SFDE3):
|
482
|
-
.long L(SFDE3)-L(CIE) /* FDE CIE offset */
|
483
|
-
.long PCREL(L(UW8)) /* Initial location */
|
484
|
-
.long L(UW11)-L(UW8) /* Address range */
|
485
|
-
.byte 0 /* Augmentation size */
|
486
|
-
ADV(UW9, UW8)
|
487
|
-
.byte 0xe /* DW_CFA_def_cfa_offset */
|
488
|
-
.byte ffi_closure_FS + 8, 1 /* uleb128, assuming 128 <= FS < 255 */
|
489
|
-
ADV(UW10, UW9)
|
490
|
-
.byte 0xe, 8 /* DW_CFA_def_cfa_offset 8 */
|
491
|
-
L(EFDE3):
|
492
|
-
|
493
|
-
.set L(set4),L(EFDE4)-L(SFDE4)
|
494
|
-
.long L(set4) /* FDE Length */
|
495
|
-
L(SFDE4):
|
496
|
-
.long L(SFDE4)-L(CIE) /* FDE CIE offset */
|
497
|
-
.long PCREL(L(UW12)) /* Initial location */
|
498
|
-
.long L(UW14)-L(UW12) /* Address range */
|
499
|
-
.byte 0 /* Augmentation size */
|
500
|
-
ADV(UW13, UW12)
|
501
|
-
.byte 0xe /* DW_CFA_def_cfa_offset */
|
502
|
-
.byte ffi_closure_FS + 8, 1 /* uleb128, assuming 128 <= FS < 255 */
|
503
|
-
.balign 8
|
504
|
-
L(EFDE4):
|
505
|
-
|
506
|
-
.set L(set5),L(EFDE5)-L(SFDE5)
|
507
|
-
.long L(set5) /* FDE Length */
|
508
|
-
L(SFDE5):
|
509
|
-
.long L(SFDE5)-L(CIE) /* FDE CIE offset */
|
510
|
-
.long PCREL(L(UW15)) /* Initial location */
|
511
|
-
.long L(UW17)-L(UW15) /* Address range */
|
512
|
-
.byte 0 /* Augmentation size */
|
513
|
-
ADV(UW16, UW15)
|
514
|
-
.byte 0xe /* DW_CFA_def_cfa_offset */
|
515
|
-
.byte ffi_closure_FS + 8, 1 /* uleb128, assuming 128 <= FS < 255 */
|
516
|
-
.balign 8
|
517
|
-
L(EFDE5):
|
518
|
-
#ifdef __APPLE__
|
519
|
-
.subsections_via_symbols
|
520
|
-
#endif
|
521
|
-
|
522
|
-
#endif /* __x86_64__ */
|
523
|
-
#if defined __ELF__ && defined __linux__
|
524
|
-
.section .note.GNU-stack,"",@progbits
|
525
|
-
#endif
|