Flutter Engine
The Flutter Engine
|
#include <platform/globals.h>
Go to the source code of this file.
Classes | |
struct | dart::pe::coff_file_header |
struct | dart::pe::coff_optional_header |
struct | dart::pe::coff_section_header |
Namespaces | |
namespace | dart |
namespace | dart::pe |
Variables | |
static constexpr intptr_t | dart::pe::kPEOffsetOffset = 0x3c |
static const char | dart::pe::kPEMagic [] = {'P', 'E', '\0', '\0'} |
static constexpr uint16_t | dart::pe::kPE32Magic = 0x10b |
static constexpr uint16_t | dart::pe::kPE32PlusMagic = 0x20b |
static constexpr intptr_t | dart::pe::kCoffSectionNameSize = 8 |