Searched refs:msgh_size (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachException.cpp | 136 exc_msg.hdr.msgh_bits, exc_msg.hdr.msgh_size, in Dump() 143 reply_msg.hdr.msgh_bits, reply_msg.hdr.msgh_size, in Dump() 237 exc_msg.hdr.msgh_bits, exc_msg.hdr.msgh_size, in Receive() 260 exc_msg.hdr.msgh_bits, exc_msg.hdr.msgh_size, in Receive() 333 reply_msg.hdr.msgh_bits, reply_msg.hdr.msgh_size, in Reply() 336 MACH_SEND_MSG | MACH_SEND_INTERRUPT, reply_msg.hdr.msgh_size, 0, in Reply() 340 reply_msg.hdr.msgh_size, 0, MACH_PORT_NULL, in Reply()
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 154 OutHeadP->msgh_size = (mach_msg_size_t)sizeof(mig_reply_error_t); in breakpad_exc_server() 491 receive.header.msgh_size = static_cast<mach_msg_size_t>(sizeof(receive)); in WaitForMessage() 494 receive.header.msgh_size, in WaitForMessage() 606 reply.header.msgh_size, 0, MACH_PORT_NULL, in WaitForMessage() 804 msg.header.msgh_size = sizeof(msg) - sizeof(msg.padding); in SendMessageToHandlerThread() 810 msg.header.msgh_size, 0, 0, in SendMessageToHandlerThread()
|
/external/google-breakpad/src/common/mac/ |
D | MachIPC.mm | 87 head.msgh_size = static_cast<mach_msg_size_t>(size); 89 return head.msgh_size; 286 if (message.head.msgh_size == 0) { 297 message.head.msgh_size,
|
/external/llvm-project/clang/test/Sema/ |
D | address-packed.c | 289 uint32_t msgh_size; member
|