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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dloader.h75 * The layout of the file depends on the filetype. For all but the MH_OBJECT
81 * The file type MH_OBJECT is a compact format intended as output of the
97 #define MH_OBJECT 0x1 /* relocatable object file */ macro
214 * A segment is made up of zero or more sections. Non-MH_OBJECT files have
223 * The MH_OBJECT format has all of it's sections in one segment for
H A Dmach_header.c190 mhp->filetype == MH_OBJECT){
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_header.c176 mhp->filetype == MH_OBJECT){
H A Dmach_loader.c388 case MH_OBJECT:
/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dloader.h81 * The layout of the file depends on the filetype. For all but the MH_OBJECT
87 * The file type MH_OBJECT is a compact format intended as output of the
103 #define MH_OBJECT 0x1 /* relocatable object file */ macro
243 * A segment is made up of zero or more sections. Non-MH_OBJECT files have
254 * The MH_OBJECT format has all of it's sections in one segment for
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h95 * The layout of the file depends on the filetype. For all but the MH_OBJECT
101 * The file type MH_OBJECT is a compact format intended as output of the
117 #define MH_OBJECT 0x1 /* relocatable object file */ macro
354 * A segment is made up of zero or more sections. Non-MH_OBJECT files have
365 * The MH_OBJECT format has all of its sections in one segment for

Completed in 57 milliseconds