ReactOS 0.4.16-dev-13-ge2fc578
|
Public Attributes | |
UINT32 | magic |
UINT32 | cputype |
UINT32 | cpusubtype |
UINT32 | filetype |
UINT32 | ncmds |
UINT32 | sizeofcmds |
UINT32 | flags |
UINT32 | reserved |
Definition at line 80 of file macho_module.c.
UINT32 macho_header::cpusubtype |
Definition at line 84 of file macho_module.c.
UINT32 macho_header::cputype |
Definition at line 83 of file macho_module.c.
Referenced by macho_map_file().
UINT32 macho_header::filetype |
Definition at line 85 of file macho_module.c.
Referenced by macho_map_file().
UINT32 macho_header::flags |
Definition at line 88 of file macho_module.c.
UINT32 macho_header::magic |
Definition at line 82 of file macho_module.c.
Referenced by macho_map_file().
UINT32 macho_header::ncmds |
Definition at line 86 of file macho_module.c.
Referenced by macho_map_file().
UINT32 macho_header::reserved |
Definition at line 89 of file macho_module.c.
UINT32 macho_header::sizeofcmds |
Definition at line 87 of file macho_module.c.
Referenced by macho_map_file().