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

#include <elf.h>

Public Attributes

uint32_t name
 
uint8_t info
 
uint8_t other
 
uint16_t section
 
uint64_t value
 
uint64_t size
 

Detailed Description

Definition at line 107 of file elf.h.

Member Data Documentation

◆ info

uint8_t dart::elf::Symbol::info

Definition at line 117 of file elf.h.

◆ name

uint32_t dart::elf::Symbol::name

Definition at line 116 of file elf.h.

◆ other

uint8_t dart::elf::Symbol::other

Definition at line 118 of file elf.h.

◆ section

uint16_t dart::elf::Symbol::section

Definition at line 119 of file elf.h.

◆ size

uint64_t dart::elf::Symbol::size

Definition at line 121 of file elf.h.

◆ value

uint64_t dart::elf::Symbol::value

Definition at line 120 of file elf.h.


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