final class jdk.tools.jaotc.binformat.pecoff.PECoffSymbol 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.pecoff.PECoffSymbol
  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, byte, long);
    descriptor: (IIBBBJ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=7
        start local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffSymbol this
        start local 1 // int symbolindex
        start local 2 // int strindex
        start local 3 // byte type
        start local 4 // byte storageclass
        start local 5 // byte sectindex
        start local 6 // 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.pecoff.PECoff$IMAGE_SYMBOL.totalsize:I
            invokestatic jdk.tools.jaotc.binformat.pecoff.PECoffByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
         2: .line 40
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.Short:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
            getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
            iconst_0
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         3: .line 42
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.Long:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
            getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
            iload 2 /* strindex */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         4: .line 43
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.Value:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
            getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
            lload 6 /* offset */
            l2i
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         5: .line 47
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.SectionNumber:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
            getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
            iload 5 /* sectindex */
            iconst_1
            iadd
            i2c
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
         6: .line 49
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.Type:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
            getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
            iload 3 /* type */
            i2c
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
         7: .line 50
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.StorageClass:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
            getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
            iload 4 /* storageclass */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         8: .line 51
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.NumberOfAuxSymbols:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
            getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         9: .line 52
            return
        end local 6 // long offset
        end local 5 // byte sectindex
        end local 4 // byte storageclass
        end local 3 // byte type
        end local 2 // int strindex
        end local 1 // int symbolindex
        end local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffSymbol this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Ljdk/tools/jaotc/binformat/pecoff/PECoffSymbol;
            0   10     1   symbolindex  I
            0   10     2      strindex  I
            0   10     3          type  B
            0   10     4  storageclass  B
            0   10     5     sectindex  B
            0   10     6        offset  J
    MethodParameters:
              Name  Flags
      symbolindex   
      strindex      
      type          
      storageclass  
      sectindex     
      offset        

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