Searched refs:MH_EXECUTE (Results 1 – 6 of 6) sorted by relevance
334 if (mach_hdr->filetype == MH_EXECUTE) { in validate_and_swap_macho_32()515 if (mach_hdr->filetype == MH_EXECUTE) { in validate_and_swap_macho_64()
298 case MH_EXECUTE: in kxld_object_init_from_macho()843 require_action(filetype == MH_EXECUTE, finish, rval = KERN_FAILURE; in init_from_execute()
111 #define MH_EXECUTE 0x2 /* demand paged executable file */ macro
239 if (mh->filetype == MH_EXECUTE && !driverKit) { in firehose_ftid_flags()
854 case MH_EXECUTE: in parse_machfile()
1238 if (mach_header->filetype != MH_EXECUTE) { in exec_mach_imgact()