Package org.eclipse.cdt.utils.elf
Class Elf.Dynamic
- java.lang.Object
-
- org.eclipse.cdt.utils.elf.Elf.Dynamic
-
-
Field Summary
Fields Modifier and Type Field Description long
d_tag
long
d_val
static int
DT_FINI
static int
DT_HASH
static int
DT_INIT
static int
DT_NEEDED
static int
DT_NULL
static int
DT_PLTGOT
static int
DT_PLTRELSZ
static int
DT_RELA
static int
DT_RELAENT
static int
DT_RELASZ
static int
DT_RPATH
static int
DT_SONAME
static int
DT_STRSZ
static int
DT_STRTAB
static int
DT_SYMENT
static int
DT_SYMTAB
static int
DYN_ENT_SIZE_32
static int
DYN_ENT_SIZE_64
-
Constructor Summary
Constructors Modifier Constructor Description protected
Dynamic(Elf.Section section)
-
-
-
Field Detail
-
DYN_ENT_SIZE_32
public static final int DYN_ENT_SIZE_32
- See Also:
- Constant Field Values
-
DYN_ENT_SIZE_64
public static final int DYN_ENT_SIZE_64
- See Also:
- Constant Field Values
-
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_PLTRELSZ
public static final int DT_PLTRELSZ
- See Also:
- Constant Field Values
-
DT_PLTGOT
public static final int DT_PLTGOT
- See Also:
- Constant Field Values
-
DT_HASH
public static final int DT_HASH
- See Also:
- Constant Field Values
-
DT_STRTAB
public static final int DT_STRTAB
- See Also:
- Constant Field Values
-
DT_SYMTAB
public static final int DT_SYMTAB
- See Also:
- Constant Field Values
-
DT_RELA
public static final int DT_RELA
- See Also:
- Constant Field Values
-
DT_RELASZ
public static final int DT_RELASZ
- See Also:
- Constant Field Values
-
DT_RELAENT
public static final int DT_RELAENT
- See Also:
- Constant Field Values
-
DT_STRSZ
public static final int DT_STRSZ
- See Also:
- Constant Field Values
-
DT_SYMENT
public static final int DT_SYMENT
- See Also:
- Constant Field Values
-
DT_INIT
public static final int DT_INIT
- See Also:
- Constant Field Values
-
DT_FINI
public static final int DT_FINI
- See Also:
- Constant Field Values
-
DT_SONAME
public static final int DT_SONAME
- See Also:
- Constant Field Values
-
DT_RPATH
public static final int DT_RPATH
- See Also:
- Constant Field Values
-
d_tag
public long d_tag
-
d_val
public long d_val
-
-
Constructor Detail
-
Dynamic
protected Dynamic(Elf.Section section)
-
-