Modifier and Type | Field and 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 |
Modifier | Constructor and Description |
---|---|
protected |
Dynamic(Elf.Section section) |
public static final int DYN_ENT_SIZE_32
public static final int DYN_ENT_SIZE_64
public static final int DT_NULL
public static final int DT_NEEDED
public static final int DT_PLTRELSZ
public static final int DT_PLTGOT
public static final int DT_HASH
public static final int DT_STRTAB
public static final int DT_SYMTAB
public static final int DT_RELA
public static final int DT_RELASZ
public static final int DT_RELAENT
public static final int DT_STRSZ
public static final int DT_SYMENT
public static final int DT_INIT
public static final int DT_FINI
public static final int DT_SONAME
public static final int DT_RPATH
public long d_tag
public long d_val
protected Dynamic(Elf.Section section)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.