Flutter Engine
The Flutter Engine
|
#include <platform/globals.h>
Go to the source code of this file.
Classes | |
struct | dart::mach_o::mach_header |
struct | dart::mach_o::mach_header_64 |
struct | dart::mach_o::load_command |
struct | dart::mach_o::note_command |
Namespaces | |
namespace | dart |
namespace | dart::mach_o |
Typedefs | |
typedef int | dart::mach_o::cpu_type_t |
typedef int | dart::mach_o::cpu_subtype_t |
typedef int | dart::mach_o::vm_prot_t |
Variables | |
static constexpr uint32_t | dart::mach_o::MH_MAGIC = 0xfeedface |
static constexpr uint32_t | dart::mach_o::MH_CIGAM = 0xcefaedfe |
static constexpr uint32_t | dart::mach_o::MH_MAGIC_64 = 0xfeedfacf |
static constexpr uint32_t | dart::mach_o::MH_CIGAM_64 = 0xcffaedfe |
static constexpr uint32_t | dart::mach_o::LC_NOTE = 0x31 |