Go to the source code of this file.
|
| | XCoff file header, meant for POWER apps. More...
|
| | This the executable's manifest fork, designed for NeFS. More...
|
◆ kXCOFF64ForkNameLen
| #define kXCOFF64ForkNameLen (256U) |
◆ kXCOFF64Magic
| #define kXCOFF64Magic (0x01F7) |
◆ kXCOFFExecutable
| #define kXCOFFExecutable (0x0002) |
◆ kXCOFFLnno
| #define kXCOFFLnno (0x0004) |
◆ kXCOFFLSyms
| #define kXCOFFLSyms (0x0008) |
◆ kXCOFFRelFlg
| #define kXCOFFRelFlg (0x0001) |
◆ XCOFF_FILE_HEADER
| typedef struct XCOFF_FILE_HEADER XCOFF_FILE_HEADER |
XCoff file header, meant for POWER apps.
◆ XCOFF_FILE_HEADER32
◆ XCOFF_FILE_HEADER64
◆ XCOFF_FORK_HEADER
| typedef struct XCOFF_FORK_HEADER XCOFF_FORK_HEADER |
This the executable's manifest fork, designed for NeFS.
- Parameters
-
| fPropertiesXMLFork | The XML fork of the executable. |
| fDynamicLoaderFork | The DYLD fork metadata. |
| fCodeSignFork | Executable's certificate contained in a fork. |