Home
last modified time | relevance | path

Searched refs:_ABIO32 (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffitarget.h54 # ifndef _ABIO32
55 # define _ABIO32 _MIPS_SIM_ABI32 macro
64 # if (_MIPS_SIM==_ABIO32 && defined(_ABIO32))
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.h56 (defined(__mips__) && _MIPS_SIM == _ABIO32)
59 (defined(__mips__) && _MIPS_SIM != _ABIO32)
/external/libchrome/sandbox/linux/system_headers/
Dlinux_syscalls.h24 #if defined(__mips__) && (_MIPS_SIM == _ABIO32)
Dmips_linux_syscalls.h9 #if !defined(__mips__) || (_MIPS_SIM != _ABIO32)
/external/libunwind/src/mips/
DGcreate_addr_space.c60 #if _MIPS_SIM == _ABIO32 in unw_create_addr_space()
Dgetcontext-android.S30 #if _MIPS_SIM == _ABIO32
Dgetcontext.S31 #if _MIPS_SIM == _ABIO32
Doffsets.h16 #if _MIPS_SIM == _ABIO32
DGinit.c238 #if _MIPS_SIM == _ABIO32 in mips_local_addr_space_init()
/external/libchrome/sandbox/linux/bpf_dsl/
Dlinux_syscall_ranges.h36 #elif defined(__mips__) && (_MIPS_SIM == _ABIO32)
/external/google-breakpad/src/common/android/
Ducontext_constants.h100 #if _MIPS_SIM == _ABIO32
Dbreakpad_getcontext.S233 #if _MIPS_SIM == _ABIO32
243 #if _MIPS_SIM == _ABIO32
266 #if _MIPS_SIM == _ABIO32
/external/libunwind/src/ptrace/
D_UPT_access_mem.c59 #elif defined(__mips__) && _MIPS_SIM == _ABIO32 in _UPT_access_mem()
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc260 #if _MIPS_SIM == _ABIO32
Ducontext_reader.cc247 #if _MIPS_SIM == _ABIO32
/external/strace/
Dconfigure.ac229 [AC_LANG_PROGRAM(, [[int i[_MIPS_SIM == _ABIO32 ? 1 : - 1];]])],
240 o32) AC_DEFINE([LINUX_MIPSO32], [1], [Define for _ABIO32.]);;
Dconfig.h.in1169 /* Define for _ABIO32. */
Dconfigure8815 int i[_MIPS_SIM == _ABIO32 ? 1 : - 1];
DChangeLog4947 * configure.ac <mips>: Do not include <asm/sgidefs.h>, use _ABIO32
/external/libunwind/
DAndroid.bp297 // mips uses o32 abi (_MIPS_SIM == _ABIO32).
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc83 #if _MIPS_SIM == _ABIO32 in FlushInstructionCache()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc387 #if _MIPS_SIM == _ABIO32 in ParseThreadRegisters()
/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.
4856 * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
DChangeLog4475 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.