Searched refs:MH_PRELOAD (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.cpp81 case MH_PRELOAD:
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.cpp81 case MH_PRELOAD:
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h100 * The file type MH_PRELOAD is an executable format intended for things that
114 #define MH_PRELOAD 0x5 /* preloaded executable file */ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h100 * The file type MH_PRELOAD is an executable format intended for things that
114 #define MH_PRELOAD 0x5 /* preloaded executable file */ macro
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c252 if(filetype == MH_PRELOAD)
1805 if(filetype == MH_PRELOAD)
H A Dld.c608 if(filetype_specified == TRUE && filetype != MH_PRELOAD)
611 filetype = MH_PRELOAD;
/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c491 if(archs->object->mh->filetype == MH_PRELOAD ||
496 "MH_PRELOAD or MH_EXECUTE file types", entry_point);
499 fatal("input file: %s must be an MH_PRELOAD file type or "
514 else if(archs->object->mh64->filetype == MH_PRELOAD ||
519 "MH_PRELOAD or MH_EXECUTE file types",
523 fatal("input file: %s must be an MH_PRELOAD or MH_DYLIB file "
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c528 case MH_PRELOAD:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1649 case MH_PRELOAD:

Completed in 227 milliseconds