Home
last modified time | relevance | path

Searched refs:_ABIN32 (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffitarget.h48 # ifndef _ABIN32
49 # define _ABIN32 _MIPS_SIM_NABI32 macro
61 # if (_MIPS_SIM==_ABIN32 && defined(_ABIN32)) || (_MIPS_SIM==_ABI64 && defined(_ABI64))
78 # if _MIPS_SIM == _ABIN32
Dffi.c681 #if _MIPS_SIM ==_ABIN32 in ffi_prep_closure_loc()
693 #if defined(FFI_MIPS_O32) || (_MIPS_SIM ==_ABIN32) in ffi_prep_closure_loc()
941 #if _MIPS_SIM==_ABIN32 in ffi_closure_mips_inner_N32()
/external/ltp/include/lapi/
Dabisize.h29 (defined(__mips__) && _MIPS_SIM == _ABIN32) || \
/external/libunwind/src/mips/
Doffsets.h26 #elif _MIPS_SIM == _ABIN32
DGinit.c240 #elif _MIPS_SIM == _ABIN32 in mips_local_addr_space_init()
/external/libunwind/include/tdep-mips/
Dlibunwind_i.h85 # if _MIPS_SIM == _ABIN32
/external/strace/
Dconfigure.ac232 [AC_LANG_PROGRAM(, [[int i[_MIPS_SIM == _ABIN32 ? 1 : - 1];]])],
241 n32) AC_DEFINE([LINUX_MIPSN32], [1], [Define for _ABIN32.]);;
Dconfig.h.in1163 /* Define for _ABIN32. */
Dconfigure8829 int i[_MIPS_SIM == _ABIN32 ? 1 : - 1];
DChangeLog4948 instead of _MIPS_SIM_ABI32, _ABIN32 instead of _MIPS_SIM_NABI32,
/external/libmtp/m4/
Dstdint.m4452 #elif defined __alpha || (defined __mips && defined _ABIN32)
/external/libexif/m4m/
Dstdint.m4454 #elif defined __alpha || (defined __mips && defined _ABIN32)
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi405 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
DChangeLog.libffi-3.12555 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
2987 _MIPS_SIM == _ABIN32 throughout.
4856 * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
DChangeLog4475 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.