mach_header 185 src/unexmacosx.c static struct mach_header mh; mach_header 188 src/unexmacosx.c static unsigned long curr_header_offset = sizeof (struct mach_header); mach_header 671 src/unexmacosx.c if (!unexec_read (&mh, sizeof (struct mach_header))) mach_header 1243 src/unexmacosx.c mh.sizeofcmds = curr_header_offset - sizeof (struct mach_header); mach_header 1244 src/unexmacosx.c if (!unexec_write (0, &mh, sizeof (struct mach_header)))