class com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct
  super_class: java.lang.Object
{
  int namePtr;
    descriptor: I
    flags: (0x0000) 

  com.oracle.objectfile.elf.ELFObjectFile$SectionType type;
    descriptor: Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
    flags: (0x0000) 

  long flags;
    descriptor: J
    flags: (0x0000) 

  long virtualAddress;
    descriptor: J
    flags: (0x0000) 

  long fileOffset;
    descriptor: J
    flags: (0x0000) 

  long sectionSize;
    descriptor: J
    flags: (0x0000) 

  int link;
    descriptor: I
    flags: (0x0000) 

  int info;
    descriptor: I
    flags: (0x0000) 

  long addrAlign;
    descriptor: J
    flags: (0x0000) 

  long entrySize;
    descriptor: J
    flags: (0x0000) 

  final com.oracle.objectfile.elf.ELFObjectFile this$0;
    descriptor: Lcom/oracle/objectfile/elf/ELFObjectFile;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$oracle$objectfile$elf$ELFObjectFile$ELFClass;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 792
            ldc Lcom/oracle/objectfile/elf/ELFObjectFile;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.objectfile.elf.ELFObjectFile);
    descriptor: (Lcom/oracle/objectfile/elf/ELFObjectFile;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
         0: .line 812
            aload 0 /* this */
            aload 1
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.this$0:Lcom/oracle/objectfile/elf/ELFObjectFile;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 802
            aload 0 /* this */
            getstatic com.oracle.objectfile.elf.ELFObjectFile$SectionType.NULL:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.type:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
         2: .line 809
            aload 0 /* this */
            lconst_0
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.addrAlign:J
         3: .line 813
            return
        end local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/objectfile/elf/ELFObjectFile$SectionHeaderEntryStruct;
    MethodParameters:
        Name  Flags
      this$0  final

  private void <init>(com.oracle.objectfile.elf.ELFObjectFile, int, com.oracle.objectfile.elf.ELFObjectFile$SectionType, long, long, long, long, int, int, long, long);
    descriptor: (Lcom/oracle/objectfile/elf/ELFObjectFile;ILcom/oracle/objectfile/elf/ELFObjectFile$SectionType;JJJJIIJJ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=18, args_size=12
        start local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
        start local 2 // int namePtr
        start local 3 // com.oracle.objectfile.elf.ELFObjectFile$SectionType type
        start local 4 // long flags
        start local 6 // long virtualAddress
        start local 8 // long fileOffset
        start local 10 // long sectionSize
        start local 12 // int link
        start local 13 // int info
        start local 14 // long addrAlign
        start local 16 // long entrySize
         0: .line 815
            aload 0 /* this */
            aload 1
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.this$0:Lcom/oracle/objectfile/elf/ELFObjectFile;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 802
            aload 0 /* this */
            getstatic com.oracle.objectfile.elf.ELFObjectFile$SectionType.NULL:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.type:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
         2: .line 809
            aload 0 /* this */
            lconst_0
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.addrAlign:J
         3: .line 816
            aload 0 /* this */
            iload 2 /* namePtr */
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.namePtr:I
         4: .line 817
            getstatic com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.$assertionsDisabled:Z
            ifne 5
            aload 3 /* type */
            ifnonnull 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 818
      StackMap locals: com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct com.oracle.objectfile.elf.ELFObjectFile int com.oracle.objectfile.elf.ELFObjectFile$SectionType long long long long int int long long
      StackMap stack:
            aload 0 /* this */
            aload 3 /* type */
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.type:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
         6: .line 819
            aload 0 /* this */
            lload 4 /* flags */
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.flags:J
         7: .line 820
            aload 0 /* this */
            lload 6 /* virtualAddress */
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.virtualAddress:J
         8: .line 821
            aload 0 /* this */
            lload 8 /* fileOffset */
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.fileOffset:J
         9: .line 822
            aload 0 /* this */
            lload 10 /* sectionSize */
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.sectionSize:J
        10: .line 823
            aload 0 /* this */
            iload 12 /* link */
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.link:I
        11: .line 824
            aload 0 /* this */
            iload 13 /* info */
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.info:I
        12: .line 825
            aload 0 /* this */
            lload 14 /* addrAlign */
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.addrAlign:J
        13: .line 826
            aload 0 /* this */
            lload 16 /* entrySize */
            putfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.entrySize:J
        14: .line 827
            return
        end local 16 // long entrySize
        end local 14 // long addrAlign
        end local 13 // int info
        end local 12 // int link
        end local 10 // long sectionSize
        end local 8 // long fileOffset
        end local 6 // long virtualAddress
        end local 4 // long flags
        end local 3 // com.oracle.objectfile.elf.ELFObjectFile$SectionType type
        end local 2 // int namePtr
        end local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lcom/oracle/objectfile/elf/ELFObjectFile$SectionHeaderEntryStruct;
            0   15     2         namePtr  I
            0   15     3            type  Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
            0   15     4           flags  J
            0   15     6  virtualAddress  J
            0   15     8      fileOffset  J
            0   15    10     sectionSize  J
            0   15    12            link  I
            0   15    13            info  I
            0   15    14       addrAlign  J
            0   15    16       entrySize  J
    MethodParameters:
                Name  Flags
      this$0          final
      namePtr         
      type            
      flags           
      virtualAddress  
      fileOffset      
      sectionSize     
      link            
      info            
      addrAlign       
      entrySize       

  public com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct clone();
    descriptor: ()Lcom/oracle/objectfile/elf/ELFObjectFile$SectionHeaderEntryStruct;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=19, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
         0: .line 831
            new com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct
            dup
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.this$0:Lcom/oracle/objectfile/elf/ELFObjectFile;
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.namePtr:I
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.type:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.flags:J
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.virtualAddress:J
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.fileOffset:J
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.sectionSize:J
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.link:I
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.info:I
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.addrAlign:J
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.entrySize:J
            invokespecial com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.<init>:(Lcom/oracle/objectfile/elf/ELFObjectFile;ILcom/oracle/objectfile/elf/ELFObjectFile$SectionType;JJJJIIJJ)V
            areturn
        end local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/ELFObjectFile$SectionHeaderEntryStruct;

  private void write(com.oracle.objectfile.io.OutputAssembler);
    descriptor: (Lcom/oracle/objectfile/io/OutputAssembler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
        start local 1 // com.oracle.objectfile.io.OutputAssembler db
         0: .line 835
            invokestatic com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.$SWITCH_TABLE$com$oracle$objectfile$elf$ELFObjectFile$ELFClass:()[I
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.this$0:Lcom/oracle/objectfile/elf/ELFObjectFile;
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile.getFileClass:()Lcom/oracle/objectfile/elf/ELFObjectFile$ELFClass;
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$ELFClass.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 1
                    2: 14
              default: 27
          }
         1: .line 837
      StackMap locals:
      StackMap stack:
            aload 1 /* db */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.isNullEntry:()Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: com.oracle.objectfile.io.OutputAssembler
         2: aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.namePtr:I
      StackMap locals: com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct com.oracle.objectfile.io.OutputAssembler
      StackMap stack: com.oracle.objectfile.io.OutputAssembler int
         3: invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
         4: .line 839
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.type:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$SectionType.toInt:()I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
         5: .line 840
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.flags:J
            invokestatic java.lang.Math.toIntExact:(J)I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
         6: .line 841
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.virtualAddress:J
            invokestatic java.lang.Math.toIntExact:(J)I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
         7: .line 842
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.fileOffset:J
            invokestatic java.lang.Math.toIntExact:(J)I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
         8: .line 843
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.sectionSize:J
            invokestatic java.lang.Math.toIntExact:(J)I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
         9: .line 844
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.link:I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
        10: .line 845
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.info:I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
        11: .line 846
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.addrAlign:J
            invokestatic java.lang.Math.toIntExact:(J)I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
        12: .line 847
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.entrySize:J
            invokestatic java.lang.Math.toIntExact:(J)I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
        13: .line 848
            goto 28
        14: .line 850
      StackMap locals:
      StackMap stack:
            aload 1 /* db */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.isNullEntry:()Z
            ifeq 15
            iconst_0
            goto 16
      StackMap locals:
      StackMap stack: com.oracle.objectfile.io.OutputAssembler
        15: aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.namePtr:I
      StackMap locals: com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct com.oracle.objectfile.io.OutputAssembler
      StackMap stack: com.oracle.objectfile.io.OutputAssembler int
        16: invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
        17: .line 852
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.type:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$SectionType.toInt:()I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
        18: .line 853
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.flags:J
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write8Byte:(J)V
        19: .line 854
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.virtualAddress:J
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write8Byte:(J)V
        20: .line 855
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.fileOffset:J
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write8Byte:(J)V
        21: .line 856
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.sectionSize:J
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write8Byte:(J)V
        22: .line 857
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.link:I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
        23: .line 858
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.info:I
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write4Byte:(I)V
        24: .line 859
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.addrAlign:J
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write8Byte:(J)V
        25: .line 860
            aload 1 /* db */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.entrySize:J
            invokeinterface com.oracle.objectfile.io.OutputAssembler.write8Byte:(J)V
        26: .line 861
            goto 28
        27: .line 863
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.this$0:Lcom/oracle/objectfile/elf/ELFObjectFile;
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile.getFileClass:()Lcom/oracle/objectfile/elf/ELFObjectFile$ELFClass;
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$ELFClass.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 865
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.objectfile.io.OutputAssembler db
        end local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lcom/oracle/objectfile/elf/ELFObjectFile$SectionHeaderEntryStruct;
            0   29     1    db  Lcom/oracle/objectfile/io/OutputAssembler;
    MethodParameters:
      Name  Flags
      db    

  public int getWrittenSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
         0: .line 873
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            invokestatic com.oracle.objectfile.io.AssemblyBuffer.createOutputAssembler:(Ljava/nio/ByteOrder;)Lcom/oracle/objectfile/io/OutputAssembler;
            astore 1 /* temp */
        start local 1 // com.oracle.objectfile.io.OutputAssembler temp
         1: .line 874
            aload 0 /* this */
            aload 1 /* temp */
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.write:(Lcom/oracle/objectfile/io/OutputAssembler;)V
         2: .line 875
            aload 1 /* temp */
            invokeinterface com.oracle.objectfile.io.OutputAssembler.pos:()I
            ireturn
        end local 1 // com.oracle.objectfile.io.OutputAssembler temp
        end local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/elf/ELFObjectFile$SectionHeaderEntryStruct;
            1    3     1  temp  Lcom/oracle/objectfile/io/OutputAssembler;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
         0: .line 880
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.isNullEntry:()Z
            ifeq 2
         1: .line 881
            ldc "SHT NULL Entry"
            areturn
         2: .line 884
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "SHT Entry: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 885
            ldc "\n  %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.type:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 886
            ldc "\n  flags %#x"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.flags:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 887
            ldc "\n  virtual address %#x"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.virtualAddress:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 888
            ldc "\n  offset %#x (%1$d), size %d"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.fileOffset:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.sectionSize:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 889
            ldc "\n  link %#x, info %#x, align %#x, entry size %#x (%4$d)"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.link:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.info:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.addrAlign:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.entrySize:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         8: .line 890
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 884
            areturn
        end local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/objectfile/elf/ELFObjectFile$SectionHeaderEntryStruct;

  public boolean isNullEntry();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
         0: .line 895
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.namePtr:I
            ifne 3
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.type:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
            getstatic com.oracle.objectfile.elf.ELFObjectFile$SectionType.NULL:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
            if_acmpne 3
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.flags:J
            lconst_0
            lcmp
            ifne 3
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.virtualAddress:J
            lconst_0
            lcmp
            ifne 3
         1: .line 896
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.link:I
            ifne 3
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.info:I
            ifne 3
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.addrAlign:J
            lconst_0
            lcmp
            ifne 3
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.entrySize:J
            lconst_0
            lcmp
            ifne 3
         2: .line 895
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/objectfile/elf/ELFObjectFile$SectionHeaderEntryStruct;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.clone:()Lcom/oracle/objectfile/elf/ELFObjectFile$SectionHeaderEntryStruct;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException

  static int[] $SWITCH_TABLE$com$oracle$objectfile$elf$ELFObjectFile$ELFClass();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 792
            getstatic com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.$SWITCH_TABLE$com$oracle$objectfile$elf$ELFObjectFile$ELFClass:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.oracle.objectfile.elf.ELFObjectFile$ELFClass.values:()[Lcom/oracle/objectfile/elf/ELFObjectFile$ELFClass;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.oracle.objectfile.elf.ELFObjectFile$ELFClass.ELFCLASS32:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFClass;
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$ELFClass.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.oracle.objectfile.elf.ELFObjectFile$ELFClass.ELFCLASS64:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFClass;
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile$ELFClass.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            dup
            putstatic com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct.$SWITCH_TABLE$com$oracle$objectfile$elf$ELFObjectFile$ELFClass:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
}
SourceFile: "ELFObjectFile.java"
NestHost: com.oracle.objectfile.elf.ELFObjectFile
InnerClasses:
  public final ELFClass = com.oracle.objectfile.elf.ELFObjectFile$ELFClass of com.oracle.objectfile.elf.ELFObjectFile
  SectionHeaderEntryStruct = com.oracle.objectfile.elf.ELFObjectFile$SectionHeaderEntryStruct of com.oracle.objectfile.elf.ELFObjectFile
  public final SectionType = com.oracle.objectfile.elf.ELFObjectFile$SectionType of com.oracle.objectfile.elf.ELFObjectFile