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

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

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

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

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

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

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

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

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

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

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

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

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

  public static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr e_shstrndx;
    descriptor: Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
    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 EI_MAG0;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  static final char ET_REL;
    descriptor: C
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final char EM_NONE;
    descriptor: C
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final char EM_X86_64;
    descriptor: C
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 62

  static final char EM_AARCH64;
    descriptor: C
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 183

  private static final jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr[] ENUM$VALUES;
    descriptor: [Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
    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 39
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_ident"
            iconst_0
            iconst_0
            bipush 16
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ident:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
         1: .line 40
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_type"
            iconst_1
            bipush 16
            iconst_2
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_type:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
         2: .line 41
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_machine"
            iconst_2
            bipush 18
            iconst_2
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_machine:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
         3: .line 42
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_version"
            iconst_3
            bipush 20
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_version:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
         4: .line 43
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_entry"
            iconst_4
            bipush 24
            bipush 8
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_entry:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
         5: .line 44
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_phoff"
            iconst_5
            bipush 32
            bipush 8
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_phoff:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
         6: .line 45
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_shoff"
            bipush 6
            bipush 40
            bipush 8
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shoff:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
         7: .line 46
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_flags"
            bipush 7
            bipush 48
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_flags:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
         8: .line 47
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_ehsize"
            bipush 8
            bipush 52
            iconst_2
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ehsize:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
         9: .line 48
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_phentsize"
            bipush 9
            bipush 54
            iconst_2
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_phentsize:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
        10: .line 49
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_phnum"
            bipush 10
            bipush 56
            iconst_2
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_phnum:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
        11: .line 50
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_shentsize"
            bipush 11
            bipush 58
            iconst_2
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shentsize:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
        12: .line 51
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_shnum"
            bipush 12
            bipush 60
            iconst_2
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shnum:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
        13: .line 52
            new jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            ldc "e_shstrndx"
            bipush 13
            bipush 62
            iconst_2
            invokespecial jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shstrndx:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            bipush 14
            anewarray jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            dup
            iconst_0
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ident:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            iconst_1
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_type:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            iconst_2
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_machine:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            iconst_3
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_version:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            iconst_4
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_entry:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            iconst_5
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_phoff:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            bipush 6
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shoff:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            bipush 7
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_flags:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            bipush 8
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_ehsize:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            bipush 9
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_phentsize:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            bipush 10
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_phnum:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            bipush 11
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shentsize:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            bipush 12
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shnum:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            dup
            bipush 13
            getstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.e_shstrndx:Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            aastore
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.ENUM$VALUES:[Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
        14: .line 62
            bipush 64
            putstatic jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.totalsize:I
        15: .line 101
            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_Ehdr this
        start local 3 // int offset
        start local 4 // int size
         0: .line 57
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 58
            aload 0 /* this */
            iload 3 /* offset */
            putfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.off:I
         2: .line 59
            aload 0 /* this */
            iload 4 /* size */
            putfield jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr.sz:I
         3: .line 60
            return
        end local 4 // int size
        end local 3 // int offset
        end local 0 // jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            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_Ehdr[] values();
    descriptor: ()[Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
    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_Ehdr.ENUM$VALUES:[Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            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_Ehdr valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;
    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_Ehdr;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Ljdk/tools/jaotc/binformat/elf/Elf$Elf64_Ehdr;>;
SourceFile: "Elf.java"
NestHost: jdk.tools.jaotc.binformat.elf.Elf
InnerClasses:
  final Elf64_Ehdr = jdk.tools.jaotc.binformat.elf.Elf$Elf64_Ehdr of jdk.tools.jaotc.binformat.elf.Elf