ElfDynamicSection class

An ELF section containing information needed for dynamic linking.

Inheritance

Constructors

ElfDynamicSection.new(ElfFileHeader _meta, ElfSectionHeader _header, String _name, ElfIoBuffer _buffer)

Properties

buffer ElfIoBuffer
Get the IO buffer used to parse the section
no setterinherited
entries List<ElfDynamicEntry>
A possibly empty list of dynamic section entries
no setter
hashCode int
The hash code for this object.
no setterinherited
Get the ELF section header
no setterinherited
meta ElfFileHeader
Get the ELF file header
no setterinherited
name String
Get the resolve name of the section
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ElfSectionType
Get the ELF section type
no setterinherited

Methods

data() Uint8List
Read the raw data for the section
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited