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 // jdk.tools.jaotc.binformat.macho.MachORelocEntry this
        start local 1 // int offset
        start local 2 // int symno
        start local 3 // int pcrel
        start local 4 // int length
        start local 5 // int isextern
        start local 6 // int type
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            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: .line 39
            aload 0 /* this */
            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 /* offset */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         3: .line 43
            aload 0 /* this */
            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: .line 44
            iload 2 /* symno */
            ldc 16777215
            iand
            iconst_0
            ishl
         5: .line 45
            iload 3 /* pcrel */
            iconst_1
            iand
            bipush 24
            ishl
         6: .line 44
            ior
         7: .line 46
            iload 4 /* length */
            iconst_3
            iand
            bipush 25
            ishl
         8: .line 44
            ior
         9: .line 47
            iload 5 /* isextern */
            iconst_1
            iand
            bipush 27
            ishl
        10: .line 44
            ior
        11: .line 48
            iload 6 /* type */
            bipush 15
            iand
            bipush 28
            ishl
        12: .line 44
            ior
        13: .line 43
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
        14: .line 50
            return
        end local 6 // int type
        end local 5 // int isextern
        end local 4 // int length
        end local 3 // int pcrel
        end local 2 // int symno
        end local 1 // int offset
        end local 0 // jdk.tools.jaotc.binformat.macho.MachORelocEntry this
      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 // jdk.tools.jaotc.binformat.macho.MachORelocEntry this
         0: .line 53
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachORelocEntry.entry:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            areturn
        end local 0 // jdk.tools.jaotc.binformat.macho.MachORelocEntry this
      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