final class jdk.tools.jaotc.binformat.elf.ElfRelocEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.elf.ElfRelocEntry
  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);
    descriptor: (IIII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // jdk.tools.jaotc.binformat.elf.ElfRelocEntry this
        start local 1 // int offset
        start local 2 // int symno
        start local 3 // int type
        start local 4 // int addend
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Rela.totalsize:I
            invokestatic jdk.tools.jaotc.binformat.elf.ElfByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield jdk.tools.jaotc.binformat.elf.ElfRelocEntry.entry:Ljava/nio/ByteBuffer;
         2: .line 38
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfRelocEntry.entry:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Rela.r_offset:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Rela;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Rela.off:I
            iload 1 /* offset */
            i2l
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
         3: .line 39
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfRelocEntry.entry:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Rela.r_info:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Rela;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Rela.off:I
            iload 2 /* symno */
            iload 3 /* type */
            invokestatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Rela.ELF64_R_INFO:(II)J
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
         4: .line 40
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.ElfRelocEntry.entry:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Rela.r_addend:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Rela;
            getfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Rela.off:I
            iload 4 /* addend */
            i2l
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
         5: .line 41
            return
        end local 4 // int addend
        end local 3 // int type
        end local 2 // int symno
        end local 1 // int offset
        end local 0 // jdk.tools.jaotc.binformat.elf.ElfRelocEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljdk/tools/jaotc/binformat/elf/ElfRelocEntry;
            0    6     1  offset  I
            0    6     2   symno  I
            0    6     3    type  I
            0    6     4  addend  I
    MethodParameters:
        Name  Flags
      offset  
      symno   
      type    
      addend  

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