final class jdk.tools.jaotc.binformat.elf.ElfHeader
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.elf.ElfHeader
  super_class: java.lang.Object
{
  private final java.nio.ByteBuffer header;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.elf.ElfHeader this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.totalsize:I
            invokestatic jdk.tools.jaotc.binformat.elf.ElfByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
         2: .line 39
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ident:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iconst_0
            iadd
            bipush 127
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         3: .line 40
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ident:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iconst_1
            iadd
            bipush 69
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         4: .line 41
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ident:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iconst_2
            iadd
            bipush 76
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         5: .line 42
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ident:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iconst_3
            iadd
            bipush 70
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         6: .line 43
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ident:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iconst_4
            iadd
            iconst_2
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         7: .line 44
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ident:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iconst_5
            iadd
            iconst_1
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         8: .line 45
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ident:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            bipush 6
            iadd
            iconst_1
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         9: .line 46
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ident:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            bipush 7
            iadd
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        10: .line 48
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_type:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iconst_1
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
        11: .line 49
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_machine:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            invokestatic jdk.tools.jaotc.binformat.elf.ElfTargetInfo.getElfArch:()C
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
        12: .line 50
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_version:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iconst_1
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
        13: .line 51
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ehsize:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.totalsize:I
            i2c
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
        14: .line 52
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shentsize:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.totalsize:I
            i2c
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
        15: .line 54
            return
        end local 0 // jdk.tools.jaotc.binformat.elf.ElfHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Ljdk/tools/jaotc/binformat/elf/ElfHeader;

  void setSectionOff(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.tools.jaotc.binformat.elf.ElfHeader this
        start local 1 // int offset
         0: .line 58
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shoff:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iload 1 /* offset */
            i2l
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
         1: .line 59
            return
        end local 1 // int offset
        end local 0 // jdk.tools.jaotc.binformat.elf.ElfHeader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/tools/jaotc/binformat/elf/ElfHeader;
            0    2     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  void setSectionNum(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.tools.jaotc.binformat.elf.ElfHeader this
        start local 1 // int count
         0: .line 63
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shnum:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iload 1 /* count */
            i2c
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
         1: .line 64
            return
        end local 1 // int count
        end local 0 // jdk.tools.jaotc.binformat.elf.ElfHeader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/tools/jaotc/binformat/elf/ElfHeader;
            0    2     1  count  I
    MethodParameters:
       Name  Flags
      count  

  void setSectionStrNdx(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.tools.jaotc.binformat.elf.ElfHeader this
        start local 1 // int index
         0: .line 69
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shstrndx:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
            iload 1 /* index */
            i2c
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
         1: .line 70
            return
        end local 1 // int index
        end local 0 // jdk.tools.jaotc.binformat.elf.ElfHeader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/tools/jaotc/binformat/elf/ElfHeader;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

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