final class jdk.tools.jaotc.binformat.macho.MachORelocEntry
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: jdk.tools.jaotc.binformat.macho.MachORelocEntry
super_class: java.lang.Object
{
private final java.nio.ByteBuffer entry;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(int, int, int, int, int, int);
descriptor: (IIIIII)V
flags: (0x0000)
Code:
stack=5, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
getstatic jdk.tools.jaotc.binformat.macho.MachO$reloc_info.totalsize:I
invokestatic jdk.tools.jaotc.binformat.macho.MachOByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
putfield jdk.tools.jaotc.binformat.macho.MachORelocEntry.entry:Ljava/nio/ByteBuffer;
2: aload 0
getfield jdk.tools.jaotc.binformat.macho.MachORelocEntry.entry:Ljava/nio/ByteBuffer;
getstatic jdk.tools.jaotc.binformat.macho.MachO$reloc_info.r_address:Ljdk/tools/jaotc/binformat/macho/MachO$reloc_info;
getfield jdk.tools.jaotc.binformat.macho.MachO$reloc_info.off:I
iload 1
invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
pop
3: aload 0
getfield jdk.tools.jaotc.binformat.macho.MachORelocEntry.entry:Ljava/nio/ByteBuffer;
getstatic jdk.tools.jaotc.binformat.macho.MachO$reloc_info.r_relocinfo:Ljdk/tools/jaotc/binformat/macho/MachO$reloc_info;
getfield jdk.tools.jaotc.binformat.macho.MachO$reloc_info.off:I
4: iload 2
ldc 16777215
iand
iconst_0
ishl
5: iload 3
iconst_1
iand
bipush 24
ishl
6: ior
7: iload 4
iconst_3
iand
bipush 25
ishl
8: ior
9: iload 5
iconst_1
iand
bipush 27
ishl
10: ior
11: iload 6
bipush 15
iand
bipush 28
ishl
12: ior
13: invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
pop
14: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Ljdk/tools/jaotc/binformat/macho/MachORelocEntry;
0 15 1 offset I
0 15 2 symno I
0 15 3 pcrel I
0 15 4 length I
0 15 5 isextern I
0 15 6 type I
MethodParameters:
Name Flags
offset
symno
pcrel
length
isextern
type
byte[] getArray();
descriptor: ()[B
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.tools.jaotc.binformat.macho.MachORelocEntry.entry:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.array:()[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/tools/jaotc/binformat/macho/MachORelocEntry;
}
SourceFile: "MachORelocEntry.java"
InnerClasses:
final reloc_info = jdk.tools.jaotc.binformat.macho.MachO$reloc_info of jdk.tools.jaotc.binformat.macho.MachO