Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::mach_o::mach_header_64 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
 
uint32_t reserved
 

Detailed Description

Definition at line 33 of file mach_o.h.

Member Data Documentation

◆ cpusubtype

cpu_subtype_t dart::mach_o::mach_header_64::cpusubtype

Definition at line 36 of file mach_o.h.

◆ cputype

cpu_type_t dart::mach_o::mach_header_64::cputype

Definition at line 35 of file mach_o.h.

◆ filetype

uint32_t dart::mach_o::mach_header_64::filetype

Definition at line 37 of file mach_o.h.

◆ flags

uint32_t dart::mach_o::mach_header_64::flags

Definition at line 40 of file mach_o.h.

◆ magic

uint32_t dart::mach_o::mach_header_64::magic

Definition at line 34 of file mach_o.h.

◆ ncmds

uint32_t dart::mach_o::mach_header_64::ncmds

Definition at line 38 of file mach_o.h.

◆ reserved

uint32_t dart::mach_o::mach_header_64::reserved

Definition at line 41 of file mach_o.h.

◆ sizeofcmds

uint32_t dart::mach_o::mach_header_64::sizeofcmds

Definition at line 39 of file mach_o.h.


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