DynamicTableTag enum
Represents d_tag constants from ELF specification.
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
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.