ffi 1.16.3 → 1.17.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (550) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/CHANGELOG.md +42 -0
  4. data/Gemfile +9 -2
  5. data/README.md +1 -1
  6. data/Rakefile +17 -5
  7. data/lib/ffi/autopointer.rb +1 -9
  8. data/lib/ffi/dynamic_library.rb +34 -5
  9. data/lib/ffi/enum.rb +0 -1
  10. data/lib/ffi/function.rb +1 -1
  11. data/lib/ffi/io.rb +2 -2
  12. data/lib/ffi/library.rb +23 -23
  13. data/lib/ffi/platform/aarch64-linux/types.conf +74 -3
  14. data/lib/ffi/pointer.rb +6 -6
  15. data/lib/ffi/struct.rb +4 -4
  16. data/lib/ffi/struct_layout.rb +2 -2
  17. data/lib/ffi/struct_layout_builder.rb +8 -8
  18. data/lib/ffi/types.rb +51 -49
  19. data/lib/ffi/version.rb +1 -1
  20. data/sig/ffi/abstract_memory.rbs +165 -0
  21. data/sig/ffi/auto_pointer.rbs +27 -0
  22. data/sig/ffi/buffer.rbs +18 -0
  23. data/sig/ffi/data_converter.rbs +10 -0
  24. data/sig/ffi/dynamic_library.rbs +9 -0
  25. data/sig/ffi/enum.rbs +38 -0
  26. data/sig/ffi/function.rbs +39 -0
  27. data/sig/ffi/library.rbs +42 -0
  28. data/sig/ffi/native_type.rbs +86 -0
  29. data/sig/ffi/pointer.rbs +42 -0
  30. data/sig/ffi/struct.rbs +76 -0
  31. data/sig/ffi/struct_by_reference.rbs +11 -0
  32. data/sig/ffi/struct_by_value.rbs +7 -0
  33. data/sig/ffi/struct_layout.rbs +9 -0
  34. data/sig/ffi/struct_layout_builder.rbs +5 -0
  35. data/sig/ffi/type.rbs +39 -0
  36. data/sig/ffi.rbs +26 -0
  37. data.tar.gz.sig +0 -0
  38. metadata +34 -532
  39. metadata.gz.sig +0 -0
  40. data/ext/ffi_c/AbstractMemory.c +0 -1128
  41. data/ext/ffi_c/AbstractMemory.h +0 -176
  42. data/ext/ffi_c/ArrayType.c +0 -198
  43. data/ext/ffi_c/ArrayType.h +0 -60
  44. data/ext/ffi_c/Buffer.c +0 -417
  45. data/ext/ffi_c/Call.c +0 -498
  46. data/ext/ffi_c/Call.h +0 -107
  47. data/ext/ffi_c/ClosurePool.c +0 -333
  48. data/ext/ffi_c/ClosurePool.h +0 -59
  49. data/ext/ffi_c/DynamicLibrary.c +0 -397
  50. data/ext/ffi_c/DynamicLibrary.h +0 -98
  51. data/ext/ffi_c/Function.c +0 -1063
  52. data/ext/ffi_c/Function.h +0 -84
  53. data/ext/ffi_c/FunctionInfo.c +0 -322
  54. data/ext/ffi_c/LastError.c +0 -243
  55. data/ext/ffi_c/LastError.h +0 -47
  56. data/ext/ffi_c/LongDouble.c +0 -65
  57. data/ext/ffi_c/LongDouble.h +0 -47
  58. data/ext/ffi_c/MappedType.c +0 -211
  59. data/ext/ffi_c/MappedType.h +0 -57
  60. data/ext/ffi_c/MemoryPointer.c +0 -219
  61. data/ext/ffi_c/MemoryPointer.h +0 -49
  62. data/ext/ffi_c/MethodHandle.c +0 -350
  63. data/ext/ffi_c/MethodHandle.h +0 -56
  64. data/ext/ffi_c/Platform.c +0 -78
  65. data/ext/ffi_c/Platform.h +0 -45
  66. data/ext/ffi_c/Pointer.c +0 -546
  67. data/ext/ffi_c/Pointer.h +0 -60
  68. data/ext/ffi_c/Struct.c +0 -897
  69. data/ext/ffi_c/Struct.h +0 -115
  70. data/ext/ffi_c/StructByValue.c +0 -177
  71. data/ext/ffi_c/StructByValue.h +0 -55
  72. data/ext/ffi_c/StructLayout.c +0 -769
  73. data/ext/ffi_c/Thread.c +0 -129
  74. data/ext/ffi_c/Thread.h +0 -76
  75. data/ext/ffi_c/Type.c +0 -447
  76. data/ext/ffi_c/Type.h +0 -63
  77. data/ext/ffi_c/Types.c +0 -138
  78. data/ext/ffi_c/Types.h +0 -88
  79. data/ext/ffi_c/Variadic.c +0 -345
  80. data/ext/ffi_c/compat.h +0 -82
  81. data/ext/ffi_c/extconf.rb +0 -115
  82. data/ext/ffi_c/ffi.c +0 -97
  83. data/ext/ffi_c/libffi/.appveyor/site.exp +0 -16
  84. data/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +0 -7
  85. data/ext/ffi_c/libffi/.appveyor.yml +0 -84
  86. data/ext/ffi_c/libffi/.ci/ar-lib +0 -270
  87. data/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -58
  88. data/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +0 -18
  89. data/ext/ffi_c/libffi/.ci/build-in-container.sh +0 -10
  90. data/ext/ffi_c/libffi/.ci/build.sh +0 -124
  91. data/ext/ffi_c/libffi/.ci/compile +0 -351
  92. data/ext/ffi_c/libffi/.ci/install.sh +0 -78
  93. data/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -58
  94. data/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -60
  95. data/ext/ffi_c/libffi/.ci/msvs-detect +0 -1103
  96. data/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -58
  97. data/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -58
  98. data/ext/ffi_c/libffi/.ci/site.exp +0 -29
  99. data/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -55
  100. data/ext/ffi_c/libffi/.circleci/config.yml +0 -156
  101. data/ext/ffi_c/libffi/.gitattributes +0 -4
  102. data/ext/ffi_c/libffi/.github/issue_template.md +0 -10
  103. data/ext/ffi_c/libffi/.github/workflows/build.yml +0 -460
  104. data/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -171
  105. data/ext/ffi_c/libffi/.gitignore +0 -46
  106. data/ext/ffi_c/libffi/ChangeLog.old +0 -7407
  107. data/ext/ffi_c/libffi/LICENSE +0 -21
  108. data/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -353
  109. data/ext/ffi_c/libffi/Makefile.am +0 -157
  110. data/ext/ffi_c/libffi/Makefile.in +0 -2127
  111. data/ext/ffi_c/libffi/README.md +0 -526
  112. data/ext/ffi_c/libffi/acinclude.m4 +0 -377
  113. data/ext/ffi_c/libffi/autogen.sh +0 -2
  114. data/ext/ffi_c/libffi/compile +0 -348
  115. data/ext/ffi_c/libffi/config.guess +0 -1754
  116. data/ext/ffi_c/libffi/config.sub +0 -1892
  117. data/ext/ffi_c/libffi/configure +0 -22791
  118. data/ext/ffi_c/libffi/configure.ac +0 -451
  119. data/ext/ffi_c/libffi/configure.host +0 -337
  120. data/ext/ffi_c/libffi/doc/Makefile.am +0 -3
  121. data/ext/ffi_c/libffi/doc/Makefile.in +0 -818
  122. data/ext/ffi_c/libffi/doc/libffi.texi +0 -1046
  123. data/ext/ffi_c/libffi/doc/version.texi +0 -4
  124. data/ext/ffi_c/libffi/fficonfig.h.in +0 -188
  125. data/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -312
  126. data/ext/ffi_c/libffi/include/Makefile.am +0 -9
  127. data/ext/ffi_c/libffi/include/Makefile.in +0 -609
  128. data/ext/ffi_c/libffi/include/ffi.h.in +0 -527
  129. data/ext/ffi_c/libffi/include/ffi_cfi.h +0 -76
  130. data/ext/ffi_c/libffi/include/ffi_common.h +0 -182
  131. data/ext/ffi_c/libffi/include/tramp.h +0 -45
  132. data/ext/ffi_c/libffi/install-sh +0 -541
  133. data/ext/ffi_c/libffi/libffi.map.in +0 -76
  134. data/ext/ffi_c/libffi/libffi.pc.in +0 -11
  135. data/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -997
  136. data/ext/ffi_c/libffi/libtool-ldflags +0 -106
  137. data/ext/ffi_c/libffi/libtool-version +0 -29
  138. data/ext/ffi_c/libffi/ltmain.sh +0 -11448
  139. data/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -13
  140. data/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -50
  141. data/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -198
  142. data/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -158
  143. data/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -53
  144. data/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -119
  145. data/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -49
  146. data/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -302
  147. data/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -267
  148. data/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -89
  149. data/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +0 -51
  150. data/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -37
  151. data/ext/ffi_c/libffi/make_sunver.pl +0 -333
  152. data/ext/ffi_c/libffi/man/Makefile.am +0 -8
  153. data/ext/ffi_c/libffi/man/Makefile.in +0 -565
  154. data/ext/ffi_c/libffi/man/ffi.3 +0 -41
  155. data/ext/ffi_c/libffi/man/ffi_call.3 +0 -103
  156. data/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -68
  157. data/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -73
  158. data/ext/ffi_c/libffi/missing +0 -215
  159. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -33
  160. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -130
  161. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -57
  162. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -4
  163. data/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -511
  164. data/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -219
  165. data/ext/ffi_c/libffi/msvcc.sh +0 -353
  166. data/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -1129
  167. data/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -97
  168. data/ext/ffi_c/libffi/src/aarch64/internal.h +0 -100
  169. data/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -543
  170. data/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -506
  171. data/ext/ffi_c/libffi/src/alpha/ffi.c +0 -521
  172. data/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -57
  173. data/ext/ffi_c/libffi/src/alpha/internal.h +0 -23
  174. data/ext/ffi_c/libffi/src/alpha/osf.S +0 -282
  175. data/ext/ffi_c/libffi/src/arc/arcompact.S +0 -210
  176. data/ext/ffi_c/libffi/src/arc/ffi.c +0 -443
  177. data/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -67
  178. data/ext/ffi_c/libffi/src/arm/ffi.c +0 -921
  179. data/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -89
  180. data/ext/ffi_c/libffi/src/arm/internal.h +0 -17
  181. data/ext/ffi_c/libffi/src/arm/sysv.S +0 -456
  182. data/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -311
  183. data/ext/ffi_c/libffi/src/avr32/ffi.c +0 -423
  184. data/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -55
  185. data/ext/ffi_c/libffi/src/avr32/sysv.S +0 -208
  186. data/ext/ffi_c/libffi/src/bfin/ffi.c +0 -196
  187. data/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -43
  188. data/ext/ffi_c/libffi/src/bfin/sysv.S +0 -179
  189. data/ext/ffi_c/libffi/src/closures.c +0 -1107
  190. data/ext/ffi_c/libffi/src/cris/ffi.c +0 -386
  191. data/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -56
  192. data/ext/ffi_c/libffi/src/cris/sysv.S +0 -215
  193. data/ext/ffi_c/libffi/src/csky/ffi.c +0 -395
  194. data/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -63
  195. data/ext/ffi_c/libffi/src/csky/sysv.S +0 -371
  196. data/ext/ffi_c/libffi/src/debug.c +0 -64
  197. data/ext/ffi_c/libffi/src/dlmalloc.c +0 -5171
  198. data/ext/ffi_c/libffi/src/frv/eabi.S +0 -128
  199. data/ext/ffi_c/libffi/src/frv/ffi.c +0 -292
  200. data/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -62
  201. data/ext/ffi_c/libffi/src/ia64/ffi.c +0 -616
  202. data/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -56
  203. data/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -40
  204. data/ext/ffi_c/libffi/src/ia64/unix.S +0 -585
  205. data/ext/ffi_c/libffi/src/java_raw_api.c +0 -374
  206. data/ext/ffi_c/libffi/src/kvx/asm.h +0 -5
  207. data/ext/ffi_c/libffi/src/kvx/ffi.c +0 -273
  208. data/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -75
  209. data/ext/ffi_c/libffi/src/kvx/sysv.S +0 -127
  210. data/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -621
  211. data/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -82
  212. data/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -327
  213. data/ext/ffi_c/libffi/src/m32r/ffi.c +0 -249
  214. data/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -53
  215. data/ext/ffi_c/libffi/src/m32r/sysv.S +0 -121
  216. data/ext/ffi_c/libffi/src/m68k/ffi.c +0 -362
  217. data/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -54
  218. data/ext/ffi_c/libffi/src/m68k/sysv.S +0 -357
  219. data/ext/ffi_c/libffi/src/m88k/ffi.c +0 -400
  220. data/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -49
  221. data/ext/ffi_c/libffi/src/m88k/obsd.S +0 -209
  222. data/ext/ffi_c/libffi/src/metag/ffi.c +0 -330
  223. data/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -53
  224. data/ext/ffi_c/libffi/src/metag/sysv.S +0 -311
  225. data/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -321
  226. data/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -53
  227. data/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -302
  228. data/ext/ffi_c/libffi/src/mips/ffi.c +0 -1309
  229. data/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -251
  230. data/ext/ffi_c/libffi/src/mips/n32.S +0 -772
  231. data/ext/ffi_c/libffi/src/mips/o32.S +0 -561
  232. data/ext/ffi_c/libffi/src/moxie/eabi.S +0 -101
  233. data/ext/ffi_c/libffi/src/moxie/ffi.c +0 -310
  234. data/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -52
  235. data/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
  236. data/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
  237. data/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
  238. data/ext/ffi_c/libffi/src/or1k/ffi.c +0 -341
  239. data/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -58
  240. data/ext/ffi_c/libffi/src/or1k/sysv.S +0 -107
  241. data/ext/ffi_c/libffi/src/pa/ffi.c +0 -673
  242. data/ext/ffi_c/libffi/src/pa/ffi64.c +0 -614
  243. data/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -94
  244. data/ext/ffi_c/libffi/src/pa/hpux32.S +0 -417
  245. data/ext/ffi_c/libffi/src/pa/hpux64.S +0 -681
  246. data/ext/ffi_c/libffi/src/pa/linux.S +0 -427
  247. data/ext/ffi_c/libffi/src/powerpc/aix.S +0 -566
  248. data/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -694
  249. data/ext/ffi_c/libffi/src/powerpc/asm.h +0 -125
  250. data/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -378
  251. data/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -571
  252. data/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -175
  253. data/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -1452
  254. data/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -1153
  255. data/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -105
  256. data/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -923
  257. data/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -204
  258. data/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -293
  259. data/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -566
  260. data/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -397
  261. data/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -173
  262. data/ext/ffi_c/libffi/src/powerpc/t-aix +0 -5
  263. data/ext/ffi_c/libffi/src/prep_cif.c +0 -283
  264. data/ext/ffi_c/libffi/src/raw_api.c +0 -267
  265. data/ext/ffi_c/libffi/src/riscv/ffi.c +0 -514
  266. data/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -69
  267. data/ext/ffi_c/libffi/src/riscv/sysv.S +0 -293
  268. data/ext/ffi_c/libffi/src/s390/ffi.c +0 -756
  269. data/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -70
  270. data/ext/ffi_c/libffi/src/s390/internal.h +0 -11
  271. data/ext/ffi_c/libffi/src/s390/sysv.S +0 -325
  272. data/ext/ffi_c/libffi/src/sh/ffi.c +0 -717
  273. data/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -54
  274. data/ext/ffi_c/libffi/src/sh/sysv.S +0 -850
  275. data/ext/ffi_c/libffi/src/sh64/ffi.c +0 -469
  276. data/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -58
  277. data/ext/ffi_c/libffi/src/sh64/sysv.S +0 -539
  278. data/ext/ffi_c/libffi/src/sparc/ffi.c +0 -468
  279. data/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -624
  280. data/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -81
  281. data/ext/ffi_c/libffi/src/sparc/internal.h +0 -26
  282. data/ext/ffi_c/libffi/src/sparc/v8.S +0 -443
  283. data/ext/ffi_c/libffi/src/sparc/v9.S +0 -440
  284. data/ext/ffi_c/libffi/src/tile/ffi.c +0 -355
  285. data/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -65
  286. data/ext/ffi_c/libffi/src/tile/tile.S +0 -360
  287. data/ext/ffi_c/libffi/src/tramp.c +0 -716
  288. data/ext/ffi_c/libffi/src/types.c +0 -108
  289. data/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -195
  290. data/ext/ffi_c/libffi/src/vax/ffi.c +0 -276
  291. data/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -49
  292. data/ext/ffi_c/libffi/src/wasm32/ffi.c +0 -934
  293. data/ext/ffi_c/libffi/src/wasm32/ffitarget.h +0 -62
  294. data/ext/ffi_c/libffi/src/x86/asmnames.h +0 -30
  295. data/ext/ffi_c/libffi/src/x86/ffi.c +0 -832
  296. data/ext/ffi_c/libffi/src/x86/ffi64.c +0 -950
  297. data/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -164
  298. data/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -361
  299. data/ext/ffi_c/libffi/src/x86/internal.h +0 -43
  300. data/ext/ffi_c/libffi/src/x86/internal64.h +0 -36
  301. data/ext/ffi_c/libffi/src/x86/sysv.S +0 -1272
  302. data/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -998
  303. data/ext/ffi_c/libffi/src/x86/unix64.S +0 -711
  304. data/ext/ffi_c/libffi/src/x86/win64.S +0 -254
  305. data/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -238
  306. data/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -306
  307. data/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -57
  308. data/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -268
  309. data/ext/ffi_c/libffi/stamp-h.in +0 -1
  310. data/ext/ffi_c/libffi/testsuite/Makefile.am +0 -135
  311. data/ext/ffi_c/libffi/testsuite/Makefile.in +0 -664
  312. data/ext/ffi_c/libffi/testsuite/config/default.exp +0 -1
  313. data/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -54
  314. data/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -63
  315. data/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -80
  316. data/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -48
  317. data/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -7
  318. data/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -51
  319. data/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -682
  320. data/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
  321. data/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -45
  322. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -28
  323. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -78
  324. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -50
  325. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -63
  326. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -1746
  327. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -2885
  328. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -747
  329. data/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -46
  330. data/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -46
  331. data/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -41
  332. data/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -54
  333. data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -26
  334. data/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -163
  335. data/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -59
  336. data/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -60
  337. data/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -61
  338. data/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -74
  339. data/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -62
  340. data/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -110
  341. data/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -59
  342. data/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -57
  343. data/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -70
  344. data/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -78
  345. data/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -52
  346. data/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -46
  347. data/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -127
  348. data/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -59
  349. data/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -114
  350. data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -36
  351. data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -43
  352. data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -42
  353. data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -35
  354. data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -36
  355. data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -49
  356. data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -42
  357. data/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -34
  358. data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -41
  359. data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -48
  360. data/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -36
  361. data/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -42
  362. data/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -38
  363. data/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -42
  364. data/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -60
  365. data/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -43
  366. data/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
  367. data/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
  368. data/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
  369. data/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -67
  370. data/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -57
  371. data/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -67
  372. data/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -60
  373. data/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -64
  374. data/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -66
  375. data/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -64
  376. data/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -74
  377. data/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -81
  378. data/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -68
  379. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -63
  380. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -65
  381. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -65
  382. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -67
  383. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -67
  384. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -93
  385. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -61
  386. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -63
  387. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -90
  388. data/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -61
  389. data/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -78
  390. data/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -220
  391. data/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -154
  392. data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -134
  393. data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -134
  394. data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -140
  395. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -67
  396. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -90
  397. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -83
  398. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -83
  399. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -102
  400. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -91
  401. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -94
  402. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -92
  403. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -96
  404. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -61
  405. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -112
  406. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -117
  407. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -120
  408. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -131
  409. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -93
  410. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -109
  411. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -113
  412. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -145
  413. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -103
  414. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -114
  415. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -103
  416. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -103
  417. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -113
  418. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -120
  419. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -103
  420. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -137
  421. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -116
  422. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -148
  423. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -140
  424. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -121
  425. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -155
  426. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -121
  427. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -102
  428. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -103
  429. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -103
  430. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -111
  431. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -109
  432. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -111
  433. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -147
  434. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -152
  435. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -113
  436. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -108
  437. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -106
  438. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -109
  439. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -108
  440. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -109
  441. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -111
  442. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -68
  443. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -43
  444. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -69
  445. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -46
  446. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -115
  447. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -80
  448. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -70
  449. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -55
  450. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -78
  451. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -79
  452. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -94
  453. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -99
  454. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -78
  455. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -94
  456. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -79
  457. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -152
  458. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -47
  459. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -44
  460. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -45
  461. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -125
  462. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -45
  463. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -47
  464. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -49
  465. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -49
  466. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -49
  467. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -46
  468. data/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -36
  469. data/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -1
  470. data/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -343
  471. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -175
  472. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -161
  473. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -146
  474. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -137
  475. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -86
  476. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -115
  477. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -119
  478. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -120
  479. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -120
  480. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -121
  481. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -142
  482. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -120
  483. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -142
  484. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -142
  485. data/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -90
  486. data/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -86
  487. data/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -102
  488. data/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -101
  489. data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -145
  490. data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -148
  491. data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -124
  492. data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -125
  493. data/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -75
  494. data/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -118
  495. data/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -55
  496. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -91
  497. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -10
  498. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -10
  499. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -10
  500. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -42
  501. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -10
  502. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -10
  503. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -10
  504. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -71
  505. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -10
  506. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -10
  507. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -10
  508. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -80
  509. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -10
  510. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -16
  511. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -10
  512. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -36
  513. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -51
  514. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -7
  515. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -7
  516. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -7
  517. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -10
  518. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -10
  519. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
  520. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -10
  521. data/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -1
  522. data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -78
  523. data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -10
  524. data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -10
  525. data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -10
  526. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -37
  527. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -41
  528. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -10
  529. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -10
  530. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -10
  531. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -44
  532. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -10
  533. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -10
  534. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -10
  535. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -10
  536. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -10
  537. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -10
  538. data/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -34
  539. data/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -28
  540. data/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -1
  541. data/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -36
  542. data/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -19
  543. data/ext/ffi_c/libffi.bsd.mk +0 -40
  544. data/ext/ffi_c/libffi.darwin.mk +0 -105
  545. data/ext/ffi_c/libffi.gnu.mk +0 -32
  546. data/ext/ffi_c/libffi.mk +0 -18
  547. data/ext/ffi_c/libffi.vc.mk +0 -26
  548. data/ext/ffi_c/libffi.vc64.mk +0 -26
  549. data/ext/ffi_c/rbffi.h +0 -55
  550. data/ext/ffi_c/rbffi_endian.h +0 -59
