Home
last modified time | relevance | path

Searched refs:x86_exception_state64_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h1647 struct x86_exception_state64_t { struct
1714 inline void swapStruct(x86_exception_state64_t &x) { in swapStruct()
1744 x86_exception_state64_t es64;
1794 sizeof(x86_exception_state64_t) / sizeof(uint32_t);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp9557 static void Print_x86_exception_state_t(MachO::x86_exception_state64_t &exc64) { in Print_x86_exception_state_t()
9854 struct MachO::x86_exception_state64_t es64; in PrintThreadCommand()
9856 if (left >= sizeof(MachO::x86_exception_state64_t)) { in PrintThreadCommand()
9857 memcpy(&es64, begin, sizeof(MachO::x86_exception_state64_t)); in PrintThreadCommand()
9858 begin += sizeof(MachO::x86_exception_state64_t); in PrintThreadCommand()
9860 memset(&es64, '\0', sizeof(MachO::x86_exception_state64_t)); in PrintThreadCommand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1112 if (state + sizeof(MachO::x86_exception_state64_t) > end) in checkThreadCommand()
1116 state += sizeof(MachO::x86_exception_state64_t); in checkThreadCommand()