Searched refs:MH_EXECUTE (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/objc4-646/runtime/
H A Dobjc-os.mm418 if (hi->mhdr->filetype == MH_EXECUTE) {
473 if (hi->mhdr->filetype == MH_EXECUTE) {
698 if (mhdr->filetype == MH_EXECUTE) {
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_util.c314 * (which is the only file of type MH_EXECUTE we should ever see),
318 if (mach_hdr->filetype == MH_EXECUTE) {
485 * (which is the only file of type MH_EXECUTE we should ever see),
489 if (mach_hdr->filetype == MH_EXECUTE) {
H A Dkxld_object.c277 case MH_EXECUTE:
735 require_action(filetype == MH_EXECUTE, finish, rval=KERN_FAILURE;
737 "The kernel file is not of type MH_EXECUTE."));
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dmachorep.cpp76 case MH_EXECUTE:
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dmachorep.cpp76 case MH_EXECUTE:
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h90 * boundary for efficient demand pageing. The MH_EXECUTE, MH_FVMLIB, MH_DYLIB,
111 #define MH_EXECUTE 0x2 /* demand paged executable file */ macro
176 MH_EXECUTE filetypes. */
192 MH_EXECUTE filetypes. */
207 require it. Only used in MH_EXECUTE
381 * segment of a MH_EXECUTE and MH_FVMLIB format file contains the mach_header
558 /* references for MH_EXECUTE files */
591 /* option to ld(1) for MH_EXECUTE and */
727 * A program (filetype == MH_EXECUTE) that is
1426 uint32_t cmd; /* LC_MAIN only used in MH_EXECUTE filetype
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp710 return ( mh->filetype == MH_EXECUTE );
716 return ( (mh->filetype == MH_EXECUTE) && ((mh->flags & MH_PIE) != 0) );
979 if ( mh->filetype == MH_EXECUTE )
1562 if ( mh->filetype == MH_EXECUTE ) {
1596 else if ( (strcmp(sect->sectname, "__program_vars" ) == 0) && (mh->filetype == MH_EXECUTE) ) {
H A DImageLoaderMachOClassic.cpp224 if ( mh->filetype == MH_EXECUTE )
225 throw "can't load another MH_EXECUTE";
1757 if ( ((const macho_header*)fMachOData)->filetype == MH_EXECUTE ) {
H A DImageLoaderMachOCompressed.cpp241 if ( mh->filetype == MH_EXECUTE )
242 throw "can't load another MH_EXECUTE";
H A Ddyld.cpp2442 // only MH_BUNDLE, MH_DYLIB, and some MH_EXECUTE can be dynamically loaded
2444 case MH_EXECUTE:
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp529 case MH_EXECUTE:
H A Dupdate_dyld_shared_cache.cpp253 if ( layout->getFileType() == MH_EXECUTE )
452 if ( fLayout->getFileType() == MH_EXECUTE ) {
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c744 if (mh.filetype != MH_EXECUTE)
/macosx-10.10/emacs-93/
H A Dunexmacosx.c744 if (mh.filetype != MH_EXECUTE)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c545 case MH_EXECUTE:

Completed in 161 milliseconds