| Package | Description |
|---|---|
| com.kenai.jnr.x86asm |
| Modifier and Type | Field and Description |
|---|---|
(package private) RelocData.Type |
RelocData.type
Deprecated.
Type of relocation.
|
| Modifier and Type | Method and Description |
|---|---|
static RelocData.Type |
RelocData.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelocData.Type[] |
RelocData.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RelocData(RelocData.Type type,
int size,
int offset,
long destination)
Deprecated.
|