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

#include <elf.h>

Public Attributes

uint32_t name_size
 
uint32_t description_size
 
NoteType type
 
uint8_t data []
 

Detailed Description

Definition at line 148 of file elf.h.

Member Data Documentation

◆ data

uint8_t dart::elf::Note::data[]

Definition at line 152 of file elf.h.

◆ description_size

uint32_t dart::elf::Note::description_size

Definition at line 150 of file elf.h.

◆ name_size

uint32_t dart::elf::Note::name_size

Definition at line 149 of file elf.h.

◆ type

NoteType dart::elf::Note::type

Definition at line 151 of file elf.h.


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