Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h1521 struct x86_thread_state32_t { struct
1647 inline void swapStruct(x86_thread_state32_t &x) { in swapStruct()
1723 x86_thread_state32_t ts32;
1780 sizeof(x86_thread_state32_t) / sizeof(uint32_t);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1045 if (state + sizeof(MachO::x86_thread_state32_t) > end) in checkThreadCommand()
1049 state += sizeof(MachO::x86_thread_state32_t); in checkThreadCommand()