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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c246 struct mach_header_64 *mh64 = NULL; /* protected by is_64 */ local
333 mh64 = (struct mach_header_64 *)header;
334 mh64->magic = MH_MAGIC_64;
335 mh64->cputype = process_cpu_type(core_proc);
336 mh64->cpusubtype = process_cpu_subtype(core_proc);
337 mh64->filetype = MH_CORE;
338 mh64->ncmds = segment_count + thread_count;
339 mh64->sizeofcmds = command_size;
340 mh64->reserved = 0; /* 8 byte alignment */
467 mh64
[all...]

Completed in 66 milliseconds