Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Typedefs | Variables
dart::mach_o Namespace Reference

Classes

struct  load_command
 
struct  mach_header
 
struct  mach_header_64
 
struct  note_command
 

Typedefs

typedef int cpu_type_t
 
typedef int cpu_subtype_t
 
typedef int vm_prot_t
 

Variables

static constexpr uint32_t MH_MAGIC = 0xfeedface
 
static constexpr uint32_t MH_CIGAM = 0xcefaedfe
 
static constexpr uint32_t MH_MAGIC_64 = 0xfeedfacf
 
static constexpr uint32_t MH_CIGAM_64 = 0xcffaedfe
 
static constexpr uint32_t LC_NOTE = 0x31
 

Typedef Documentation

◆ cpu_subtype_t

Definition at line 17 of file mach_o.h.

◆ cpu_type_t

Definition at line 16 of file mach_o.h.

◆ vm_prot_t

Definition at line 18 of file mach_o.h.

Variable Documentation

◆ LC_NOTE

constexpr uint32_t dart::mach_o::LC_NOTE = 0x31
staticconstexpr

Definition at line 52 of file mach_o.h.

◆ MH_CIGAM

constexpr uint32_t dart::mach_o::MH_CIGAM = 0xcefaedfe
staticconstexpr

Definition at line 31 of file mach_o.h.

◆ MH_CIGAM_64

constexpr uint32_t dart::mach_o::MH_CIGAM_64 = 0xcffaedfe
staticconstexpr

Definition at line 45 of file mach_o.h.

◆ MH_MAGIC

constexpr uint32_t dart::mach_o::MH_MAGIC = 0xfeedface
staticconstexpr

Definition at line 30 of file mach_o.h.

◆ MH_MAGIC_64

constexpr uint32_t dart::mach_o::MH_MAGIC_64 = 0xfeedfacf
staticconstexpr

Definition at line 44 of file mach_o.h.