Package com.kenai.jnr.x86asm
Class RelocData
java.lang.Object
com.kenai.jnr.x86asm.RelocData
Deprecated.
Reloc to absolute address data
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
Deprecated.Relative displacement or absolute address.(package private) final int
Deprecated.Offset from code begin address (in the emitted code data stream).(package private) final int
Deprecated.Size of relocation (4 or 8 bytes).(package private) final RelocData.Type
Deprecated.Type of relocation. -
Constructor Summary
ConstructorsConstructorDescriptionRelocData
(RelocData.Type type, int size, int offset, long destination) Deprecated. -
Method Summary
-
Field Details
-
type
Deprecated.Type of relocation. -
size
final int sizeDeprecated.Size of relocation (4 or 8 bytes). -
offset
final int offsetDeprecated.Offset from code begin address (in the emitted code data stream). -
destination
final long destinationDeprecated.Relative displacement or absolute address.
-
-
Constructor Details
-
RelocData
Deprecated.
-