Section class
A section in an ELF file.
Some sections correspond to segments from the ProgramHeader
and contain
the information that will be loaded into memory for that segment, whereas
others include information, like debugging sections, that are not loaded
at runtime.
Only some sections are currently parsed by the ELF reader; most are left unparsed as they are not needed for DWARF address translation.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerEntry → SectionHeaderEntry
-
final
- length → int
-
no setter
- offset → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- virtualAddress → int
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shrink(
Reader reader) → Reader -
toString(
) → String -
A string representation of this object.
override
-
writeToStringBuffer(
StringBuffer buffer) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromReader(
Reader reader, SectionHeaderEntry entry) → Section