Home
last modified time | relevance | path

Searched refs:ffi (Results 1 – 25 of 32) sorted by relevance

12

/external/libffi/
DMakefile.am8 src/alpha/ffi.c src/alpha/osf.S src/alpha/ffitarget.h \
9 src/arm/ffi.c src/arm/sysv.S src/arm/ffitarget.h \
10 src/cris/ffi.c src/cris/sysv.S src/cris/ffitarget.h \
11 src/ia64/ffi.c src/ia64/ffitarget.h src/ia64/ia64_flags.h \
13 src/mips/ffi.c src/mips/n32.S src/mips/o32.S \
15 src/m32r/ffi.c src/m32r/sysv.S src/m32r/ffitarget.h \
16 src/m68k/ffi.c src/m68k/sysv.S src/m68k/ffitarget.h \
17 src/powerpc/ffi.c src/powerpc/sysv.S \
23 src/s390/ffi.c src/s390/sysv.S src/s390/ffitarget.h \
24 src/sh/ffi.c src/sh/sysv.S src/sh/ffitarget.h \
[all …]
DChangeLog.libffi10 * src/sh/ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned
29 * include/ffi.h.in: Wrap definition of target architecture to
34 * src/x86/ffi.c (ffi_prep_closure_loc): Fix for bug revealed in
79 * src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C
85 * include/ffi.h.in: Change void (*)() to void (*)(void).
90 * src/alpha/ffi.c: Change void (*)() to void (*)(void).
91 src/alpha/osf.S, src/arm/ffi.c, src/frv/ffi.c, src/ia64/ffi.c,
92 src/ia64/unix.S, src/java_raw_api.c, src/m32r/ffi.c,
93 src/mips/ffi.c, src/pa/ffi.c, src/pa/hpux32.S, src/pa/linux.S,
94 src/powerpc/ffi.c, src/powerpc/ffi_darwin.c, src/raw_api.c,
[all …]
DMakefile.in37 @MIPS_TRUE@am__append_1 = src/mips/ffi.c src/mips/o32.S src/mips/n32.S
38 @X86_TRUE@am__append_2 = src/x86/ffi.c src/x86/sysv.S
39 @X86_FREEBSD_TRUE@am__append_3 = src/x86/ffi.c src/x86/freebsd.S
40 @X86_WIN32_TRUE@am__append_4 = src/x86/ffi.c src/x86/win32.S
41 @X86_DARWIN_TRUE@am__append_5 = src/x86/ffi.c src/x86/darwin.S src/x86/ffi64.c src/x86/darwin64.S
42 @SPARC_TRUE@am__append_6 = src/sparc/ffi.c src/sparc/v8.S src/sparc/v9.S
43 @ALPHA_TRUE@am__append_7 = src/alpha/ffi.c src/alpha/osf.S
44 @IA64_TRUE@am__append_8 = src/ia64/ffi.c src/ia64/unix.S
45 @M32R_TRUE@am__append_9 = src/m32r/sysv.S src/m32r/ffi.c
46 @M68K_TRUE@am__append_10 = src/m68k/ffi.c src/m68k/sysv.S
[all …]
DChangeLog.v124 * m68k/ffi.c (ffi_prep_cif_machdep): Use bitmask for cif->flags.
202 It is now inserted into ffi.h at configure time.
229 ffi.h.in changes. This is a work-around for SGI's "simple"
234 * ffi.h.in: PowerPC support.
238 * ffi.h.in: Add m68k support.
243 * ffi.h.in (SIZEOF_ARG): Use a pointer type by default.
245 * ffi.h.in: Alpha support.
249 * ffi.h.in, ffi_common.h: Cygnus Support -> Cygnus Solutions.
253 * ffi.h.in: Added ffi_type_void definition.
259 * ffi.h.in: Removed FFI_DEBUG. It's now in the correct
[all …]
DLibffi.mk26 LOCAL_SRC_FILES := src/arm/sysv.S src/arm/ffi.c
30 LOCAL_SRC_FILES += src/mips/ffi.c src/mips/o32.S
34 LOCAL_SRC_FILES := src/x86/ffi.c src/x86/sysv.S
38 LOCAL_SRC_FILES := src/x86/ffi.c src/x86/darwin.S
43 LOCAL_SRC_FILES := your-architecture-not-supported-by-ffi-makefile.c
DChangeLog7 * src/x86/ffi.c (ffi_prep_cif_machdep): Fix thinko.
12 * src/x86/ffi.c (ffi_prep_cif_machdep): Add code for
34 * src/mips/ffi.c (ffi_prep_cif_machdep): Handle long double return
39 * include/ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already
73 * src/powerpc/ffi.c: Distinguish between __NO_FPRS__ and not and
98 * src/powerpc/ffi.c: Add a comment to show which part goes into cr6.
107 * src/arm/ffi.c (ffi_prep_args): Align structs by at least 4 bytes.
119 * src/arm/ffi.c (FFI_INIT_TRAMPOLINE): Use __clear_cache instead of
229 * src/mips/ffi.c: Use FFI_MIPS_N32 instead of
302 * src/x86/ffi.c (ffi_prep_cif_machdep): in x86 case, add code for
[all …]
DChangeLog.libgcj32 * include/ffi.h.in (FFI_FN): Remove `...'.
Dconfigure.ac191 # Also AC_SUBST this variable for ffi.h.
363 AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc)
/external/libffi/man/
DMakefile.am5 EXTRA_DIST = ffi.3 ffi_call.3 ffi_prep_cif.3
7 man_MANS = ffi.3 ffi_call.3 ffi_prep_cif.3
DMakefile.in174 EXTRA_DIST = ffi.3 ffi_call.3 ffi_prep_cif.3
175 man_MANS = ffi.3 ffi_call.3 ffi_prep_cif.3
/external/libffi/include/
DMakefile.am6 EXTRA_DIST=ffi.h.in ffi_common.h
9 nodist_includes_HEADERS = ffi.h ffitarget.h
DMakefile.in38 $(srcdir)/ffi.h.in
46 CONFIG_CLEAN_FILES = ffi.h ffitarget.h
184 EXTRA_DIST = ffi.h.in ffi_common.h
186 nodist_includes_HEADERS = ffi.h ffitarget.h
219 ffi.h: $(top_builddir)/config.status $(srcdir)/ffi.h.in
/external/llvm/cmake/
Dconfig-ix.cmake264 find_path(FFI_INCLUDE_PATH ffi.h PATHS ${FFI_INCLUDE_DIR})
266 set(FFI_HEADER ffi.h CACHE INTERNAL "")
269 find_path(FFI_INCLUDE_PATH ffi/ffi.h PATHS ${FFI_INCLUDE_DIR})
271 set(FFI_HEADER ffi/ffi.h CACHE INTERNAL "")
280 find_library(FFI_LIBRARY_PATH ffi PATHS ${FFI_LIBRARY_DIR})
/external/libffi/testsuite/
DAndroid.mk32 LOCAL_MODULE := ffi-test
/external/clang/include/clang/Basic/
DBuiltinsARM.def34 BUILTIN(__builtin_arm_vcvtr_f, "ffi", "nc")
DBuiltins.def107 BUILTIN(__builtin_frexpf, "ffi*" , "Fn")
118 BUILTIN(__builtin_ldexpf, "ffi" , "Fnc")
130 BUILTIN(__builtin_powif, "ffi" , "Fnc")
258 BUILTIN(__builtin_scalbnf, "ffi", "Fnc")
/external/llvm/tools/llvm-objdump/
DMachODump.cpp533 for (unsigned ffi = 0, ffe = Functions.size(); ffi != ffe; ++ffi) { in DisassembleInputMachO() local
534 MCFunction &f = Functions[ffi]; in DisassembleInputMachO()
/external/icu4c/test/intltest/
Dstrcase.cpp543 UnicodeString ffi=UNICODE_STRING_SIMPLE("ffi"); in TestFullCaseFoldingIterator() local
565 if((full==ffi && c==0xfb03) || (full==ss && (c==0xdf || c==0x1e9e))) { in TestFullCaseFoldingIterator()
/external/e2fsprogs/debugfs/
Ddebug_cmds.ct95 find_free_inode, ffi;
/external/llvm/
DCMakeLists.txt125 …INCLUDE_DIR "" CACHE PATH "Additional directory, where CMake should search for ffi.h or ffi/ffi.h")
/external/llvm/include/llvm/Config/
Dconfig.h.in143 /* Define to 1 if you have the <ffi/ffi.h> header file. */
146 /* Define to 1 if you have the <ffi.h> header file. */
Dconfig.h.cmake137 /* Define to 1 if you have the <ffi/ffi.h> header file. */
140 /* Define to 1 if you have the <ffi.h> header file. */
/external/llvm/projects/sample/autoconf/
Dconfigure.ac1069 AC_SEARCH_LIBS(ffi_call,ffi,AC_DEFINE([HAVE_FFI_CALL],[1],
1179 dnl Try to find ffi.h.
1181 AC_CHECK_HEADERS([ffi.h ffi/ffi.h])
/external/llvm/autoconf/
Dconfigure.ac1346 AC_SEARCH_LIBS(ffi_call,ffi,AC_DEFINE([HAVE_FFI_CALL],[1],
1504 dnl Try to find ffi.h.
1506 AC_CHECK_HEADERS([ffi.h ffi/ffi.h])
/external/libffi/doc/
Dlibffi.info160 #include <ffi.h>

12