Searched refs:MH_KEXT_BUNDLE (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.cpp80 case MH_KEXT_BUNDLE:
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.cpp80 case MH_KEXT_BUNDLE:
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h122 #define MH_KEXT_BUNDLE 0xb /* x86_64 kexts */ macro
/macosx-10.9.5/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c743 hdr.filetype = MH_KEXT_BUNDLE;
783 hdr.filetype = (target_arch->cputype == CPU_TYPE_I386) ? MH_OBJECT : MH_KEXT_BUNDLE;
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h122 #define MH_KEXT_BUNDLE 0xb /* x86_64 kexts */ macro
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c251 * 2) 32-bit MH_KEXT_BUNDLE - Lion and Later
253 * 4) 64-bit MH_KEXT_BUNDLE - Snow Leopard and Later
266 case MH_KEXT_BUNDLE:
669 "Invalid segment type in MH_KEXT_BUNDLE kext: %u.", cmd_hdr->cmd);
799 kKxldLogFiletypeNotSupported, MH_KEXT_BUNDLE));
804 require_action(filetype == MH_KEXT_BUNDLE, finish,
/macosx-10.9.5/cctools-845/misc/
H A Dchecksyms.c304 ofile->mh_filetype != MH_KEXT_BUNDLE)
/macosx-10.9.5/cctools-845/otool/
H A Di386_disasm.c4099 if(filetype != MH_KEXT_BUNDLE)
4439 if(info->filetype != MH_KEXT_BUNDLE)
4622 if(info->filetype != MH_KEXT_BUNDLE)
H A Dmain.c1197 if(mh_filetype != MH_KEXT_BUNDLE){
1249 if(mh_filetype != MH_KEXT_BUNDLE){
H A Dofile_print.c1667 case MH_KEXT_BUNDLE:

Completed in 291 milliseconds