Searched refs:command_size (Results 1 – 1 of 1) sorted by relevance
244 size_t command_size, header_size, tstate_size; in coredump() local426 if (os_add_overflow(lhs, rhs, &command_size)) { in coredump()433 if (os_add_overflow(command_size, mach_header_sz, &header_size)) { in coredump()434 …COREDUMPLOG("error: header size overflow: command_size=%lu, mach_header_sz=%lu", command_size, mac… in coredump()456 mh64->sizeofcmds = (uint32_t)command_size; in coredump()464 mh->sizeofcmds = (uint32_t)command_size; in coredump()