Searched refs:mh64 (Results 1 – 1 of 1) sorted by relevance
348 struct mach_header_64 *mh64 = NULL; /* protected by is_64 */ in coredump() local547 mh64 = (struct mach_header_64 *)header; in coredump()548 mh64->magic = MH_MAGIC_64; in coredump()549 mh64->cputype = process_cpu_type(core_proc); in coredump()550 mh64->cpusubtype = process_cpu_subtype(core_proc); in coredump()551 mh64->filetype = MH_CORE; in coredump()552 mh64->ncmds = (uint32_t)(segment_count + notes_count + thread_count); in coredump()553 mh64->sizeofcmds = (uint32_t)command_size; in coredump()720 mh64->ncmds -= segment_count; in coredump()721 mh64->sizeofcmds -= segment_count * segment_command_sz; in coredump()