ReactOS 0.4.15-dev-7834-g00c4b3d
macho_header Struct Reference

Public Attributes

UINT32 magic
 
UINT32 cputype
 
UINT32 cpusubtype
 
UINT32 filetype
 
UINT32 ncmds
 
UINT32 sizeofcmds
 
UINT32 flags
 
UINT32 reserved
 

Detailed Description

Definition at line 80 of file macho_module.c.

Member Data Documentation

◆ cpusubtype

UINT32 macho_header::cpusubtype

Definition at line 84 of file macho_module.c.

◆ cputype

UINT32 macho_header::cputype

Definition at line 83 of file macho_module.c.

Referenced by macho_map_file().

◆ filetype

UINT32 macho_header::filetype

Definition at line 85 of file macho_module.c.

Referenced by macho_map_file().

◆ flags

UINT32 macho_header::flags

Definition at line 88 of file macho_module.c.

◆ magic

UINT32 macho_header::magic

Definition at line 82 of file macho_module.c.

Referenced by macho_map_file().

◆ ncmds

UINT32 macho_header::ncmds

Definition at line 86 of file macho_module.c.

Referenced by macho_map_file().

◆ reserved

UINT32 macho_header::reserved

Definition at line 89 of file macho_module.c.

◆ sizeofcmds

UINT32 macho_header::sizeofcmds

Definition at line 87 of file macho_module.c.

Referenced by macho_map_file().


The documentation for this struct was generated from the following file: