Package jnr.a64asm
Class RelocData
java.lang.Object
jnr.a64asm.RelocData
Reloc to absolute address data
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
Relative displacement or absolute address.(package private) final int
Offset from code begin address (in the emitted code data stream).(package private) final int
Size of relocation (4 or 8 bytes).(package private) final RelocData.Type
Type of relocation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Type of relocation. -
size
final int sizeSize of relocation (4 or 8 bytes). -
offset
final int offsetOffset from code begin address (in the emitted code data stream). -
destination
final long destinationRelative displacement or absolute address.
-
-
Constructor Details
-
RelocData
-