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

#include <elf.h>

Public Attributes

uint32_t name
 
SectionHeaderType type
 
uint64_t flags
 
uint64_t memory_offset
 
uint64_t file_offset
 
uint64_t file_size
 
uint32_t link
 
uint32_t info
 
uint64_t alignment
 
uint64_t entry_size
 

Detailed Description

Definition at line 81 of file elf.h.

Member Data Documentation

◆ alignment

uint64_t dart::elf::SectionHeader::alignment

Definition at line 102 of file elf.h.

◆ entry_size

uint64_t dart::elf::SectionHeader::entry_size

Definition at line 103 of file elf.h.

◆ file_offset

uint64_t dart::elf::SectionHeader::file_offset

Definition at line 98 of file elf.h.

◆ file_size

uint64_t dart::elf::SectionHeader::file_size

Definition at line 99 of file elf.h.

◆ flags

uint64_t dart::elf::SectionHeader::flags

Definition at line 96 of file elf.h.

◆ info

uint32_t dart::elf::SectionHeader::info

Definition at line 101 of file elf.h.

◆ link

uint32_t dart::elf::SectionHeader::link

Definition at line 100 of file elf.h.

◆ memory_offset

uint64_t dart::elf::SectionHeader::memory_offset

Definition at line 97 of file elf.h.

◆ name

uint32_t dart::elf::SectionHeader::name

Definition at line 94 of file elf.h.

◆ type

SectionHeaderType dart::elf::SectionHeader::type

Definition at line 95 of file elf.h.


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