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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_core.c192 int command_size, header_size, tstate_size; local
292 command_size = segment_count * segment_command_sz +
296 header_size = command_size + mach_header_sz;
312 mh64->sizeofcmds = command_size;
321 mh->sizeofcmds = command_size;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c295 unsigned int command_size = 0, header_size = 0, tstate_size = 0; local
336 command_size = (segment_count + mach_section_count) *
341 header_size = command_size + sizeof(struct mach_header);
355 mh->sizeofcmds = command_size;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c319 unsigned int command_size = 0, header_size = 0, tstate_size = 0; local
359 command_size = (segment_count + mach_section_count) *
364 header_size = command_size + sizeof(struct mach_header);
378 mh->sizeofcmds = command_size;

Completed in 32 milliseconds