Searched refs:command_size (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c217 int command_size, header_size, tstate_size; local
322 command_size = segment_count * segment_command_sz +
326 header_size = command_size + mach_header_sz;
343 mh64->sizeofcmds = command_size;
352 mh->sizeofcmds = command_size;
/macosx-10.10/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c567 size_t command_size = 0, header_size = 0, tstate_size = 0; local
592 command_size = segment_count * sizeof(kernel_segment_command_t) +
595 header_size = command_size + sizeof(kernel_mach_header_t);
607 mh.sizeofcmds = (uint32_t)command_size;

Completed in 166 milliseconds