@@ -1,1107 +0,0 @@
1
- /* -----------------------------------------------------------------------
2
- closures.c - Copyright (c) 2019, 2022 Anthony Green
3
- Copyright (c) 2007, 2009, 2010 Red Hat, Inc.
4
- Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc
5
- Copyright (c) 2011 Plausible Labs Cooperative, Inc.
6
-
7
- Code to allocate and deallocate memory for closures.
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,
21
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
24
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
25
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27
- DEALINGS IN THE SOFTWARE.
28
- ----------------------------------------------------------------------- */
29
-
30
- #if (defined __linux__ || defined __CYGWIN__) && !defined _GNU_SOURCE
31
- #define _GNU_SOURCE 1
32
- #endif
33
-
34
- #ifndef __EMSCRIPTEN__
35
-
36
- #include <fficonfig.h>
37
- #include <ffi.h>
38
- #include <ffi_common.h>
39
- #include <tramp.h>
40
-
41
- #ifdef __NetBSD__
42
- #include <sys/param.h>
43
- #endif
44
-
45
- #if __NetBSD_Version__ - 0 >= 799007200
46
- /* NetBSD with PROT_MPROTECT */
47
- #include <sys/mman.h>
48
-
49
- #include <stddef.h>
50
- #include <unistd.h>
51
- #ifdef HAVE_SYS_MEMFD_H
52
- #include <sys/memfd.h>
53
- #endif
54
-
55
- static const size_t overhead =
56
- (sizeof(max_align_t) > sizeof(void *) + sizeof(size_t)) ?
57
- sizeof(max_align_t)
58
- : sizeof(void *) + sizeof(size_t);
59
-
60
- #define ADD_TO_POINTER(p, d) ((void *)((uintptr_t)(p) + (d)))
61
-
62
- void *
63
- ffi_closure_alloc (size_t size, void **code)
64
- {
65
- static size_t page_size;
66
- size_t rounded_size;
67
- void *codeseg, *dataseg;
68
- int prot;
69
-
70
- /* Expect that PAX mprotect is active and a separate code mapping is necessary. */
71
- if (!code)
72
- return NULL;
73
-
74
- /* Obtain system page size. */
75
- if (!page_size)
76
- page_size = sysconf(_SC_PAGESIZE);
77
-
78
- /* Round allocation size up to the next page, keeping in mind the size field and pointer to code map. */
79
- rounded_size = (size + overhead + page_size - 1) & ~(page_size - 1);
80
-
81
- /* Primary mapping is RW, but request permission to switch to PROT_EXEC later. */
82
- prot = PROT_READ | PROT_WRITE | PROT_MPROTECT(PROT_EXEC);
83
- dataseg = mmap(NULL, rounded_size, prot, MAP_ANON | MAP_PRIVATE, -1, 0);
84
- if (dataseg == MAP_FAILED)
85
- return NULL;
86
-
87
- /* Create secondary mapping and switch it to RX. */
88
- codeseg = mremap(dataseg, rounded_size, NULL, rounded_size, MAP_REMAPDUP);
89
- if (codeseg == MAP_FAILED) {
90
- munmap(dataseg, rounded_size);
91
- return NULL;
92
- }
93
- if (mprotect(codeseg, rounded_size, PROT_READ | PROT_EXEC) == -1) {
94
- munmap(codeseg, rounded_size);
95
- munmap(dataseg, rounded_size);
96
- return NULL;
97
- }
98
-
99
- /* Remember allocation size and location of the secondary mapping for ffi_closure_free. */
100
- memcpy(dataseg, &rounded_size, sizeof(rounded_size));
101
- memcpy(ADD_TO_POINTER(dataseg, sizeof(size_t)), &codeseg, sizeof(void *));
102
- *code = ADD_TO_POINTER(codeseg, overhead);
103
- return ADD_TO_POINTER(dataseg, overhead);
104
- }
105
-
106
- void
107
- ffi_closure_free (void *ptr)
108
- {
109
- void *codeseg, *dataseg;
110
- size_t rounded_size;
111
-
112
- dataseg = ADD_TO_POINTER(ptr, -overhead);
113
- memcpy(&rounded_size, dataseg, sizeof(rounded_size));
114
- memcpy(&codeseg, ADD_TO_POINTER(dataseg, sizeof(size_t)), sizeof(void *));
115
- munmap(dataseg, rounded_size);
116
- munmap(codeseg, rounded_size);
117
- }
118
-
119
- int
120
- ffi_tramp_is_present (__attribute__((unused)) void *ptr)
121
- {
122
- return 0;
123
- }
124
- #else /* !NetBSD with PROT_MPROTECT */
125
-
126
- #if !FFI_MMAP_EXEC_WRIT && !FFI_EXEC_TRAMPOLINE_TABLE
127
- # if __linux__ && !defined(__ANDROID__)
128
- /* This macro indicates it may be forbidden to map anonymous memory
129
- with both write and execute permission. Code compiled when this
130
- option is defined will attempt to map such pages once, but if it
131
- fails, it falls back to creating a temporary file in a writable and
132
- executable filesystem and mapping pages from it into separate
133
- locations in the virtual memory space, one location writable and
134
- another executable. */
135
- # define FFI_MMAP_EXEC_WRIT 1
136
- # define HAVE_MNTENT 1
137
- # endif
138
- # if defined(__CYGWIN__) || defined(_WIN32) || defined(__OS2__)
139
- /* Windows systems may have Data Execution Protection (DEP) enabled,
140
- which requires the use of VirtualMalloc/VirtualFree to alloc/free
141
- executable memory. */
142
- # define FFI_MMAP_EXEC_WRIT 1
143
- # endif
144
- #endif
145
-
146
- #if FFI_MMAP_EXEC_WRIT && defined(__linux__) && !defined(__ANDROID__)
147
- # if !defined FFI_MMAP_EXEC_SELINUX
148
- /* When defined to 1 check for SELinux and if SELinux is active,
149
- don't attempt PROT_EXEC|PROT_WRITE mapping at all, as that
150
- might cause audit messages. */
151
- # define FFI_MMAP_EXEC_SELINUX 1
152
- # endif /* !defined FFI_MMAP_EXEC_SELINUX */
153
- # if !defined FFI_MMAP_PAX
154
- /* Also check for PaX MPROTECT */
155
- # define FFI_MMAP_PAX 1
156
- # endif /* !defined FFI_MMAP_PAX */
157
- #endif /* FFI_MMAP_EXEC_WRIT && defined(__linux__) && !defined(__ANDROID__) */
158
-
159
- #if FFI_CLOSURES
160
-
161
- #if FFI_EXEC_TRAMPOLINE_TABLE
162
-
163
- #ifdef __MACH__
164
-
165
- #include <mach/mach.h>
166
- #include <pthread.h>
167
- #ifdef HAVE_PTRAUTH
168
- #include <ptrauth.h>
169
- #endif
170
- #include <stdio.h>
171
- #include <stdlib.h>
172
-
173
- extern void *ffi_closure_trampoline_table_page;
174
-
175
- typedef struct ffi_trampoline_table ffi_trampoline_table;
176
- typedef struct ffi_trampoline_table_entry ffi_trampoline_table_entry;
177
-
178
- struct ffi_trampoline_table
179
- {
180
- /* contiguous writable and executable pages */
181
- vm_address_t config_page;
182
-
183
- /* free list tracking */
184
- uint16_t free_count;
185
- ffi_trampoline_table_entry *free_list;
186
- ffi_trampoline_table_entry *free_list_pool;
187
-
188
- ffi_trampoline_table *prev;
189
- ffi_trampoline_table *next;
190
- };
191
-
192
- struct ffi_trampoline_table_entry
193
- {
194
- void *(*trampoline) (void);
195
- ffi_trampoline_table_entry *next;
196
- };
197
-
198
- /* Total number of trampolines that fit in one trampoline table */
199
- #define FFI_TRAMPOLINE_COUNT (PAGE_MAX_SIZE / FFI_TRAMPOLINE_SIZE)
200
-
201
- static pthread_mutex_t ffi_trampoline_lock = PTHREAD_MUTEX_INITIALIZER;
202
- static ffi_trampoline_table *ffi_trampoline_tables = NULL;
203
-
204
- static ffi_trampoline_table *
205
- ffi_trampoline_table_alloc (void)
206
- {
207
- ffi_trampoline_table *table;
208
- vm_address_t config_page;
209
- vm_address_t trampoline_page;
210
- vm_address_t trampoline_page_template;
211
- vm_prot_t cur_prot;
212
- vm_prot_t max_prot;
213
- kern_return_t kt;
214
- uint16_t i;
215
-
216
- /* Allocate two pages -- a config page and a placeholder page */
217
- config_page = 0x0;
218
- kt = vm_allocate (mach_task_self (), &config_page, PAGE_MAX_SIZE * 2,
219
- VM_FLAGS_ANYWHERE);
220
- if (kt != KERN_SUCCESS)
221
- return NULL;
222
-
223
- /* Remap the trampoline table on top of the placeholder page */
224
- trampoline_page = config_page + PAGE_MAX_SIZE;
225
-
226
- #ifdef HAVE_PTRAUTH
227
- trampoline_page_template = (vm_address_t)(uintptr_t)ptrauth_auth_data((void *)&ffi_closure_trampoline_table_page, ptrauth_key_function_pointer, 0);
228
- #else
229
- trampoline_page_template = (vm_address_t)&ffi_closure_trampoline_table_page;
230
- #endif
231
-
232
- #ifdef __arm__
233
- /* ffi_closure_trampoline_table_page can be thumb-biased on some ARM archs */
234
- trampoline_page_template &= ~1UL;
235
- #endif
236
- kt = vm_remap (mach_task_self (), &trampoline_page, PAGE_MAX_SIZE, 0x0,
237
- VM_FLAGS_OVERWRITE, mach_task_self (), trampoline_page_template,
238
- FALSE, &cur_prot, &max_prot, VM_INHERIT_SHARE);
239
- if (kt != KERN_SUCCESS)
240
- {
241
- vm_deallocate (mach_task_self (), config_page, PAGE_MAX_SIZE * 2);
242
- return NULL;
243
- }
244
-
245
- if (!(cur_prot & VM_PROT_EXECUTE))
246
- {
247
- /* If VM_PROT_EXECUTE isn't set on the remapped trampoline page, set it */
248
- kt = vm_protect (mach_task_self (), trampoline_page, PAGE_MAX_SIZE,
249
- FALSE, cur_prot | VM_PROT_EXECUTE);
250
- if (kt != KERN_SUCCESS)
251
- {
252
- vm_deallocate (mach_task_self (), config_page, PAGE_MAX_SIZE * 2);
253
- return NULL;
254
- }
255
- }
256
-
257
- /* We have valid trampoline and config pages */
258
- table = calloc (1, sizeof (ffi_trampoline_table));
259
- table->free_count = FFI_TRAMPOLINE_COUNT;
260
- table->config_page = config_page;
261
-
262
- /* Create and initialize the free list */
263
- table->free_list_pool =
264
- calloc (FFI_TRAMPOLINE_COUNT, sizeof (ffi_trampoline_table_entry));
265
-
266
- for (i = 0; i < table->free_count; i++)
267
- {
268
- ffi_trampoline_table_entry *entry = &table->free_list_pool[i];
269
- entry->trampoline =
270
- (void *) (trampoline_page + (i * FFI_TRAMPOLINE_SIZE));
271
- #ifdef HAVE_PTRAUTH
272
- entry->trampoline = ptrauth_sign_unauthenticated(entry->trampoline, ptrauth_key_function_pointer, 0);
273
- #endif
274
-
275
- if (i < table->free_count - 1)
276
- entry->next = &table->free_list_pool[i + 1];
277
- }
278
-
279
- table->free_list = table->free_list_pool;
280
-
281
- return table;
282
- }
283
-
284
- static void
285
- ffi_trampoline_table_free (ffi_trampoline_table *table)
286
- {
287
- /* Remove from the list */
288
- if (table->prev != NULL)
289
- table->prev->next = table->next;
290
-
291
- if (table->next != NULL)
292
- table->next->prev = table->prev;
293
-
294
- /* Deallocate pages */
295
- vm_deallocate (mach_task_self (), table->config_page, PAGE_MAX_SIZE * 2);
296
-
297
- /* Deallocate free list */
298
- free (table->free_list_pool);
299
- free (table);
300
- }
301
-
302
- void *
303
- ffi_closure_alloc (size_t size, void **code)
304
- {
305
- /* Create the closure */
306
- ffi_closure *closure = malloc (size);
307
- if (closure == NULL)
308
- return NULL;
309
-
310
- pthread_mutex_lock (&ffi_trampoline_lock);
311
-
312
- /* Check for an active trampoline table with available entries. */
313
- ffi_trampoline_table *table = ffi_trampoline_tables;
314
- if (table == NULL || table->free_list == NULL)
315
- {
316
- table = ffi_trampoline_table_alloc ();
317
- if (table == NULL)
318
- {
319
- pthread_mutex_unlock (&ffi_trampoline_lock);
320
- free (closure);
321
- return NULL;
322
- }
323
-
324
- /* Insert the new table at the top of the list */
325
- table->next = ffi_trampoline_tables;
326
- if (table->next != NULL)
327
- table->next->prev = table;
328
-
329
- ffi_trampoline_tables = table;
330
- }
331
-
332
- /* Claim the free entry */
333
- ffi_trampoline_table_entry *entry = ffi_trampoline_tables->free_list;
334
- ffi_trampoline_tables->free_list = entry->next;
335
- ffi_trampoline_tables->free_count--;
336
- entry->next = NULL;
337
-
338
- pthread_mutex_unlock (&ffi_trampoline_lock);
339
-
340
- /* Initialize the return values */
341
- *code = entry->trampoline;
342
- closure->trampoline_table = table;
343
- closure->trampoline_table_entry = entry;
344
-
345
- return closure;
346
- }
347
-
348
- void
349
- ffi_closure_free (void *ptr)
350
- {
351
- ffi_closure *closure = ptr;
352
-
353
- pthread_mutex_lock (&ffi_trampoline_lock);
354
-
355
- /* Fetch the table and entry references */
356
- ffi_trampoline_table *table = closure->trampoline_table;
357
- ffi_trampoline_table_entry *entry = closure->trampoline_table_entry;
358
-
359
- /* Return the entry to the free list */
360
- entry->next = table->free_list;
361
- table->free_list = entry;
362
- table->free_count++;
363
-
364
- /* If all trampolines within this table are free, and at least one other table exists, deallocate
365
- * the table */
366
- if (table->free_count == FFI_TRAMPOLINE_COUNT
367
- && ffi_trampoline_tables != table)
368
- {
369
- ffi_trampoline_table_free (table);
370
- }
371
- else if (ffi_trampoline_tables != table)
372
- {
373
- /* Otherwise, bump this table to the top of the list */
374
- table->prev = NULL;
375
- table->next = ffi_trampoline_tables;
376
- if (ffi_trampoline_tables != NULL)
377
- ffi_trampoline_tables->prev = table;
378
-
379
- ffi_trampoline_tables = table;
380
- }
381
-
382
- pthread_mutex_unlock (&ffi_trampoline_lock);
383
-
384
- /* Free the closure */
385
- free (closure);
386
- }
387
-
388
- #endif
389
-
390
- // Per-target implementation; It's unclear what can reasonable be shared between two OS/architecture implementations.
391
-
392
- #elif FFI_MMAP_EXEC_WRIT /* !FFI_EXEC_TRAMPOLINE_TABLE */
393
-
394
- #define USE_LOCKS 1
395
- #define USE_DL_PREFIX 1
396
- #ifdef __GNUC__
397
- #ifndef USE_BUILTIN_FFS
398
- #define USE_BUILTIN_FFS 1
399
- #endif
400
- #endif
401
-
402
- /* We need to use mmap, not sbrk. */
403
- #define HAVE_MORECORE 0
404
-
405
- /* We could, in theory, support mremap, but it wouldn't buy us anything. */
406
- #define HAVE_MREMAP 0
407
-
408
- /* We have no use for this, so save some code and data. */
409
- #define NO_MALLINFO 1
410
-
411
- /* We need all allocations to be in regular segments, otherwise we
412
- lose track of the corresponding code address. */
413
- #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
414
-
415
- /* Don't allocate more than a page unless needed. */
416
- #define DEFAULT_GRANULARITY ((size_t)malloc_getpagesize)
417
-
418
- #include <sys/types.h>
419
- #include <sys/stat.h>
420
- #include <fcntl.h>
421
- #include <errno.h>
422
- #ifndef _MSC_VER
423
- #include <unistd.h>
424
- #endif
425
- #include <string.h>
426
- #include <stdio.h>
427
- #if !defined(_WIN32)
428
- #ifdef HAVE_MNTENT
429
- #include <mntent.h>
430
- #endif /* HAVE_MNTENT */
431
- #include <sys/param.h>
432
- #include <pthread.h>
433
-
434
- /* We don't want sys/mman.h to be included after we redefine mmap and
435
- dlmunmap. */
436
- #include <sys/mman.h>
437
- #define LACKS_SYS_MMAN_H 1
438
-
439
- #if FFI_MMAP_EXEC_SELINUX
440
- #include <sys/statfs.h>
441
- #include <stdlib.h>
442
-
443
- static int selinux_enabled = -1;
444
-
445
- static int
446
- selinux_enabled_check (void)
447
- {
448
- struct statfs sfs;
449
- FILE *f;
450
- char *buf = NULL;
451
- size_t len = 0;
452
-
453
- if (statfs ("/selinux", &sfs) >= 0
454
- && (unsigned int) sfs.f_type == 0xf97cff8cU)
455
- return 1;
456
- f = fopen ("/proc/mounts", "r");
457
- if (f == NULL)
458
- return 0;
459
- while (getline (&buf, &len, f) >= 0)
460
- {
461
- char *p = strchr (buf, ' ');
462
- if (p == NULL)
463
- break;
464
- p = strchr (p + 1, ' ');
465
- if (p == NULL)
466
- break;
467
- if (strncmp (p + 1, "selinuxfs ", 10) == 0)
468
- {
469
- free (buf);
470
- fclose (f);
471
- return 1;
472
- }
473
- }
474
- free (buf);
475
- fclose (f);
476
- return 0;
477
- }
478
-
479
- #define is_selinux_enabled() (selinux_enabled >= 0 ? selinux_enabled \
480
- : (selinux_enabled = selinux_enabled_check ()))
481
-
482
- #else
483
-
484
- #define is_selinux_enabled() 0
485
-
486
- #endif /* !FFI_MMAP_EXEC_SELINUX */
487
-
488
- /* On PaX enable kernels that have MPROTECT enabled we can't use PROT_EXEC. */
489
- #if defined FFI_MMAP_PAX
490
- #include <stdlib.h>
491
-
492
- enum {
493
- PAX_MPROTECT = (1 << 0),
494
- PAX_EMUTRAMP = (1 << 1),
495
- };
496
- static int cached_pax_flags = -1;
497
-
498
- static int
499
- pax_flags_check (void)
500
- {
501
- char *buf = NULL;
502
- size_t len = 0;
503
- FILE *f;
504
- int ret;
505
- f = fopen ("/proc/self/status", "r");
506
- if (f == NULL)
507
- return 0;
508
- ret = 0;
509
-
510
- while (getline (&buf, &len, f) != -1)
511
- if (!strncmp (buf, "PaX:", 4))
512
- {
513
- if (NULL != strchr (buf + 4, 'M'))
514
- ret |= PAX_MPROTECT;
515
- if (NULL != strchr (buf + 4, 'E'))
516
- ret |= PAX_EMUTRAMP;
517
- break;
518
- }
519
- free (buf);
520
- fclose (f);
521
- return ret;
522
- }
523
-
524
- #define get_pax_flags() (cached_pax_flags >= 0 ? cached_pax_flags \
525
- : (cached_pax_flags = pax_flags_check ()))
526
- #define has_pax_flags(flags) ((flags) == ((flags) & get_pax_flags ()))
527
- #define is_mprotect_enabled() (has_pax_flags (PAX_MPROTECT))
528
- #define is_emutramp_enabled() (has_pax_flags (PAX_EMUTRAMP))
529
-
530
- #endif /* defined FFI_MMAP_PAX */
531
-
532
- #elif defined (__CYGWIN__) || defined(__INTERIX)
533
-
534
- #include <sys/mman.h>
535
-
536
- /* Cygwin is Linux-like, but not quite that Linux-like. */
537
- #define is_selinux_enabled() 0
538
-
539
- #endif /* !defined(X86_WIN32) && !defined(X86_WIN64) */
540
-
541
- #if !defined FFI_MMAP_PAX
542
- # define is_mprotect_enabled() 0
543
- # define is_emutramp_enabled() 0
544
- #endif /* !defined FFI_MMAP_PAX */
545
-
546
- /* Declare all functions defined in dlmalloc.c as static. */
547
- static void *dlmalloc(size_t);
548
- static void dlfree(void*);
549
- static void *dlcalloc(size_t, size_t) MAYBE_UNUSED;
550
- static void *dlrealloc(void *, size_t) MAYBE_UNUSED;
551
- static void *dlmemalign(size_t, size_t) MAYBE_UNUSED;
552
- static void *dlvalloc(size_t) MAYBE_UNUSED;
553
- static int dlmallopt(int, int) MAYBE_UNUSED;
554
- static size_t dlmalloc_footprint(void) MAYBE_UNUSED;
555
- static size_t dlmalloc_max_footprint(void) MAYBE_UNUSED;
556
- static void** dlindependent_calloc(size_t, size_t, void**) MAYBE_UNUSED;
557
- static void** dlindependent_comalloc(size_t, size_t*, void**) MAYBE_UNUSED;
558
- static void *dlpvalloc(size_t) MAYBE_UNUSED;
559
- static int dlmalloc_trim(size_t) MAYBE_UNUSED;
560
- static size_t dlmalloc_usable_size(void*) MAYBE_UNUSED;
561
- static void dlmalloc_stats(void) MAYBE_UNUSED;
562
-
563
- #if !(defined(_WIN32) || defined(__OS2__)) || defined (__CYGWIN__) || defined(__INTERIX)
564
- /* Use these for mmap and munmap within dlmalloc.c. */
565
- static void *dlmmap(void *, size_t, int, int, int, off_t);
566
- static int dlmunmap(void *, size_t);
567
- #endif /* !(defined(_WIN32) || defined(__OS2__)) || defined (__CYGWIN__) || defined(__INTERIX) */
568
-
569
- #define mmap dlmmap
570
- #define munmap dlmunmap
571
-
572
- #include "dlmalloc.c"
573
-
574
- #undef mmap
575
- #undef munmap
576
-
577
- #if !(defined(_WIN32) || defined(__OS2__)) || defined (__CYGWIN__) || defined(__INTERIX)
578
-
579
- /* A mutex used to synchronize access to *exec* variables in this file. */
580
- static pthread_mutex_t open_temp_exec_file_mutex = PTHREAD_MUTEX_INITIALIZER;
581
-
582
- /* A file descriptor of a temporary file from which we'll map
583
- executable pages. */
584
- static int execfd = -1;
585
-
586
- /* The amount of space already allocated from the temporary file. */
587
- static size_t execsize = 0;
588
-
589
- #ifdef HAVE_MEMFD_CREATE
590
- /* Open a temporary file name, and immediately unlink it. */
591
- static int
592
- open_temp_exec_file_memfd (const char *name)
593
- {
594
- int fd;
595
- fd = memfd_create (name, MFD_CLOEXEC);
596
- return fd;
597
- }
598
- #endif
599
-
600
- /* Open a temporary file name, and immediately unlink it. */
601
- static int
602
- open_temp_exec_file_name (char *name, int flags)
603
- {
604
- int fd;
605
-
606
- #ifdef HAVE_MKOSTEMP
607
- fd = mkostemp (name, flags);
608
- #else
609
- fd = mkstemp (name);
610
- #endif
611
-
612
- if (fd != -1)
613
- unlink (name);
614
-
615
- return fd;
616
- }
617
-
618
- /* Open a temporary file in the named directory. */
619
- static int
620
- open_temp_exec_file_dir (const char *dir)
621
- {
622
- static const char suffix[] = "/ffiXXXXXX";
623
- int lendir, flags;
624
- char *tempname;
625
- #ifdef O_TMPFILE
626
- int fd;
627
- #endif
628
-
629
- #ifdef O_CLOEXEC
630
- flags = O_CLOEXEC;
631
- #else
632
- flags = 0;
633
- #endif
634
-
635
- #ifdef O_TMPFILE
636
- fd = open (dir, flags | O_RDWR | O_EXCL | O_TMPFILE, 0700);
637
- /* If the running system does not support the O_TMPFILE flag then retry without it. */
638
- if (fd != -1 || (errno != EINVAL && errno != EISDIR && errno != EOPNOTSUPP)) {
639
- return fd;
640
- } else {
641
- errno = 0;
642
- }
643
- #endif
644
-
645
- lendir = (int) strlen (dir);
646
- tempname = __builtin_alloca (lendir + sizeof (suffix));
647
-
648
- if (!tempname)
649
- return -1;
650
-
651
- memcpy (tempname, dir, lendir);
652
- memcpy (tempname + lendir, suffix, sizeof (suffix));
653
-
654
- return open_temp_exec_file_name (tempname, flags);
655
- }
656
-
657
- /* Open a temporary file in the directory in the named environment
658
- variable. */
659
- static int
660
- open_temp_exec_file_env (const char *envvar)
661
- {
662
- const char *value = getenv (envvar);
663
-
664
- if (!value)
665
- return -1;
666
-
667
- return open_temp_exec_file_dir (value);
668
- }
669
-
670
- #ifdef HAVE_MNTENT
671
- /* Open a temporary file in an executable and writable mount point
672
- listed in the mounts file. Subsequent calls with the same mounts
673
- keep searching for mount points in the same file. Providing NULL
674
- as the mounts file closes the file. */
675
- static int
676
- open_temp_exec_file_mnt (const char *mounts)
677
- {
678
- static const char *last_mounts;
679
- static FILE *last_mntent;
680
-
681
- if (mounts != last_mounts)
682
- {
683
- if (last_mntent)
684
- endmntent (last_mntent);
685
-
686
- last_mounts = mounts;
687
-
688
- if (mounts)
689
- last_mntent = setmntent (mounts, "r");
690
- else
691
- last_mntent = NULL;
692
- }
693
-
694
- if (!last_mntent)
695
- return -1;
696
-
697
- for (;;)
698
- {
699
- int fd;
700
- struct mntent mnt;
701
- char buf[MAXPATHLEN * 3];
702
-
703
- if (getmntent_r (last_mntent, &mnt, buf, sizeof (buf)) == NULL)
704
- return -1;
705
-
706
- if (hasmntopt (&mnt, "ro")
707
- || hasmntopt (&mnt, "noexec")
708
- || access (mnt.mnt_dir, W_OK))
709
- continue;
710
-
711
- fd = open_temp_exec_file_dir (mnt.mnt_dir);
712
-
713
- if (fd != -1)
714
- return fd;
715
- }
716
- }
717
- #endif /* HAVE_MNTENT */
718
-
719
- /* Instructions to look for a location to hold a temporary file that
720
- can be mapped in for execution. */
721
- static struct
722
- {
723
- int (*func)(const char *);
724
- const char *arg;
725
- int repeat;
726
- } open_temp_exec_file_opts[] = {
727
- #ifdef HAVE_MEMFD_CREATE
728
- { open_temp_exec_file_memfd, "libffi", 0 },
729
- #endif
730
- { open_temp_exec_file_env, "LIBFFI_TMPDIR", 0 },
731
- { open_temp_exec_file_env, "TMPDIR", 0 },
732
- { open_temp_exec_file_dir, "/tmp", 0 },
733
- { open_temp_exec_file_dir, "/var/tmp", 0 },
734
- { open_temp_exec_file_dir, "/dev/shm", 0 },
735
- { open_temp_exec_file_env, "HOME", 0 },
736
- #ifdef HAVE_MNTENT
737
- { open_temp_exec_file_mnt, "/etc/mtab", 1 },
738
- { open_temp_exec_file_mnt, "/proc/mounts", 1 },
739
- #endif /* HAVE_MNTENT */
740
- };
741
-
742
- /* Current index into open_temp_exec_file_opts. */
743
- static int open_temp_exec_file_opts_idx = 0;
744
-
745
- /* Reset a current multi-call func, then advances to the next entry.
746
- If we're at the last, go back to the first and return nonzero,
747
- otherwise return zero. */
748
- static int
749
- open_temp_exec_file_opts_next (void)
750
- {
751
- if (open_temp_exec_file_opts[open_temp_exec_file_opts_idx].repeat)
752
- open_temp_exec_file_opts[open_temp_exec_file_opts_idx].func (NULL);
753
-
754
- open_temp_exec_file_opts_idx++;
755
- if (open_temp_exec_file_opts_idx
756
- == (sizeof (open_temp_exec_file_opts)
757
- / sizeof (*open_temp_exec_file_opts)))
758
- {
759
- open_temp_exec_file_opts_idx = 0;
760
- return 1;
761
- }
762
-
763
- return 0;
764
- }
765
-
766
- /* Return a file descriptor of a temporary zero-sized file in a
767
- writable and executable filesystem. */
768
- int
769
- open_temp_exec_file (void)
770
- {
771
- int fd;
772
-
773
- do
774
- {
775
- fd = open_temp_exec_file_opts[open_temp_exec_file_opts_idx].func
776
- (open_temp_exec_file_opts[open_temp_exec_file_opts_idx].arg);
777
-
778
- if (!open_temp_exec_file_opts[open_temp_exec_file_opts_idx].repeat
779
- || fd == -1)
780
- {
781
- if (open_temp_exec_file_opts_next ())
782
- break;
783
- }
784
- }
785
- while (fd == -1);
786
-
787
- return fd;
788
- }
789
-
790
- /* We need to allocate space in a file that will be backing a writable
791
- mapping. Several problems exist with the usual approaches:
792
- - fallocate() is Linux-only
793
- - posix_fallocate() is not available on all platforms
794
- - ftruncate() does not allocate space on filesystems with sparse files
795
- Failure to allocate the space will cause SIGBUS to be thrown when
796
- the mapping is subsequently written to. */
797
- static int
798
- allocate_space (int fd, off_t offset, off_t len)
799
- {
800
- static long page_size;
801
-
802
- /* Obtain system page size. */
803
- if (!page_size)
804
- page_size = sysconf(_SC_PAGESIZE);
805
-
806
- unsigned char buf[page_size];
807
- memset (buf, 0, page_size);
808
-
809
- while (len > 0)
810
- {
811
- off_t to_write = (len < page_size) ? len : page_size;
812
- if (write (fd, buf, to_write) < to_write)
813
- return -1;
814
- len -= to_write;
815
- }
816
-
817
- return 0;
818
- }
819
-
820
- /* Map in a chunk of memory from the temporary exec file into separate
821
- locations in the virtual memory address space, one writable and one
822
- executable. Returns the address of the writable portion, after
823
- storing an offset to the corresponding executable portion at the
824
- last word of the requested chunk. */
825
- static void *
826
- dlmmap_locked (void *start, size_t length, int prot, int flags, off_t offset)
827
- {
828
- void *ptr;
829
-
830
- if (execfd == -1)
831
- {
832
- open_temp_exec_file_opts_idx = 0;
833
- retry_open:
834
- execfd = open_temp_exec_file ();
835
- if (execfd == -1)
836
- return MFAIL;
837
- }
838
-
839
- offset = execsize;
840
-
841
- if (allocate_space (execfd, offset, length))
842
- return MFAIL;
843
-
844
- flags &= ~(MAP_PRIVATE | MAP_ANONYMOUS);
845
- flags |= MAP_SHARED;
846
-
847
- ptr = mmap (NULL, length, (prot & ~PROT_WRITE) | PROT_EXEC,
848
- flags, execfd, offset);
849
- if (ptr == MFAIL)
850
- {
851
- if (!offset)
852
- {
853
- close (execfd);
854
- goto retry_open;
855
- }
856
- if (ftruncate (execfd, offset) != 0)
857
- {
858
- /* Fixme : Error logs can be added here. Returning an error for
859
- * ftruncte() will not add any advantage as it is being
860
- * validating in the error case. */
861
- }
862
-
863
- return MFAIL;
864
- }
865
- else if (!offset
866
- && open_temp_exec_file_opts[open_temp_exec_file_opts_idx].repeat)
867
- open_temp_exec_file_opts_next ();
868
-
869
- start = mmap (start, length, prot, flags, execfd, offset);
870
-
871
- if (start == MFAIL)
872
- {
873
- munmap (ptr, length);
874
- if (ftruncate (execfd, offset) != 0)
875
- {
876
- /* Fixme : Error logs can be added here. Returning an error for
877
- * ftruncte() will not add any advantage as it is being
878
- * validating in the error case. */
879
- }
880
- return start;
881
- }
882
-
883
- mmap_exec_offset ((char *)start, length) = (char*)ptr - (char*)start;
884
-
885
- execsize += length;
886
-
887
- return start;
888
- }
889
-
890
- /* Map in a writable and executable chunk of memory if possible.
891
- Failing that, fall back to dlmmap_locked. */
892
- static void *
893
- dlmmap (void *start, size_t length, int prot,
894
- int flags, int fd, off_t offset)
895
- {
896
- void *ptr;
897
-
898
- assert (start == NULL && length % malloc_getpagesize == 0
899
- && prot == (PROT_READ | PROT_WRITE)
900
- && flags == (MAP_PRIVATE | MAP_ANONYMOUS)
901
- && fd == -1 && offset == 0);
902
-
903
- if (execfd == -1 && ffi_tramp_is_supported ())
904
- {
905
- ptr = mmap (start, length, prot & ~PROT_EXEC, flags, fd, offset);
906
- return ptr;
907
- }
908
-
909
- /* -1 != execfd hints that we already decided to use dlmmap_locked
910
- last time. */
911
- if (execfd == -1 && is_mprotect_enabled ())
912
- {
913
- #ifdef FFI_MMAP_EXEC_EMUTRAMP_PAX
914
- if (is_emutramp_enabled ())
915
- {
916
- /* emutramp requires the kernel recognizing the trampoline pattern
917
- generated by ffi_prep_closure_loc; there is no way to test
918
- in advance whether this will work, so this is experimental. */
919
- ptr = mmap (start, length, prot & ~PROT_EXEC, flags, fd, offset);
920
- return ptr;
921
- }
922
- #endif
923
- /* fallback to dlmmap_locked. */
924
- }
925
- else if (execfd == -1 && !is_selinux_enabled ())
926
- {
927
- ptr = mmap (start, length, prot | PROT_EXEC, flags, fd, offset);
928
-
929
- if (ptr != MFAIL || (errno != EPERM && errno != EACCES))
930
- /* Cool, no need to mess with separate segments. */
931
- return ptr;
932
-
933
- /* If MREMAP_DUP is ever introduced and implemented, try mmap
934
- with ((prot & ~PROT_WRITE) | PROT_EXEC) and mremap with
935
- MREMAP_DUP and prot at this point. */
936
- }
937
-
938
- pthread_mutex_lock (&open_temp_exec_file_mutex);
939
- ptr = dlmmap_locked (start, length, prot, flags, offset);
940
- pthread_mutex_unlock (&open_temp_exec_file_mutex);
941
-
942
- return ptr;
943
- }
944
-
945
- /* Release memory at the given address, as well as the corresponding
946
- executable page if it's separate. */
947
- static int
948
- dlmunmap (void *start, size_t length)
949
- {
950
- /* We don't bother decreasing execsize or truncating the file, since
951
- we can't quite tell whether we're unmapping the end of the file.
952
- We don't expect frequent deallocation anyway. If we did, we
953
- could locate pages in the file by writing to the pages being
954
- deallocated and checking that the file contents change.
955
- Yuck. */
956
- msegmentptr seg = segment_holding (gm, start);
957
- void *code;
958
-
959
- if (seg && (code = add_segment_exec_offset (start, seg)) != start)
960
- {
961
- int ret = munmap (code, length);
962
- if (ret)
963
- return ret;
964
- }
965
-
966
- return munmap (start, length);
967
- }
968
-
969
- #if FFI_CLOSURE_FREE_CODE
970
- /* Return segment holding given code address. */
971
- static msegmentptr
972
- segment_holding_code (mstate m, char* addr)
973
- {
974
- msegmentptr sp = &m->seg;
975
- for (;;) {
976
- if (addr >= add_segment_exec_offset (sp->base, sp)
977
- && addr < add_segment_exec_offset (sp->base, sp) + sp->size)
978
- return sp;
979
- if ((sp = sp->next) == 0)
980
- return 0;
981
- }
982
- }
983
- #endif
984
-
985
- #endif /* !(defined(_WIN32) || defined(__OS2__)) || defined (__CYGWIN__) || defined(__INTERIX) */
986
-
987
- /* Allocate a chunk of memory with the given size. Returns a pointer
988
- to the writable address, and sets *CODE to the executable
989
- corresponding virtual address. */
990
- void *
991
- ffi_closure_alloc (size_t size, void **code)
992
- {
993
- void *ptr, *ftramp;
994
-
995
- if (!code)
996
- return NULL;
997
-
998
- ptr = dlmalloc (size);
999
-
1000
- if (ptr)
1001
- {
1002
- msegmentptr seg = segment_holding (gm, ptr);
1003
-
1004
- *code = FFI_FN (add_segment_exec_offset (ptr, seg));
1005
- if (!ffi_tramp_is_supported ())
1006
- return ptr;
1007
-
1008
- ftramp = ffi_tramp_alloc (0);
1009
- if (ftramp == NULL)
1010
- {
1011
- dlfree (ptr);
1012
- return NULL;
1013
- }
1014
- *code = FFI_FN (ffi_tramp_get_addr (ftramp));
1015
- ((ffi_closure *) ptr)->ftramp = ftramp;
1016
- }
1017
-
1018
- return ptr;
1019
- }
1020
-
1021
- void *
1022
- ffi_data_to_code_pointer (void *data)
1023
- {
1024
- msegmentptr seg = segment_holding (gm, data);
1025
- /* We expect closures to be allocated with ffi_closure_alloc(), in
1026
- which case seg will be non-NULL. However, some users take on the
1027
- burden of managing this memory themselves, in which case this
1028
- we'll just return data. */
1029
- if (seg)
1030
- {
1031
- if (!ffi_tramp_is_supported ())
1032
- return add_segment_exec_offset (data, seg);
1033
- return ffi_tramp_get_addr (((ffi_closure *) data)->ftramp);
1034
- }
1035
- else
1036
- return data;
1037
- }
1038
-
1039
- /* Release a chunk of memory allocated with ffi_closure_alloc. If
1040
- FFI_CLOSURE_FREE_CODE is nonzero, the given address can be the
1041
- writable or the executable address given. Otherwise, only the
1042
- writable address can be provided here. */
1043
- void
1044
- ffi_closure_free (void *ptr)
1045
- {
1046
- #if FFI_CLOSURE_FREE_CODE
1047
- msegmentptr seg = segment_holding_code (gm, ptr);
1048
-
1049
- if (seg)
1050
- ptr = sub_segment_exec_offset (ptr, seg);
1051
- #endif
1052
- if (ffi_tramp_is_supported ())
1053
- ffi_tramp_free (((ffi_closure *) ptr)->ftramp);
1054
-
1055
- dlfree (ptr);
1056
- }
1057
-
1058
- int
1059
- ffi_tramp_is_present (void *ptr)
1060
- {
1061
- msegmentptr seg = segment_holding (gm, ptr);
1062
- return seg != NULL && ffi_tramp_is_supported();
1063
- }
1064
-
1065
- # else /* ! FFI_MMAP_EXEC_WRIT */
1066
-
1067
- /* On many systems, memory returned by malloc is writable and
1068
- executable, so just use it. */
1069
-
1070
- #include <stdlib.h>
1071
-
1072
- void *
1073
- ffi_closure_alloc (size_t size, void **code)
1074
- {
1075
- void *c;
1076
-
1077
- if (!code)
1078
- return NULL;
1079
-
1080
- c = malloc (size);
1081
- *code = FFI_FN (c);
1082
- return c;
1083
- }
1084
-
1085
- void
1086
- ffi_closure_free (void *ptr)
1087
- {
1088
- free (ptr);
1089
- }
1090
-
1091
- void *
1092
- ffi_data_to_code_pointer (void *data)
1093
- {
1094
- return data;
1095
- }
1096
-
1097
- int
1098
- ffi_tramp_is_present (__attribute__((unused)) void *ptr)
1099
- {
1100
- return 0;
1101
- }
1102
-
1103
- # endif /* ! FFI_MMAP_EXEC_WRIT */
1104
- #endif /* FFI_CLOSURES */
1105
-
1106
- #endif /* NetBSD with PROT_MPROTECT */
1107
- #endif /* __EMSCRIPTEN__ */