Searched refs:ffi (Results 1 – 25 of 32) sorted by relevance
12
/external/libffi/ |
D | Makefile.am | 8 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 …]
|
D | ChangeLog.libffi | 10 * 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 …]
|
D | Makefile.in | 37 @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 …]
|
D | ChangeLog.v1 | 24 * 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 …]
|
D | Libffi.mk | 26 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
|
D | ChangeLog | 7 * 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 …]
|
D | ChangeLog.libgcj | 32 * include/ffi.h.in (FFI_FN): Remove `...'.
|
D | configure.ac | 191 # 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/ |
D | Makefile.am | 5 EXTRA_DIST = ffi.3 ffi_call.3 ffi_prep_cif.3 7 man_MANS = ffi.3 ffi_call.3 ffi_prep_cif.3
|
D | Makefile.in | 174 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/ |
D | Makefile.am | 6 EXTRA_DIST=ffi.h.in ffi_common.h 9 nodist_includes_HEADERS = ffi.h ffitarget.h
|
D | Makefile.in | 38 $(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/ |
D | config-ix.cmake | 264 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/ |
D | Android.mk | 32 LOCAL_MODULE := ffi-test
|
/external/clang/include/clang/Basic/ |
D | BuiltinsARM.def | 34 BUILTIN(__builtin_arm_vcvtr_f, "ffi", "nc")
|
D | Builtins.def | 107 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/ |
D | MachODump.cpp | 533 for (unsigned ffi = 0, ffe = Functions.size(); ffi != ffe; ++ffi) { in DisassembleInputMachO() local 534 MCFunction &f = Functions[ffi]; in DisassembleInputMachO()
|
/external/icu4c/test/intltest/ |
D | strcase.cpp | 543 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/ |
D | debug_cmds.ct | 95 find_free_inode, ffi;
|
/external/llvm/ |
D | CMakeLists.txt | 125 …INCLUDE_DIR "" CACHE PATH "Additional directory, where CMake should search for ffi.h or ffi/ffi.h")
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 143 /* Define to 1 if you have the <ffi/ffi.h> header file. */ 146 /* Define to 1 if you have the <ffi.h> header file. */
|
D | config.h.cmake | 137 /* 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/ |
D | configure.ac | 1069 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/ |
D | configure.ac | 1346 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/ |
D | libffi.info | 160 #include <ffi.h>
|
12