final class jdk.tools.jaotc.binformat.elf.ElfSymbol 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.elf.ElfSymbol
  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, long);
    descriptor: (IIBBBJJ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=8
        start local 0 // jdk.tools.jaotc.binformat.elf.ElfSymbol this
        start local 1 // int symbolindex
        start local 2 // int strindex
        start local 3 // byte type
        start local 4 // byte bind
        start local 5 // byte sectindex
        start local 6 // long offset
        start local 8 // long size
         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.elf.Elf$Elf64_Sym.totalsize:I
            invokestatic jdk.tools.jaotc.binformat.elf.ElfByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield jdk.tools.jaotc.binformat.elf.ElfSymbol.sym:Ljava/nio/ByteBuffer;
         2: .line 39
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.st_name:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Sym;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.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.elf.ElfSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.st_info:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Sym;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.off:I
            iload 4 /* bind */
            iload 3 /* type */
            invokestatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.ELF64_ST_INFO:(BB)B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         4: .line 41
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.st_other:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Sym;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.off:I
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         5: .line 44
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.st_shndx:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Sym;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.off:I
            iload 5 /* sectindex */
            i2c
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
         6: .line 45
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.st_value:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Sym;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.off:I
            lload 6 /* offset */
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
         7: .line 46
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfSymbol.sym:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.st_size:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Sym;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Sym.off:I
            lload 8 /* size */
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
         8: .line 47
            return
        end local 8 // long size
        end local 6 // long offset
        end local 5 // byte sectindex
        end local 4 // byte bind
        end local 3 // byte type
        end local 2 // int strindex
        end local 1 // int symbolindex
        end local 0 // jdk.tools.jaotc.binformat.elf.ElfSymbol this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Ljdk/tools/jaotc/binformat/elf/ElfSymbol;
            0    9     1  symbolindex  I
            0    9     2     strindex  I
            0    9     3         type  B
            0    9     4         bind  B
            0    9     5    sectindex  B
            0    9     6       offset  J
            0    9     8         size  J
    MethodParameters:
             Name  Flags
      symbolindex  
      strindex     
      type         
      bind         
      sectindex    
      offset       
      size         

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