Home
last modified time | relevance | path

Searched refs:x86_thread_state64_t (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dthread_act.d90 struct x86_thread_state64_t in version() struct
127 x86_thread_state64_t ts64; in version()
135 …x86_THREAD_STATE64_COUNT = cast(mach_msg_type_number_t)( x86_thread_state64_t.sizeof / int.sizeof … in version()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc87 typedef x86_thread_state64_t regs_struct;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc89 typedef x86_thread_state64_t regs_struct;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp89 typedef x86_thread_state64_t regs_struct;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h1547 struct x86_thread_state64_t { struct
1673 inline void swapStruct(x86_thread_state64_t &x) { in swapStruct()
1729 x86_thread_state64_t ts64;
1790 sizeof(x86_thread_state64_t) / sizeof(uint32_t);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp9400 static void Print_x86_thread_state64_t(MachO::x86_thread_state64_t &cpu64) { in Print_x86_thread_state64_t()
9742 MachO::x86_thread_state64_t cpu64; in PrintThreadCommand()
9744 if (left >= sizeof(MachO::x86_thread_state64_t)) { in PrintThreadCommand()
9745 memcpy(&cpu64, begin, sizeof(MachO::x86_thread_state64_t)); in PrintThreadCommand()
9746 begin += sizeof(MachO::x86_thread_state64_t); in PrintThreadCommand()
9748 memset(&cpu64, '\0', sizeof(MachO::x86_thread_state64_t)); in PrintThreadCommand()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d1843 x86_thread_state64_t state = void; in private()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1100 if (state + sizeof(MachO::x86_thread_state64_t) > end) in checkThreadCommand()
1104 state += sizeof(MachO::x86_thread_state64_t); in checkThreadCommand()