Home
last modified time | relevance | path

Searched refs:x86_thread_state_t (Results 1 – 7 of 7) sorted by relevance

/external/honggfuzz/mac/
Darch.c730 x86_thread_state_t* platform_in_state = ((x86_thread_state_t*)(void*)in_state); in catch_mach_exception_raise_state_identity()
/external/llvm/include/llvm/Support/
DMachO.h1640 struct x86_thread_state_t { struct
1681 inline void swapStruct(x86_thread_state_t &x) { in swapStruct()
1707 sizeof(x86_thread_state_t) / sizeof(uint32_t);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1655 struct x86_thread_state_t { struct
1696 inline void swapStruct(x86_thread_state_t &x) { in swapStruct()
1722 sizeof(x86_thread_state_t) / sizeof(uint32_t);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h1698 struct x86_thread_state_t { struct
1740 inline void swapStruct(x86_thread_state_t &x) { in swapStruct()
1769 sizeof(x86_thread_state_t) / sizeof(uint32_t);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp9205 struct MachO::x86_thread_state_t ts; in PrintThreadCommand()
9207 if (left >= sizeof(MachO::x86_thread_state_t)) { in PrintThreadCommand()
9208 memcpy(&ts, begin, sizeof(MachO::x86_thread_state_t)); in PrintThreadCommand()
9209 begin += sizeof(MachO::x86_thread_state_t); in PrintThreadCommand()
9211 memset(&ts, '\0', sizeof(MachO::x86_thread_state_t)); in PrintThreadCommand()
9283 struct MachO::x86_thread_state_t ts; in PrintThreadCommand()
9285 if (left >= sizeof(MachO::x86_thread_state_t)) { in PrintThreadCommand()
9286 memcpy(&ts, begin, sizeof(MachO::x86_thread_state_t)); in PrintThreadCommand()
9287 begin += sizeof(MachO::x86_thread_state_t); in PrintThreadCommand()
9289 memset(&ts, '\0', sizeof(MachO::x86_thread_state_t)); in PrintThreadCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8685 struct MachO::x86_thread_state_t ts; in PrintThreadCommand()
8687 if (left >= sizeof(MachO::x86_thread_state_t)) { in PrintThreadCommand()
8688 memcpy(&ts, begin, sizeof(MachO::x86_thread_state_t)); in PrintThreadCommand()
8689 begin += sizeof(MachO::x86_thread_state_t); in PrintThreadCommand()
8691 memset(&ts, '\0', sizeof(MachO::x86_thread_state_t)); in PrintThreadCommand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp1022 if (state + sizeof(MachO::x86_thread_state_t) > end) in checkThreadCommand()
1026 state += sizeof(MachO::x86_thread_state_t); in checkThreadCommand()