Home
last modified time | relevance | path

Searched refs:x86_thread_state32_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.d70 struct x86_thread_state32_t in version()
126 x86_thread_state32_t ts32; in version()
134 …x86_THREAD_STATE32_COUNT = cast(mach_msg_type_number_t)( x86_thread_state32_t.sizeof / int.sizeof … in version()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc101 typedef x86_thread_state32_t regs_struct;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc103 typedef x86_thread_state32_t regs_struct;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp103 typedef x86_thread_state32_t regs_struct;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h1528 struct x86_thread_state32_t { struct
1654 inline void swapStruct(x86_thread_state32_t &x) { in swapStruct()
1730 x86_thread_state32_t ts32;
1787 sizeof(x86_thread_state32_t) / sizeof(uint32_t);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp9381 static void Print_x86_thread_state32_t(MachO::x86_thread_state32_t &cpu32) { in Print_x86_thread_state32_t()
9664 MachO::x86_thread_state32_t cpu32; in PrintThreadCommand()
9666 if (left >= sizeof(MachO::x86_thread_state32_t)) { in PrintThreadCommand()
9667 memcpy(&cpu32, begin, sizeof(MachO::x86_thread_state32_t)); in PrintThreadCommand()
9668 begin += sizeof(MachO::x86_thread_state32_t); in PrintThreadCommand()
9670 memset(&cpu32, '\0', sizeof(MachO::x86_thread_state32_t)); in PrintThreadCommand()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d1824 x86_thread_state32_t state = void; in private()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1045 if (state + sizeof(MachO::x86_thread_state32_t) > end) in checkThreadCommand()
1049 state += sizeof(MachO::x86_thread_state32_t); in checkThreadCommand()