final class jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr extends java.lang.Enum<jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
  super_class: java.lang.Enum
{
  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr sh_name;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr sh_type;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr sh_flags;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr sh_addr;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr sh_offset;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr sh_size;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr sh_link;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr sh_info;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr sh_addralign;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr sh_entsize;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  final int off;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int sz;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  static int totalsize;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static final int SHT_PROGBITS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int SHT_SYMTAB;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int SHT_STRTAB;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int SHT_RELA;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int SHT_NOBITS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static final int SHT_REL;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  static final byte SHN_UNDEF;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int SHF_WRITE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int SHF_ALLOC;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int SHF_EXECINSTR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr[] ENUM$VALUES;
    descriptor: [Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 109
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            ldc "sh_name"
            iconst_0
            iconst_0
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_name:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
         1: .line 110
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            ldc "sh_type"
            iconst_1
            iconst_4
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_type:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
         2: .line 111
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            ldc "sh_flags"
            iconst_2
            bipush 8
            bipush 8
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_flags:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
         3: .line 112
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            ldc "sh_addr"
            iconst_3
            bipush 16
            bipush 8
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_addr:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
         4: .line 113
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            ldc "sh_offset"
            iconst_4
            bipush 24
            bipush 8
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_offset:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
         5: .line 114
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            ldc "sh_size"
            iconst_5
            bipush 32
            bipush 8
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_size:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
         6: .line 115
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            ldc "sh_link"
            bipush 6
            bipush 40
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_link:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
         7: .line 116
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            ldc "sh_info"
            bipush 7
            bipush 44
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_info:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
         8: .line 117
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            ldc "sh_addralign"
            bipush 8
            bipush 48
            bipush 8
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_addralign:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
         9: .line 118
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            ldc "sh_entsize"
            bipush 9
            bipush 56
            bipush 8
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_entsize:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            bipush 10
            anewarray jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            iconst_0
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_name:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aastore
            dup
            iconst_1
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_type:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aastore
            dup
            iconst_2
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_flags:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aastore
            dup
            iconst_3
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_addr:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aastore
            dup
            iconst_4
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_offset:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aastore
            dup
            iconst_5
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_size:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aastore
            dup
            bipush 6
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_link:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aastore
            dup
            bipush 7
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_info:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aastore
            dup
            bipush 8
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_addralign:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aastore
            dup
            bipush 9
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sh_entsize:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aastore
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.ENUM$VALUES:[Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
        10: .line 128
            bipush 64
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.totalsize:I
        11: .line 151
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int, int);
    descriptor: (Ljava/lang/String;III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr this
        start local 3 // int offset
        start local 4 // int size
         0: .line 123
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 124
            aload 0 /* this */
            iload 3 /* offset */
            putfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.off:I
         2: .line 125
            aload 0 /* this */
            iload 4 /* size */
            putfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.sz:I
         3: .line 126
            return
        end local 4 // int size
        end local 3 // int offset
        end local 0 // jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            0    4     3  offset  I
            0    4     4    size  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      offset         
      size           

  public static jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr[] values();
    descriptor: ()[Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr.ENUM$VALUES:[Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Shdr;>;
SourceFile: "Elf.java"
NestHost: jdk.tools.jaotc.binformat.elf.Elf
InnerClasses:
  final Elf64_Shdr = jdk.tools.jaotc.binformat.elf.Elf$Elf64_Shdr of jdk.tools.jaotc.binformat.elf.Elf