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

#include <elf.h>

Public Attributes

ProgramHeaderType type
 
uint32_t flags
 
uint64_t file_offset
 
uint64_t memory_offset
 
uint64_t physical_memory_offset
 
uint64_t file_size
 
uint64_t memory_size
 
uint64_t alignment
 

Detailed Description

Definition at line 47 of file elf.h.

Member Data Documentation

◆ alignment

uint64_t dart::elf::ProgramHeader::alignment

Definition at line 65 of file elf.h.

◆ file_offset

uint64_t dart::elf::ProgramHeader::file_offset

Definition at line 60 of file elf.h.

◆ file_size

uint64_t dart::elf::ProgramHeader::file_size

Definition at line 63 of file elf.h.

◆ flags

uint32_t dart::elf::ProgramHeader::flags

Definition at line 59 of file elf.h.

◆ memory_offset

uint64_t dart::elf::ProgramHeader::memory_offset

Definition at line 61 of file elf.h.

◆ memory_size

uint64_t dart::elf::ProgramHeader::memory_size

Definition at line 64 of file elf.h.

◆ physical_memory_offset

uint64_t dart::elf::ProgramHeader::physical_memory_offset

Definition at line 62 of file elf.h.

◆ type

ProgramHeaderType dart::elf::ProgramHeader::type

Definition at line 58 of file elf.h.


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