HomeSort by relevance Sort by last modified time
    Searched defs:mach (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/arch-sh/asm/
kgdb.h 23 unsigned long mach; member in struct:kgdb_regs
ptrace.h 53 unsigned long mach; member in struct:pt_regs
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 63 #include <mach/mach.h>
65 static void x86_thread_state64_from_vex(x86_thread_state64_t *mach,
68 mach->__rax = vex->guest_RAX;
69 mach->__rbx = vex->guest_RBX;
70 mach->__rcx = vex->guest_RCX;
71 mach->__rdx = vex->guest_RDX;
72 mach->__rdi = vex->guest_RDI;
73 mach->__rsi = vex->guest_RSI;
74 mach->__rbp = vex->guest_RBP
220 x86_thread_state64_t *mach = (x86_thread_state64_t *)mach_generic; local
    [all...]
syswrap-x86-darwin.c 62 #include <mach/mach.h>
64 static void x86_thread_state32_from_vex(i386_thread_state_t *mach,
67 mach->__eax = vex->guest_EAX;
68 mach->__ebx = vex->guest_EBX;
69 mach->__ecx = vex->guest_ECX;
70 mach->__edx = vex->guest_EDX;
71 mach->__edi = vex->guest_EDI;
72 mach->__esi = vex->guest_ESI;
73 mach->__ebp = vex->guest_EBP
205 i386_thread_state_t *mach = (i386_thread_state_t *)mach_generic; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
dis-asm.h 76 unsigned long mach; member in struct:disassemble_info
79 /* An arch/mach-specific bitmask of selected instruction subsets, mainly
bfd.h 2027 unsigned long mach; member in struct:bfd_arch_info
    [all...]
  /external/llvm/include/llvm/Object/
MachOFormat.h 1 //===- MachOFormat.h - Mach-O Format Structures And Constants ---*- C++ -*-===//
12 // Mach object files.
17 // On a Mach system, see the <mach-o/...> includes for more information, in
18 // particular <mach-o/loader.h>.
30 /// General Mach platform information.
31 namespace mach { namespace in namespace:llvm::object
84 } // end namespace mach
86 /// Format information for Mach object files.
105 HM_Object32 = 0xFEEDFACE, ///< 32-bit mach object fil
    [all...]
  /external/qemu/
dis-asm.h 99 /* Nonzero if MACH has the v9 instruction set. */
100 #define bfd_mach_sparc_v9_p(mach) \
101 ((mach) >= bfd_mach_sparc_v8plus && (mach) <= bfd_mach_sparc_v9b \
102 && (mach) != bfd_mach_sparc_sparclite_le)
270 unsigned long mach; member in struct:disassemble_info
437 (INFO).mach = 0, \
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 2109 unsigned long mach; member in struct:bfd_arch_info
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 2109 unsigned long mach; member in struct:bfd_arch_info
    [all...]

Completed in 627 milliseconds