Searched refs:MH_BUNDLE (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c245 filetype == MH_BUNDLE ||
563 filetype != MH_BUNDLE &&
702 filetype == MH_BUNDLE ||
1342 * MH_BUNDLE, MH_FVMLIB, MH_DYLIB and MH_DYLINKER format file types
1360 * For MH_EXECUTE, MH_BUNDLE, and MH_DYLIB formats the as much of the
1366 filetype == MH_BUNDLE ||
1413 filetype == MH_BUNDLE ||
1625 filetype == MH_BUNDLE ||
1650 filetype == MH_BUNDLE ||
1796 * MH_EXECUTE, MH_BUNDLE, MH_DYLI
[all...]
H A Dld.c435 * does not ignore unknown load commands if MH_BUNDLE files are built with
438 * MH_BUNDLE files that will work on MacOS X 10.0 the hints table is not
439 * produced by default for MH_BUNDLE files.
918 if(filetype_specified == TRUE && filetype != MH_BUNDLE)
921 filetype = MH_BUNDLE;
2560 if(filetype == MH_BUNDLE){
2688 if(filetype == MH_EXECUTE || filetype == MH_BUNDLE ||
2697 (filetype != MH_EXECUTE && filetype != MH_BUNDLE &&
2701 "type, file type must be MH_EXECUTE, MH_BUNDLE, "
H A Dindirect_sections.c410 (has_dynamic_linker_command || filetype == MH_BUNDLE) &&
H A Dsymbols.c493 MH_BUNDLE) ||
5065 * relocation entries can be laied out. For the MH_DYLIB, MH_BUNDLE and
5082 else if(filetype == MH_BUNDLE){
5118 * For MH_BUNDLE files we need to special case the handling of the
5124 if(filetype == MH_BUNDLE &&
5141 * For the MH_DYLIB, MH_BUNDLE and MH_DYLINKER file types set up the
5227 * MH_DYLIB, MH_BUNDLE or MH_DYLINKER and it defines the loader defined symbols
5245 if(filetype == MH_BUNDLE)
H A Dsections.c5146 filetype != MH_BUNDLE){
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.cpp79 case MH_BUNDLE:
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.cpp79 case MH_BUNDLE:
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-os.mm681 mhdr->filetype == MH_BUNDLE ? " (bundle)" : "",
799 hi->mhdr->filetype == MH_BUNDLE ? " (bundle)" : "",
H A Dobjc-os.h772 #define headerIsBundle(hi) (hi->mhdr->filetype == MH_BUNDLE)
H A Dobjc-runtime-new.mm295 BOOL catFromBundle = (catHeader->mhdr->filetype == MH_BUNDLE) ? YES: NO;
2227 bool headerIsBundle = (hi->mhdr->filetype == MH_BUNDLE);
2357 BOOL isBundle = hi->mhdr->filetype == MH_BUNDLE;
2549 * Only handles MH_BUNDLE for now.
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclLoadDyld.c126 return "not a Mach-O MH_BUNDLE file";
263 * attempt to load it as a MH_BUNDLE.
463 * unloading of binaries of type MH_BUNDLE loaded with NSLinkModule() in
698 mh->filetype == MH_BUNDLE)) {
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclLoadDyld.c128 return "not a Mach-O MH_BUNDLE file";
265 * attempt to load it as a MH_BUNDLE.
465 * unloading of binaries of type MH_BUNDLE loaded with NSLinkModule() in
700 mh->filetype == MH_BUNDLE)) {
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h91 * MH_DYLINKER and MH_BUNDLE file types also have the headers included as part
117 #define MH_BUNDLE 0x8 /* dynamically bound bundle file */ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h91 * MH_DYLINKER and MH_BUNDLE file types also have the headers included as part
117 #define MH_BUNDLE 0x8 /* dynamically bound bundle file */ macro
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOLayout.hpp446 case MH_BUNDLE:
H A DMachORebaser.hpp130 case MH_BUNDLE:
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c1268 arch->object->mh_filetype == MH_BUNDLE ||
1298 arch->object->mh_filetype == MH_BUNDLE ||
2128 case MH_BUNDLE:
2380 ! (unprebinding && arch->object->mh_filetype == MH_BUNDLE)){
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp685 return ( mh->filetype == MH_BUNDLE );
H A Ddyld.cpp2331 // only MH_BUNDLE, MH_DYLIB, and some MH_EXECUTE can be dynamically loaded
2335 case MH_BUNDLE:
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c728 case MH_BUNDLE:
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c2592 else if (MH_BUNDLE == mt) ext = "bundle";
2822 case MH_BUNDLE:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1661 case MH_BUNDLE:

Completed in 432 milliseconds