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

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_core.c337 mh64->filetype = MH_CORE;
346 mh->filetype = MH_CORE;
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h105 * A core file is in MH_CORE format and can be any in an arbritray legal
113 #define MH_CORE 0x4 /* core file */ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h105 * A core file is in MH_CORE format and can be any in an arbritray legal
113 #define MH_CORE 0x4 /* core file */ macro
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c605 mh.filetype = MH_CORE;
616 /* Transmit the Mach-O MH_CORE header, and seek forward past the
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile.c3490 ofile->mh64->filetype != MH_CORE ||
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c2590 else if (MH_CORE == mt) ext = "core";
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1646 case MH_CORE:

Completed in 279 milliseconds