Dynamic Array Tags.
More...
|
int | DT_NULL = 0 |
|
int | DT_NEEDED = 1 |
|
int | DT_PLTRELSZ = 2 |
|
int | DT_PLTGOT = 3 |
|
int | DT_HASH = 4 |
|
int | DT_STRTAB = 5 |
|
int | DT_SYMTAB = 6 |
|
int | DT_RELA = 7 |
|
int | DT_RELASZ = 8 |
|
int | DT_RELAENT = 9 |
|
int | DT_STRSZ = 10 |
|
int | DT_SYMENT = 11 |
|
int | DT_INIT = 12 |
|
int | DT_FINI = 13 |
|
int | DT_SONAME = 14 |
|
int | DT_RPATH = 15 |
|
int | DT_SYMBOLIC = 16 |
|
int | DT_REL = 17 |
|
int | DT_RELSZ = 18 |
|
int | DT_RELENT = 19 |
|
int | DT_PLTREL = 20 |
|
int | DT_DEBUG = 21 |
|
int | DT_TEXTREL = 22 |
|
int | DT_JMPREL = 23 |
|
int | DT_BIND_NOW = 24 |
|
int | DT_INIT_ARRAY = 25 |
|
int | DT_FINI_ARRAY = 26 |
|
int | DT_INIT_ARRAYSZ = 27 |
|
int | DT_FINI_ARRAYSZ = 28 |
|
int | DT_RUNPATH = 29 |
|
int | DT_FLAGS = 30 |
|
int | DT_ENCODING = 32 |
|
int | DT_PREINIT_ARRAY = 32 |
|
int | DT_PREINIT_ARRAYSZ = 33 |
|
int | DT_LOOS = 0x6000000d |
|
int | DT_HIOS = 0x6ffff000 |
|
int | DT_LOPROC = 0x70000000 |
|
int | DT_HIPROC = 0x7fffffff |
|
|
def | __bytes__ (self) |
|
def | from_bytes (cls, b, little=False) |
|
Dynamic Array Tags.
d_tag enumeration
The documentation for this class was generated from the following file: