public interface ELFProgramHeader
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_DYNAMIC |
static int |
TYPE_HIPROC |
static int |
TYPE_INTERP |
static int |
TYPE_LOAD
Type defining that the array element specifies a loadable segment.
|
static int |
TYPE_LOPROC |
static int |
TYPE_NOTE |
static int |
TYPE_NULL
Type defining that the array element is unused.
|
static int |
TYPE_PHDR |
static int |
TYPE_SHLIB |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
static final int TYPE_NULL
static final int TYPE_LOAD
static final int TYPE_DYNAMIC
static final int TYPE_INTERP
static final int TYPE_NOTE
static final int TYPE_SHLIB
static final int TYPE_PHDR
static final int TYPE_LOPROC
static final int TYPE_HIPROC
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.