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

Classes

struct  coff_file_header
 
struct  coff_optional_header
 
struct  coff_section_header
 

Variables

static constexpr intptr_t kPEOffsetOffset = 0x3c
 
static const char kPEMagic [] = {'P', 'E', '\0', '\0'}
 
static constexpr uint16_t kPE32Magic = 0x10b
 
static constexpr uint16_t kPE32PlusMagic = 0x20b
 
static constexpr intptr_t kCoffSectionNameSize = 8
 

Variable Documentation

◆ kCoffSectionNameSize

constexpr intptr_t dart::pe::kCoffSectionNameSize = 8
staticconstexpr

Definition at line 45 of file pe.h.

◆ kPE32Magic

constexpr uint16_t dart::pe::kPE32Magic = 0x10b
staticconstexpr

Definition at line 42 of file pe.h.

◆ kPE32PlusMagic

constexpr uint16_t dart::pe::kPE32PlusMagic = 0x20b
staticconstexpr

Definition at line 43 of file pe.h.

◆ kPEMagic

const char dart::pe::kPEMagic[] = {'P', 'E', '\0', '\0'}
static

Definition at line 17 of file pe.h.

17{'P', 'E', '\0', '\0'};

◆ kPEOffsetOffset

constexpr intptr_t dart::pe::kPEOffsetOffset = 0x3c
staticconstexpr

Definition at line 16 of file pe.h.