HomeSort by relevance Sort by last modified time
    Searched refs:EXCWordCount (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMach_i386.cpp 50 mach_msg_type_number_t count = EXCWordCount;
69 return ::thread_set_state(tid, flavor, (thread_state_t)&exc, EXCWordCount);
RegisterContextMach_x86_64.cpp 50 mach_msg_type_number_t count = EXCWordCount;
69 return ::thread_set_state(tid, flavor, (thread_state_t)&exc, EXCWordCount);
RegisterContextMach_arm.cpp 52 mach_msg_type_number_t count = EXCWordCount;
78 return ::thread_set_state(tid, flavor, (thread_state_t)&exc, EXCWordCount);
RegisterContextDarwin_i386.h 136 EXCWordCount = sizeof(EXC)/sizeof(uint32_t)
RegisterContextDarwin_x86_64.h 140 EXCWordCount = sizeof(EXC)/sizeof(uint32_t)
RegisterContextDarwin_arm.h 179 EXCWordCount = sizeof(EXC)/sizeof(uint32_t),

Completed in 40 milliseconds