Searched refs:mh64 (Results 1 – 1 of 1) sorted by relevance
408 struct mach_header_64 *mh64 = NULL; /* protected by is_64 */ in coredump() local611 mh64 = (struct mach_header_64 *)header; in coredump()612 mh64->magic = MH_MAGIC_64; in coredump()613 mh64->cputype = process_cpu_type(core_proc); in coredump()614 mh64->cpusubtype = process_cpu_subtype(core_proc); in coredump()615 mh64->filetype = MH_CORE; in coredump()616 mh64->ncmds = (uint32_t)(segment_count + notes_count + thread_count); in coredump()617 mh64->sizeofcmds = (uint32_t)command_size; in coredump()784 mh64->ncmds -= segment_count; in coredump()785 mh64->sizeofcmds -= segment_count * segment_command_sz; in coredump()