public abstract static class Elf.ProgramHeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
memsz |
long |
offset |
static int |
PT_DYNAMIC |
static int |
PT_LOAD |
long |
type |
long |
vaddr |
| Constructor and Description |
|---|
ProgramHeader() |
public static final int PT_LOAD
public static final int PT_DYNAMIC
public long type
public long offset
public long vaddr
public long memsz