Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::pe::coff_section_header Struct Reference

#include <pe.h>

Public Attributes

char name [kCoffSectionNameSize]
 
uint32_t virtual_size
 
uint32_t virtual_address
 
uint32_t file_size
 
uint32_t file_offset
 
uint32_t relocations_offset
 
uint32_t line_numbers_offset
 
uint16_t num_relocations
 
uint16_t num_line_numbers
 
uint32_t characteristics
 

Detailed Description

Definition at line 47 of file pe.h.

Member Data Documentation

◆ characteristics

uint32_t dart::pe::coff_section_header::characteristics

Definition at line 57 of file pe.h.

◆ file_offset

uint32_t dart::pe::coff_section_header::file_offset

Definition at line 52 of file pe.h.

◆ file_size

uint32_t dart::pe::coff_section_header::file_size

Definition at line 51 of file pe.h.

◆ line_numbers_offset

uint32_t dart::pe::coff_section_header::line_numbers_offset

Definition at line 54 of file pe.h.

◆ name

char dart::pe::coff_section_header::name[kCoffSectionNameSize]

Definition at line 48 of file pe.h.

◆ num_line_numbers

uint16_t dart::pe::coff_section_header::num_line_numbers

Definition at line 56 of file pe.h.

◆ num_relocations

uint16_t dart::pe::coff_section_header::num_relocations

Definition at line 55 of file pe.h.

◆ relocations_offset

uint32_t dart::pe::coff_section_header::relocations_offset

Definition at line 53 of file pe.h.

◆ virtual_address

uint32_t dart::pe::coff_section_header::virtual_address

Definition at line 50 of file pe.h.

◆ virtual_size

uint32_t dart::pe::coff_section_header::virtual_size

Definition at line 49 of file pe.h.


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