DynamicTableTag enum

Represents d_tag constants from ELF specification.

Inheritance

Constructors

DynamicTableTag()
const

Values

DT_NULL → const DynamicTableTag
DT_NEEDED → const DynamicTableTag
DT_PLTRELSZ → const DynamicTableTag
DT_PLTGOT → const DynamicTableTag
DT_HASH → const DynamicTableTag
DT_STRTAB → const DynamicTableTag
DT_SYMTAB → const DynamicTableTag
DT_RELA → const DynamicTableTag
DT_RELASZ → const DynamicTableTag
DT_RELAENT → const DynamicTableTag
DT_STRSZ → const DynamicTableTag
DT_SYMENT → const DynamicTableTag

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<DynamicTableTag>
A constant List of the values in this enum, in order of their declaration.