public class com.oracle.objectfile.elf.ELFNobitsSection extends com.oracle.objectfile.elf.ELFUserDefinedSection implements com.oracle.objectfile.ObjectFile$NobitsSectionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.objectfile.elf.ELFNobitsSection
  super_class: com.oracle.objectfile.elf.ELFUserDefinedSection
{
  public void <init>(com.oracle.objectfile.elf.ELFObjectFile);
    descriptor: (Lcom/oracle/objectfile/elf/ELFObjectFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
        start local 1 // com.oracle.objectfile.elf.ELFObjectFile owner
         0: .line 37
            aload 0 /* this */
            aload 1 /* owner */
            ldc ".bss"
            invokespecial com.oracle.objectfile.elf.ELFNobitsSection.<init>:(Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;)V
         1: .line 38
            return
        end local 1 // com.oracle.objectfile.elf.ELFObjectFile owner
        end local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/objectfile/elf/ELFNobitsSection;
            0    2     1  owner  Lcom/oracle/objectfile/elf/ELFObjectFile;
    MethodParameters:
       Name  Flags
      owner  

  public void <init>(com.oracle.objectfile.elf.ELFObjectFile, java.lang.String);
    descriptor: (Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
        start local 1 // com.oracle.objectfile.elf.ELFObjectFile owner
        start local 2 // java.lang.String name
         0: .line 41
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* name */
            new com.oracle.objectfile.BasicNobitsSectionImpl
            dup
            lconst_0
            invokespecial com.oracle.objectfile.BasicNobitsSectionImpl.<init>:(J)V
            invokespecial com.oracle.objectfile.elf.ELFNobitsSection.<init>:(Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;Lcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;)V
         1: .line 42
            return
        end local 2 // java.lang.String name
        end local 1 // com.oracle.objectfile.elf.ELFObjectFile owner
        end local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/objectfile/elf/ELFNobitsSection;
            0    2     1  owner  Lcom/oracle/objectfile/elf/ELFObjectFile;
            0    2     2   name  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      owner  
      name   

  public void <init>(com.oracle.objectfile.elf.ELFObjectFile, java.lang.String, com.oracle.objectfile.ObjectFile$NobitsSectionImpl);
    descriptor: (Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;Lcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
        start local 1 // com.oracle.objectfile.elf.ELFObjectFile owner
        start local 2 // java.lang.String name
        start local 3 // com.oracle.objectfile.ObjectFile$NobitsSectionImpl impl
         0: .line 45
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* impl */
            getstatic com.oracle.objectfile.elf.ELFObjectFile$ELFSectionFlag.WRITE:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSectionFlag;
            getstatic com.oracle.objectfile.elf.ELFObjectFile$ELFSectionFlag.ALLOC:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSectionFlag;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokespecial com.oracle.objectfile.elf.ELFNobitsSection.<init>:(Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;Lcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;Ljava/util/EnumSet;)V
         1: .line 46
            return
        end local 3 // com.oracle.objectfile.ObjectFile$NobitsSectionImpl impl
        end local 2 // java.lang.String name
        end local 1 // com.oracle.objectfile.elf.ELFObjectFile owner
        end local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/objectfile/elf/ELFNobitsSection;
            0    2     1  owner  Lcom/oracle/objectfile/elf/ELFObjectFile;
            0    2     2   name  Ljava/lang/String;
            0    2     3   impl  Lcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;
    MethodParameters:
       Name  Flags
      owner  
      name   
      impl   

  public void <init>(com.oracle.objectfile.elf.ELFObjectFile, java.lang.String, com.oracle.objectfile.ObjectFile$NobitsSectionImpl, java.util.EnumSet<com.oracle.objectfile.elf.ELFObjectFile$ELFSectionFlag>);
    descriptor: (Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;Lcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;Ljava/util/EnumSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
        start local 1 // com.oracle.objectfile.elf.ELFObjectFile owner
        start local 2 // java.lang.String name
        start local 3 // com.oracle.objectfile.ObjectFile$NobitsSectionImpl impl
        start local 4 // java.util.EnumSet flags
         0: .line 49
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* name */
            aload 1 /* owner */
            invokevirtual com.oracle.objectfile.elf.ELFObjectFile.getWordSizeInBytes:()I
            aload 3 /* impl */
            aload 4 /* flags */
            iconst_m1
            invokespecial com.oracle.objectfile.elf.ELFNobitsSection.<init>:(Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;ILcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;Ljava/util/EnumSet;I)V
         1: .line 50
            return
        end local 4 // java.util.EnumSet flags
        end local 3 // com.oracle.objectfile.ObjectFile$NobitsSectionImpl impl
        end local 2 // java.lang.String name
        end local 1 // com.oracle.objectfile.elf.ELFObjectFile owner
        end local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/objectfile/elf/ELFNobitsSection;
            0    2     1  owner  Lcom/oracle/objectfile/elf/ELFObjectFile;
            0    2     2   name  Ljava/lang/String;
            0    2     3   impl  Lcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;
            0    2     4  flags  Ljava/util/EnumSet<Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSectionFlag;>;
    Signature: (Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;Lcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;Ljava/util/EnumSet<Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSectionFlag;>;)V
    MethodParameters:
       Name  Flags
      owner  
      name   
      impl   
      flags  

  public void <init>(com.oracle.objectfile.elf.ELFObjectFile, java.lang.String, int, com.oracle.objectfile.ObjectFile$NobitsSectionImpl, java.util.EnumSet<com.oracle.objectfile.elf.ELFObjectFile$ELFSectionFlag>, );
    descriptor: (Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;ILcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;Ljava/util/EnumSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
        start local 1 // com.oracle.objectfile.elf.ELFObjectFile owner
        start local 2 // java.lang.String name
        start local 3 // int alignment
        start local 4 // com.oracle.objectfile.ObjectFile$NobitsSectionImpl impl
        start local 5 // java.util.EnumSet flags
        start local 6 // int shtIndex
         0: .line 53
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* name */
            iload 3 /* alignment */
            getstatic com.oracle.objectfile.elf.ELFObjectFile$SectionType.NOBITS:Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;
            aload 4 /* impl */
            ifnull 1
            aload 4 /* impl */
            goto 2
      StackMap locals: uninitialized-this com.oracle.objectfile.elf.ELFObjectFile java.lang.String int com.oracle.objectfile.ObjectFile$NobitsSectionImpl java.util.EnumSet int
      StackMap stack: uninitialized-this com.oracle.objectfile.elf.ELFObjectFile java.lang.String int com.oracle.objectfile.elf.ELFObjectFile$SectionType
         1: new com.oracle.objectfile.BasicNobitsSectionImpl
            dup
            lconst_0
            invokespecial com.oracle.objectfile.BasicNobitsSectionImpl.<init>:(J)V
      StackMap locals: uninitialized-this com.oracle.objectfile.elf.ELFObjectFile java.lang.String int com.oracle.objectfile.ObjectFile$NobitsSectionImpl java.util.EnumSet int
      StackMap stack: uninitialized-this com.oracle.objectfile.elf.ELFObjectFile java.lang.String int com.oracle.objectfile.elf.ELFObjectFile$SectionType com.oracle.objectfile.ObjectFile$NobitsSectionImpl
         2: aload 5 /* flags */
            iload 6 /* shtIndex */
            invokespecial com.oracle.objectfile.elf.ELFUserDefinedSection.<init>:(Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;ILcom/oracle/objectfile/elf/ELFObjectFile$SectionType;Lcom/oracle/objectfile/ElementImpl;Ljava/util/EnumSet;I)V
         3: .line 54
            return
        end local 6 // int shtIndex
        end local 5 // java.util.EnumSet flags
        end local 4 // com.oracle.objectfile.ObjectFile$NobitsSectionImpl impl
        end local 3 // int alignment
        end local 2 // java.lang.String name
        end local 1 // com.oracle.objectfile.elf.ELFObjectFile owner
        end local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/objectfile/elf/ELFNobitsSection;
            0    4     1      owner  Lcom/oracle/objectfile/elf/ELFObjectFile;
            0    4     2       name  Ljava/lang/String;
            0    4     3  alignment  I
            0    4     4       impl  Lcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;
            0    4     5      flags  Ljava/util/EnumSet<Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSectionFlag;>;
            0    4     6   shtIndex  I
    Signature: (Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;ILcom/oracle/objectfile/ObjectFile$NobitsSectionImpl;Ljava/util/EnumSet<Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSectionFlag;>;I)V
    MethodParameters:
           Name  Flags
      owner      
      name       
      alignment  
      impl       
      flags      
      shtIndex   

  public void setSizeInMemory(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
        start local 1 // long size
         0: .line 58
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFNobitsSection.impl:Lcom/oracle/objectfile/ElementImpl;
            checkcast com.oracle.objectfile.ObjectFile$NobitsSectionImpl
            lload 1 /* size */
            invokeinterface com.oracle.objectfile.ObjectFile$NobitsSectionImpl.setSizeInMemory:(J)V
         1: .line 59
            return
        end local 1 // long size
        end local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/elf/ELFNobitsSection;
            0    2     1  size  J
    MethodParameters:
      Name  Flags
      size  

  public long getSizeInMemory();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
         0: .line 63
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFNobitsSection.impl:Lcom/oracle/objectfile/ElementImpl;
            checkcast com.oracle.objectfile.ObjectFile$NobitsSectionImpl
            invokeinterface com.oracle.objectfile.ObjectFile$NobitsSectionImpl.getSizeInMemory:()J
            lreturn
        end local 0 // com.oracle.objectfile.elf.ELFNobitsSection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/ELFNobitsSection;
}
SourceFile: "ELFNobitsSection.java"
InnerClasses:
  public abstract NobitsSectionImpl = com.oracle.objectfile.ObjectFile$NobitsSectionImpl of com.oracle.objectfile.ObjectFile
  public final ELFSectionFlag = com.oracle.objectfile.elf.ELFObjectFile$ELFSectionFlag of com.oracle.objectfile.elf.ELFObjectFile
  public final SectionType = com.oracle.objectfile.elf.ELFObjectFile$SectionType of com.oracle.objectfile.elf.ELFObjectFile