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

  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMach_i386.cpp 36 mach_msg_type_number_t count = GPRWordCount;
57 return ::thread_set_state(tid, flavor, (thread_state_t)&gpr, GPRWordCount);
RegisterContextMach_x86_64.cpp 36 mach_msg_type_number_t count = GPRWordCount;
57 return ::thread_set_state(tid, flavor, (thread_state_t)&gpr, GPRWordCount);
RegisterContextMach_arm.cpp 38 mach_msg_type_number_t count = GPRWordCount;
66 return ::thread_set_state(tid, flavor, (thread_state_t)&gpr, GPRWordCount);
RegisterContextDarwin_i386.h 134 GPRWordCount = sizeof(GPR)/sizeof(uint32_t),
RegisterContextDarwin_x86_64.h 138 GPRWordCount = sizeof(GPR)/sizeof(uint32_t),
RegisterContextDarwin_arm.h 177 GPRWordCount = sizeof(GPR)/sizeof(uint32_t),

Completed in 39 milliseconds