Searched refs:MH_EXECUTE (Results 1 – 6 of 6) sorted by relevance
335 if (mach_hdr->filetype == MH_EXECUTE) { in validate_and_swap_macho_32()516 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
309 if (mh->filetype == MH_EXECUTE && !driverKit) { in firehose_ftid_flags()
852 case MH_EXECUTE: in parse_machfile()
1211 if (mach_header->filetype != MH_EXECUTE) { in exec_mach_imgact()