Searched refs:_ABI64 (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
D | ffitarget.h | 51 # ifndef _ABI64 52 # define _ABI64 _MIPS_SIM_ABI64 macro 61 # if (_MIPS_SIM==_ABIN32 && defined(_ABIN32)) || (_MIPS_SIM==_ABI64 && defined(_ABI64)) 161 # if (_MIPS_SIM==_ABI64) 211 # if _MIPS_SIM==_ABI64 238 #if _MIPS_SIM==_ABI64
|
/external/google-breakpad/src/common/linux/ |
D | memory_mapped_file.cc | 68 (defined(__mips__) && _MIPS_SIM == _ABI64) in Map() 91 (defined(__mips__) && _MIPS_SIM == _ABI64) in Map()
|
/external/clang/test/Frontend/ |
D | mips-long-double.c | 7 #ifdef _ABI64
|
/external/libchrome/sandbox/linux/system_headers/ |
D | linux_syscalls.h | 28 #if defined(__mips__) && (_MIPS_SIM == _ABI64)
|
D | mips64_linux_syscalls.h | 9 #if !defined(__mips__) || (_MIPS_SIM != _ABI64)
|
/external/google-breakpad/src/common/android/testing/include/ |
D | wchar.h | 42 !(defined(__mips__) && _MIPS_SIM == _ABI64)
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | linux_syscall_ranges.h | 43 #elif defined(__mips__) && (_MIPS_SIM == _ABI64)
|
/external/google-breakpad/src/third_party/curl/ |
D | curlbuild.h | 158 defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64)
|
/external/libunwind/src/mips/ |
D | offsets.h | 36 #elif _MIPS_SIM == _ABI64
|
D | Ginit.c | 242 #elif _MIPS_SIM == _ABI64 in mips_local_addr_space_init()
|
/external/google-breakpad/src/common/ |
D | memory.h | 118 ((defined(__mips__) && _MIPS_SIM == _ABI64)) in GetNPages()
|
/external/libunwind/include/tdep-mips/ |
D | libunwind_i.h | 34 #if !defined(UNW_REMOTE_ONLY) && _MIPS_SIM == _ABI64
|
/external/strace/ |
D | configure.ac | 235 [AC_LANG_PROGRAM(, [[int i[_MIPS_SIM == _ABI64 ? 1 : - 1];]])], 242 n64) AC_DEFINE([LINUX_MIPSN64], [1], [Define for _ABI64.]);;
|
D | config.h.in | 1166 /* Define for _ABI64. */
|
D | configure | 8843 int i[_MIPS_SIM == _ABI64 ? 1 : - 1];
|
D | ChangeLog | 4949 and _ABI64 instead of _MIPS_SIM_ABI64.
|
/external/libunwind/ |
D | Android.bp | 298 // mips64 uses n64 abi (_MIPS_SIM == _ABI64).
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi | 405 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
|
D | ChangeLog | 4475 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
|
D | ChangeLog.libffi-3.1 | 2555 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
|