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

/darwin-on-arm/xnu/libkern/
H A Dkernel_mach_header.c188 mhp->filetype == MH_OBJECT){
/darwin-on-arm/xnu/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
377 * A segment is made up of zero or more sections. Non-MH_OBJECT files have
388 * The MH_OBJECT format has all of its sections in one segment for
/darwin-on-arm/xnu/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:
751 * sections for MH_OBJECT-based systems.
855 kKxldLogFiletypeNotSupported, MH_OBJECT));
861 require_action(filetype == MH_OBJECT, finish, rval=KERN_FAILURE);
894 "Multiple segments in an MH_OBJECT kext."));
923 "Multiple segments in an MH_OBJECT kext."));
963 "Invalid segment type in MH_OBJECT kext: %u.", cmd_hdr->cmd);
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c745 hdr.filetype = (target_arch->cputype == CPU_TYPE_I386) ? MH_OBJECT : MH_KEXT_BUNDLE;
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c516 case MH_OBJECT:

Completed in 87 milliseconds