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

/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c184 size_t command_size = 0, header_size = 0, tstate_size = 0; local
209 command_size = segment_count * sizeof(kernel_segment_command_t) +
212 header_size = command_size + sizeof(kernel_mach_header_t);
224 mh.sizeofcmds = (uint32_t)command_size;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c223 int command_size, header_size, tstate_size; local
318 command_size = segment_count * segment_command_sz +
322 header_size = command_size + mach_header_sz;
339 mh64->sizeofcmds = command_size;
348 mh->sizeofcmds = command_size;
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c552 size_t command_size = 0, header_size = 0, tstate_size = 0; local
577 command_size = segment_count * sizeof(kernel_segment_command_t) +
580 header_size = command_size + sizeof(kernel_mach_header_t);
592 mh.sizeofcmds = (uint32_t)command_size;

Completed in 23 milliseconds