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.h1618 struct x86_exception_state_t { struct
1657 inline void swapStruct(x86_exception_state_t &x) { in swapStruct()
1675 sizeof(x86_exception_state_t) / sizeof(uint32_t);
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8224 struct MachO::x86_exception_state_t es; in PrintThreadCommand()
8226 if (left >= sizeof(MachO::x86_exception_state_t)) { in PrintThreadCommand()
8227 memcpy(&es, begin, sizeof(MachO::x86_exception_state_t)); in PrintThreadCommand()
8228 begin += sizeof(MachO::x86_exception_state_t); in PrintThreadCommand()
8230 memset(&es, '\0', sizeof(MachO::x86_exception_state_t)); in PrintThreadCommand()