final class jdk.tools.jaotc.binformat.macho.MachOSymbol extends jdk.tools.jaotc.binformat.NativeSymbol
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.macho.MachOSymbol
  super_class: jdk.tools.jaotc.binformat.NativeSymbol
{
  private final java.nio.ByteBuffer sym;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, int, byte, byte, long);
    descriptor: (IIBBJ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=6
        start local 0 // jdk.tools.jaotc.binformat.macho.MachOSymbol this
        start local 1 // int symbolindex
        start local 2 // int strindex
        start local 3 // byte type
        start local 4 // byte sectindex
        start local 5 // long offset
         0: .line 36
            aload 0 /* this */
            iload 1 /* symbolindex */
            invokespecial jdk.tools.jaotc.binformat.NativeSymbol.<init>:(I)V
         1: .line 37
            aload 0 /* this */
            getstatic jdk.tools.jaotc.binformat.macho.MachO$nlist_64.totalsize:I
            invokestatic jdk.tools.jaotc.binformat.macho.MachOByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield jdk.tools.jaotc.binformat.macho.MachOSymbol.sym:Ljava/nio/ByteBuffer;
         2: .line 39
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$nlist_64.n_strx:Ljdk/tools/jaotc/binformat/macho/MachO$nlist_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$nlist_64.off:I
            iload 2 /* strindex */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         3: .line 40
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$nlist_64.n_type:Ljdk/tools/jaotc/binformat/macho/MachO$nlist_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$nlist_64.off:I
            iload 3 /* type */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         4: .line 43
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$nlist_64.n_sect:Ljdk/tools/jaotc/binformat/macho/MachO$nlist_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$nlist_64.off:I
            iload 4 /* sectindex */
            iconst_1
            iadd
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         5: .line 44
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$nlist_64.n_desc:Ljdk/tools/jaotc/binformat/macho/MachO$nlist_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$nlist_64.off:I
            iconst_0
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
         6: .line 45
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$nlist_64.n_value:Ljdk/tools/jaotc/binformat/macho/MachO$nlist_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$nlist_64.off:I
            lload 5 /* offset */
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
         7: .line 46
            return
        end local 5 // long offset
        end local 4 // byte sectindex
        end local 3 // byte type
        end local 2 // int strindex
        end local 1 // int symbolindex
        end local 0 // jdk.tools.jaotc.binformat.macho.MachOSymbol this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Ljdk/tools/jaotc/binformat/macho/MachOSymbol;
            0    8     1  symbolindex  I
            0    8     2     strindex  I
            0    8     3         type  B
            0    8     4    sectindex  B
            0    8     5       offset  J
    MethodParameters:
             Name  Flags
      symbolindex  
      strindex     
      type         
      sectindex    
      offset       

  byte[] getArray();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.macho.MachOSymbol this
         0: .line 49
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSymbol.sym:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            areturn
        end local 0 // jdk.tools.jaotc.binformat.macho.MachOSymbol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/binformat/macho/MachOSymbol;
}
SourceFile: "MachOSymbol.java"
InnerClasses:
  final nlist_64 = jdk.tools.jaotc.binformat.macho.MachO$nlist_64 of jdk.tools.jaotc.binformat.macho.MachO