Home
last modified time | relevance | path

Searched refs:_MIPS_SIM_ABI64 (Results 1 – 18 of 18) sorted by relevance

/external/libffi/src/mips/
Dffitarget.h43 #define _MIPS_SIM_ABI64 3 macro
52 # define _ABI64 _MIPS_SIM_ABI64
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffitarget.h43 #define _MIPS_SIM_ABI64 3 macro
52 # define _ABI64 _MIPS_SIM_ABI64
/external/u-boot/arch/mips/include/asm/
Dasm.h228 #if (_MIPS_SIM == _MIPS_SIM_NABI32) || (_MIPS_SIM == _MIPS_SIM_ABI64)
256 #if (_MIPS_SIM == _MIPS_SIM_NABI32) || (_MIPS_SIM == _MIPS_SIM_ABI64)
409 #if (_MIPS_SIM == _MIPS_SIM_NABI32) || (_MIPS_SIM == _MIPS_SIM_ABI64)
Dsgidefs.h39 #define _MIPS_SIM_ABI64 3 macro
Dregdef.h60 #if _MIPS_SIM == _MIPS_SIM_ABI64 || _MIPS_SIM == _MIPS_SIM_NABI32
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h25 #if _MIPS_SIM == _MIPS_SIM_ABI64
Dsgidefs.h35 #define _MIPS_SIM_ABI64 3 macro
Dfcntl.h60 #if _MIPS_SIM != _MIPS_SIM_ABI64
Dsigcontext.h57 #if _MIPS_SIM == _MIPS_SIM_ABI64 || _MIPS_SIM == _MIPS_SIM_NABI32
Dstat.h90 #if _MIPS_SIM == _MIPS_SIM_ABI64
Dstatfs.h64 #if _MIPS_SIM == _MIPS_SIM_ABI64
Dreg.h163 #elif _MIPS_SIM == _MIPS_SIM_ABI64 || _MIPS_SIM == _MIPS_SIM_NABI32
/external/python/cpython2/Lib/plat-irix5/
DFILE.py15 _MIPS_SIM_ABI64 = 3 variable
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py46 _MIPS_SIM_ABI64 = 3 variable
DIN.py15 _MIPS_SIM_ABI64 = 3 variable
DFILE.py17 _MIPS_SIM_ABI64 = 3 variable
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h319 #if _MIPS_SIM == _MIPS_SIM_ABI64
461 #elif (defined(__mips__) && _MIPS_SIM != _MIPS_SIM_ABI64)
511 #if _MIPS_SIM != _MIPS_SIM_ABI64
1232 #elif _MIPS_SIM == _MIPS_SIM_ABI64
3766 (defined(__mips__) && _MIPS_SIM != _MIPS_SIM_ABI64)
3875 #elif defined(__mips__) && _MIPS_SIM == _MIPS_SIM_ABI64
/external/strace/
DChangeLog19593 and _ABI64 instead of _MIPS_SIM_ABI64.