Home
last modified time | relevance | path

Searched refs:x86_thread_state32_t (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp105 typedef x86_thread_state32_t regs_struct;
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1670 struct x86_thread_state32_t { struct
1796 inline void swapStruct(x86_thread_state32_t &x) { in swapStruct()
1872 x86_thread_state32_t ts32;
1929 sizeof(x86_thread_state32_t) / sizeof(uint32_t);
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9686 static void Print_x86_thread_state32_t(MachO::x86_thread_state32_t &cpu32) { in Print_x86_thread_state32_t()
9969 MachO::x86_thread_state32_t cpu32; in PrintThreadCommand()
9971 if (left >= sizeof(MachO::x86_thread_state32_t)) { in PrintThreadCommand()
9972 memcpy(&cpu32, begin, sizeof(MachO::x86_thread_state32_t)); in PrintThreadCommand()
9973 begin += sizeof(MachO::x86_thread_state32_t); in PrintThreadCommand()
9975 memset(&cpu32, '\0', sizeof(MachO::x86_thread_state32_t)); in PrintThreadCommand()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp1048 if (state + sizeof(MachO::x86_thread_state32_t) > end) in checkThreadCommand()
1052 state += sizeof(MachO::x86_thread_state32_t); in checkThreadCommand()