public class RelocatableBuffer.Info extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Info(com.oracle.objectfile.ObjectFile.RelocationKind kind,
int relocationSize,
Long explicitAddend,
Object targetObject) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getExplicitAddend() |
com.oracle.objectfile.ObjectFile.RelocationKind |
getRelocationKind() |
int |
getRelocationSize() |
Object |
getTargetObject() |
boolean |
hasExplicitAddend() |
public int getRelocationSize()
public com.oracle.objectfile.ObjectFile.RelocationKind getRelocationKind()
public boolean hasExplicitAddend()
public Long getExplicitAddend()
public Object getTargetObject()