Searched refs:MH_DYLIB (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/objc4-646/
H A Dmarkgc.c256 * A dynamically linked shared library (filetype == MH_DYLIB in the mach header)
323 if (rrOnly && mh->filetype != MH_DYLIB) return; // ignore executables
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dmachorep.cpp77 case MH_DYLIB:
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dmachorep.cpp77 case MH_DYLIB:
/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,
115 #define MH_DYLIB 0x6 /* dynamically bound shared library */ macro
642 * A dynamically linked shared library (filetype == MH_DYLIB in the mach header)
/macosx-10.10/objc4-646/runtime/
H A Dobjc-os.mm323 if (hi->mhdr->filetype == MH_DYLIB && _hasObjcContents(hi)) {
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp525 case MH_DYLIB:
H A DMachORebaser.hpp130 case MH_DYLIB:
H A Dupdate_dyld_shared_cache.cpp257 if ( layout->getFileType() == MH_DYLIB )
351 if ( (node->getLayout()->getFileType() == MH_DYLIB) && (strcmp(realPath, node->getLayout()->getID().name) != 0) ) {
/macosx-10.10/dyld-353.2.1/src/
H A DdyldAPIsInLibSystem.cpp395 if ( mh->filetype != MH_DYLIB )
H A DImageLoaderMachO.cpp704 return ( mh->filetype == MH_DYLIB );
1585 else if ( mh->filetype == MH_DYLIB ) {
H A Ddyld.cpp2442 // only MH_BUNDLE, MH_DYLIB, and some MH_EXECUTE can be dynamically loaded
2445 case MH_DYLIB:
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c553 case MH_DYLIB:
H A Dkern_exec.c777 case MH_DYLIB:

Completed in 279 milliseconds