Searched refs:MH_OBJECT (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/
H A Dkernel_mach_header.c188 mhp->filetype == MH_OBJECT){
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dmachorep.cpp83 case MH_OBJECT:
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dmachorep.cpp83 case MH_OBJECT:
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h88 * The layout of the file depends on the filetype. For all but the MH_OBJECT
94 * The file type MH_OBJECT is a compact format intended as output of the
110 #define MH_OBJECT 0x1 /* relocatable object file */ macro
378 * A segment is made up of zero or more sections. Non-MH_OBJECT files have
389 * The MH_OBJECT format has all of its sections in one segment for
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_object.c250 * 1) 32-bit MH_OBJECT - Snow Leopard and earlier
252 * 3) 64-bit MH_OBJECT - Unsupported
272 case MH_OBJECT:
756 * sections for MH_OBJECT-based systems.
860 kKxldLogFiletypeNotSupported, MH_OBJECT));
866 require_action(filetype == MH_OBJECT, finish, rval=KERN_FAILURE);
899 "Multiple segments in an MH_OBJECT kext."));
928 "Multiple segments in an MH_OBJECT kext."));
968 "Invalid segment type in MH_OBJECT kext: %u.", cmd_hdr->cmd);
/macosx-10.10/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c783 hdr.filetype = (target_arch->cputype == CPU_TYPE_I386) ? MH_OBJECT : MH_KEXT_BUNDLE;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c544 case MH_OBJECT:

Completed in 137 milliseconds