Package com.getkeepsafe.relinker.elf
Class Elf.DynamicStructure
- java.lang.Object
-
- com.getkeepsafe.relinker.elf.Elf.DynamicStructure
-
- Direct Known Subclasses:
Dynamic32Structure,Dynamic64Structure
- Enclosing interface:
- Elf
public abstract static class Elf.DynamicStructure extends Object
-
-
Constructor Summary
Constructors Constructor Description DynamicStructure()
-
-
-
Field Detail
-
DT_NULL
public static final int DT_NULL
- See Also:
- Constant Field Values
-
DT_NEEDED
public static final int DT_NEEDED
- See Also:
- Constant Field Values
-
DT_STRTAB
public static final int DT_STRTAB
- See Also:
- Constant Field Values
-
tag
public long tag
-
val
public long val
-
-