Searched refs:filetype (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dloader.h64 unsigned long filetype; /* type of file */ member in struct:mach_header
75 * The layout of the file depends on the filetype. For all but the MH_OBJECT
95 * Constants for the filetype field of the mach_header
375 * A fixed virtual shared library (filetype == MH_FVMLIB in the mach header)
403 * A dynamicly linked shared library (filetype == MH_DYLIB in the mach header)
415 * A program (filetype == MH_EXECUTE) or bundle (filetype == MH_BUNDLE) that is
H A Dmach_header.c190 mhp->filetype == MH_OBJECT){
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h65 uint32_t filetype; /* type of file */ member in struct:mach_header
83 uint32_t filetype; /* type of file */ member in struct:mach_header_64
95 * The layout of the file depends on the filetype. For all but the MH_OBJECT
115 * Constants for the filetype field of the mach_header
575 * A fixed virtual shared library (filetype == MH_FVMLIB in the mach header)
604 * A dynamically linked shared library (filetype == MH_DYLIB in the mach header)
689 * A program (filetype == MH_EXECUTE) that is
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_core.c310 mh64->filetype = MH_CORE;
319 mh->filetype = MH_CORE;
H A Dmach_header.c176 mhp->filetype == MH_OBJECT){
H A Dmach_loader.c386 switch (header->filetype) {
H A Dkern_exec.c737 switch (mach_header->filetype) {
/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dloader.h61 uint32_t filetype; /* type of file */ member in struct:mach_header
81 * The layout of the file depends on the filetype. For all but the MH_OBJECT
101 * Constants for the filetype field of the mach_header
422 * A fixed virtual shared library (filetype == MH_FVMLIB in the mach header)
450 * A dynamicly linked shared library (filetype == MH_DYLIB in the mach header)
462 * A program (filetype == MH_EXECUTE) or bundle (filetype == MH_BUNDLE) that is
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c353 mh->filetype = MH_CORE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c376 mh->filetype = MH_CORE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c1410 header->filetype = orig_header->filetype;
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c2548 file.fIsKernel = (MH_EXECUTE == machO->h.filetype);

Completed in 79 milliseconds