@Deprecated
class RelocData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
RelocData.Type
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
(package private) long |
destination
Deprecated.
Relative displacement or absolute address.
|
(package private) int |
offset
Deprecated.
Offset from code begin address (in the emitted code data stream).
|
(package private) int |
size
Deprecated.
Size of relocation (4 or 8 bytes).
|
(package private) RelocData.Type |
type
Deprecated.
Type of relocation.
|
Constructor and Description |
---|
RelocData(RelocData.Type type,
int size,
int offset,
long destination)
Deprecated.
|
final RelocData.Type type
final int size
final int offset
final long destination
public RelocData(RelocData.Type type, int size, int offset, long destination)