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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c317 unsigned int mach_section_count = 4; local
336 command_size = (segment_count + mach_section_count) *
354 mh->ncmds = segment_count + thread_count + mach_section_count;
395 if (num_sects_txed == mach_section_count) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c341 unsigned int mach_section_count = 4; local
359 command_size = (segment_count + mach_section_count) *
377 mh->ncmds = segment_count + thread_count + mach_section_count;
416 if (num_sects_txed == mach_section_count) {

Completed in 14 milliseconds