Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::mach_o::mach_header Struct Reference

#include <mach_o.h>

Public Attributes

uint32_t magic
 
cpu_type_t cputype
 
cpu_subtype_t cpusubtype
 
uint32_t filetype
 
uint32_t ncmds
 
uint32_t sizeofcmds
 
uint32_t flags
 

Detailed Description

Definition at line 20 of file mach_o.h.

Member Data Documentation

◆ cpusubtype

cpu_subtype_t dart::mach_o::mach_header::cpusubtype

Definition at line 23 of file mach_o.h.

◆ cputype

cpu_type_t dart::mach_o::mach_header::cputype

Definition at line 22 of file mach_o.h.

◆ filetype

uint32_t dart::mach_o::mach_header::filetype

Definition at line 24 of file mach_o.h.

◆ flags

uint32_t dart::mach_o::mach_header::flags

Definition at line 27 of file mach_o.h.

◆ magic

uint32_t dart::mach_o::mach_header::magic

Definition at line 21 of file mach_o.h.

◆ ncmds

uint32_t dart::mach_o::mach_header::ncmds

Definition at line 25 of file mach_o.h.

◆ sizeofcmds

uint32_t dart::mach_o::mach_header::sizeofcmds

Definition at line 26 of file mach_o.h.


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