Home
last modified time | relevance | path

Searched refs:_ABI64 (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffitarget.h51 # 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/
Dmemory_mapped_file.cc68 (defined(__mips__) && _MIPS_SIM == _ABI64) in Map()
91 (defined(__mips__) && _MIPS_SIM == _ABI64) in Map()
/external/clang/test/Frontend/
Dmips-long-double.c7 #ifdef _ABI64
/external/libchrome/sandbox/linux/system_headers/
Dlinux_syscalls.h28 #if defined(__mips__) && (_MIPS_SIM == _ABI64)
Dmips64_linux_syscalls.h9 #if !defined(__mips__) || (_MIPS_SIM != _ABI64)
/external/google-breakpad/src/common/android/testing/include/
Dwchar.h42 !(defined(__mips__) && _MIPS_SIM == _ABI64)
/external/libchrome/sandbox/linux/bpf_dsl/
Dlinux_syscall_ranges.h43 #elif defined(__mips__) && (_MIPS_SIM == _ABI64)
/external/google-breakpad/src/third_party/curl/
Dcurlbuild.h158 defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64)
/external/libunwind/src/mips/
Doffsets.h36 #elif _MIPS_SIM == _ABI64
DGinit.c242 #elif _MIPS_SIM == _ABI64 in mips_local_addr_space_init()
/external/google-breakpad/src/common/
Dmemory.h118 ((defined(__mips__) && _MIPS_SIM == _ABI64)) in GetNPages()
/external/libunwind/include/tdep-mips/
Dlibunwind_i.h34 #if !defined(UNW_REMOTE_ONLY) && _MIPS_SIM == _ABI64
/external/strace/
Dconfigure.ac235 [AC_LANG_PROGRAM(, [[int i[_MIPS_SIM == _ABI64 ? 1 : - 1];]])],
242 n64) AC_DEFINE([LINUX_MIPSN64], [1], [Define for _ABI64.]);;
Dconfig.h.in1166 /* Define for _ABI64. */
Dconfigure8843 int i[_MIPS_SIM == _ABI64 ? 1 : - 1];
DChangeLog4949 and _ABI64 instead of _MIPS_SIM_ABI64.
/external/libunwind/
DAndroid.bp298 // mips64 uses n64 abi (_MIPS_SIM == _ABI64).
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi405 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
DChangeLog4475 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
DChangeLog.libffi-3.12555 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.