• Home
  • Raw
  • Download

Lines Matching +full:libatomic +full:- +full:1

1 diff --git a/fficonfig.h b/fficonfig.h
4 --- /dev/null
6 @@ -0,0 +1,230 @@
13 +/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
18 +/* Define to 1 if using `alloca.c'. */
28 +#define FFI_EXEC_STATIC_TRAMP 1
45 +/* Define to 1 if you have `alloca', as a function or macro. */
46 +#define HAVE_ALLOCA 1
48 +/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
50 +#define HAVE_ALLOCA_H 1
53 +#define HAVE_AS_CFI_PSEUDO_OP 1
66 +#define HAVE_AS_X86_64_UNWIND_SECTION_TYPE 1
69 +#define HAVE_AS_X86_PCREL 1
71 +/* Define to 1 if you have the <dlfcn.h> header file. */
72 +#define HAVE_DLFCN_H 1
75 +#define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1
77 +/* Define to 1 if you have the <inttypes.h> header file. */
78 +#define HAVE_INTTYPES_H 1
81 +#define HAVE_LONG_DOUBLE 1
86 +/* Define to 1 if you have the `memcpy' function. */
87 +#define HAVE_MEMCPY 1
89 +/* Define to 1 if you have the `memfd_create' function. */
90 +#define HAVE_MEMFD_CREATE 1
92 +/* Define to 1 if you have the <memory.h> header file. */
93 +#define HAVE_MEMORY_H 1
95 +/* Define to 1 if you have the `mkostemp' function. */
96 +#define HAVE_MKOSTEMP 1
98 +/* Define to 1 if you have the `mkstemp' function. */
99 +#define HAVE_MKSTEMP 1
101 +/* Define to 1 if you have the `mmap' function. */
102 +#define HAVE_MMAP 1
105 +#define HAVE_MMAP_ANON 1
108 +#define HAVE_MMAP_DEV_ZERO 1
110 +/* Define if read-only mmap of a plain file works. */
111 +#define HAVE_MMAP_FILE 1
116 +/* Define if .eh_frame sections should be read-only. */
117 +#define HAVE_RO_EH_FRAME 1
119 +/* Define to 1 if you have the <stdint.h> header file. */
120 +#define HAVE_STDINT_H 1
122 +/* Define to 1 if you have the <stdlib.h> header file. */
123 +#define HAVE_STDLIB_H 1
125 +/* Define to 1 if you have the <strings.h> header file. */
126 +#define HAVE_STRINGS_H 1
128 +/* Define to 1 if you have the <string.h> header file. */
129 +#define HAVE_STRING_H 1
131 +/* Define to 1 if you have the <sys/memfd.h> header file. */
134 +/* Define to 1 if you have the <sys/mman.h> header file. */
135 +#define HAVE_SYS_MMAN_H 1
137 +/* Define to 1 if you have the <sys/stat.h> header file. */
138 +#define HAVE_SYS_STAT_H 1
140 +/* Define to 1 if you have the <sys/types.h> header file. */
141 +#define HAVE_SYS_TYPES_H 1
143 +/* Define to 1 if you have the <unistd.h> header file. */
144 +#define HAVE_UNISTD_H 1
146 +/* Define to 1 if GNU symbol versioning is used for libatomic. */
147 +#define LIBFFI_GNU_SYMBOL_VERSIONING 1
149 +/* Define to the sub-directory where libtool stores uninstalled libraries. */
190 +/* Define to 1 if you have the ANSI C header files. */
191 +#define STDC_HEADERS 1
203 +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
207 +# define WORDS_BIGENDIAN 1
237 diff --git a/include/ffi.h b/include/ffi.h
240 --- /dev/null
242 @@ -0,0 +1,538 @@
243 +/* -----------------------------------------------------------------*-C-*-
245 + - Copyright (c) 2011, 2014, 2019, 2021 Anthony Green
246 + - Copyright (c) 1996-2003, 2007, 2008 Red Hat, Inc.
268 + ----------------------------------------------------------------------- */
270 +/* -------------------------------------------------------------------
280 + http://gcc.gnu.org/ml/java/1999-q3/msg00138.html
284 + http://gcc.gnu.org/ml/java/1999-q3/msg00174.html
285 + -------------------------------------------------------------------- */
309 +/* ---- System configuration information --------------------------------- */
423 + #error "no 64-bit data type supported"
453 +#if 1
462 +#if 1
489 +/* ---- Definitions for the raw API -------------------------------------- */
537 + packing, even on 64-bit machines. I.e. on 64-bit machines longs
538 + and doubles are followed by an empty 64-bit word. */
555 +/* ---- Definitions for closures ----------------------------------------- */
633 + handler to do the transaltion, void** -> ffi_raw*. */
659 + handler to do the translation, void** -> ffi_raw*. */
717 +/* ---- Public interface definition -------------------------------------- */
747 +/* ---- Definitions shared with assembly code ---------------------------- */
753 +#define FFI_TYPE_INT 1
756 +#if 1