Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMachO.h1613 struct x86_exception_state_t { struct
1652 inline void swapStruct(x86_exception_state_t &x) { in swapStruct()
1670 sizeof(x86_exception_state_t) / sizeof(uint32_t);
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8381 struct MachO::x86_exception_state_t es; in PrintThreadCommand()
8383 if (left >= sizeof(MachO::x86_exception_state_t)) { in PrintThreadCommand()
8384 memcpy(&es, begin, sizeof(MachO::x86_exception_state_t)); in PrintThreadCommand()
8385 begin += sizeof(MachO::x86_exception_state_t); in PrintThreadCommand()
8387 memset(&es, '\0', sizeof(MachO::x86_exception_state_t)); in PrintThreadCommand()