public abstract class com.oracle.objectfile.SectionName
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.objectfile.SectionName
  super_class: java.lang.Object
{
  public static final com.oracle.objectfile.SectionName DATA;
    descriptor: Lcom/oracle/objectfile/SectionName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.oracle.objectfile.SectionName RODATA;
    descriptor: Lcom/oracle/objectfile/SectionName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.oracle.objectfile.SectionName TEXT;
    descriptor: Lcom/oracle/objectfile/SectionName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.oracle.objectfile.SectionName BSS;
    descriptor: Lcom/oracle/objectfile/SectionName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.oracle.objectfile.SectionName SVM_HEAP;
    descriptor: Lcom/oracle/objectfile/SectionName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.oracle.objectfile.SectionName APPLE_NAMES;
    descriptor: Lcom/oracle/objectfile/SectionName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.oracle.objectfile.SectionName APPLE_TYPES;
    descriptor: Lcom/oracle/objectfile/SectionName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.oracle.objectfile.SectionName APPLE_NAMESPACE;
    descriptor: Lcom/oracle/objectfile/SectionName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.oracle.objectfile.SectionName APPLE_OBJC;
    descriptor: Lcom/oracle/objectfile/SectionName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.oracle.objectfile.SectionName LLVM_STACKMAPS;
    descriptor: Lcom/oracle/objectfile/SectionName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final com.oracle.objectfile.SectionName[] myValues;
    descriptor: [Lcom/oracle/objectfile/SectionName;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected static final java.util.Map<java.lang.String, com.oracle.objectfile.SectionName> NAMES_MAP;
    descriptor: Ljava/util/Map;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lcom/oracle/objectfile/SectionName;>;

  protected final java.lang.String platformIndependentName;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=8, args_size=0
         0: .line 59
            new com.oracle.objectfile.SectionName$ProgbitsSectionName
            dup
            ldc "data"
            invokespecial com.oracle.objectfile.SectionName$ProgbitsSectionName.<init>:(Ljava/lang/String;)V
            putstatic com.oracle.objectfile.SectionName.DATA:Lcom/oracle/objectfile/SectionName;
         1: .line 60
            new com.oracle.objectfile.SectionName$1
            dup
            ldc "rodata"
            invokespecial com.oracle.objectfile.SectionName$1.<init>:(Ljava/lang/String;)V
            putstatic com.oracle.objectfile.SectionName.RODATA:Lcom/oracle/objectfile/SectionName;
         2: .line 87
            new com.oracle.objectfile.SectionName$ProgbitsSectionName
            dup
            ldc "text"
            invokespecial com.oracle.objectfile.SectionName$ProgbitsSectionName.<init>:(Ljava/lang/String;)V
            putstatic com.oracle.objectfile.SectionName.TEXT:Lcom/oracle/objectfile/SectionName;
         3: .line 88
            new com.oracle.objectfile.SectionName$NobitsSectionName
            dup
            ldc "bss"
            invokespecial com.oracle.objectfile.SectionName$NobitsSectionName.<init>:(Ljava/lang/String;)V
            putstatic com.oracle.objectfile.SectionName.BSS:Lcom/oracle/objectfile/SectionName;
         4: .line 89
            new com.oracle.objectfile.SectionName$ProgbitsSectionName
            dup
            ldc "svm_heap"
            invokespecial com.oracle.objectfile.SectionName$ProgbitsSectionName.<init>:(Ljava/lang/String;)V
            putstatic com.oracle.objectfile.SectionName.SVM_HEAP:Lcom/oracle/objectfile/SectionName;
         5: .line 91
            new com.oracle.objectfile.SectionName$ProgbitsSectionName
            dup
            ldc "apple_names"
            invokespecial com.oracle.objectfile.SectionName$ProgbitsSectionName.<init>:(Ljava/lang/String;)V
            putstatic com.oracle.objectfile.SectionName.APPLE_NAMES:Lcom/oracle/objectfile/SectionName;
         6: .line 92
            new com.oracle.objectfile.SectionName$ProgbitsSectionName
            dup
            ldc "apple_types"
            invokespecial com.oracle.objectfile.SectionName$ProgbitsSectionName.<init>:(Ljava/lang/String;)V
            putstatic com.oracle.objectfile.SectionName.APPLE_TYPES:Lcom/oracle/objectfile/SectionName;
         7: .line 94
            new com.oracle.objectfile.SectionName$ProgbitsSectionName
            dup
            ldc "apple_namespac"
            invokespecial com.oracle.objectfile.SectionName$ProgbitsSectionName.<init>:(Ljava/lang/String;)V
            putstatic com.oracle.objectfile.SectionName.APPLE_NAMESPACE:Lcom/oracle/objectfile/SectionName;
         8: .line 95
            new com.oracle.objectfile.SectionName$ProgbitsSectionName
            dup
            ldc "apple_objc"
            invokespecial com.oracle.objectfile.SectionName$ProgbitsSectionName.<init>:(Ljava/lang/String;)V
            putstatic com.oracle.objectfile.SectionName.APPLE_OBJC:Lcom/oracle/objectfile/SectionName;
         9: .line 96
            new com.oracle.objectfile.SectionName$ProgbitsSectionName
            dup
            ldc "llvm_stackmaps"
            invokespecial com.oracle.objectfile.SectionName$ProgbitsSectionName.<init>:(Ljava/lang/String;)V
            putstatic com.oracle.objectfile.SectionName.LLVM_STACKMAPS:Lcom/oracle/objectfile/SectionName;
        10: .line 101
            bipush 9
            anewarray com.oracle.objectfile.SectionName
            dup
            iconst_0
            getstatic com.oracle.objectfile.SectionName.DATA:Lcom/oracle/objectfile/SectionName;
            aastore
            dup
            iconst_1
            getstatic com.oracle.objectfile.SectionName.RODATA:Lcom/oracle/objectfile/SectionName;
            aastore
            dup
            iconst_2
            getstatic com.oracle.objectfile.SectionName.TEXT:Lcom/oracle/objectfile/SectionName;
            aastore
            dup
            iconst_3
            getstatic com.oracle.objectfile.SectionName.BSS:Lcom/oracle/objectfile/SectionName;
            aastore
            dup
            iconst_4
            getstatic com.oracle.objectfile.SectionName.APPLE_NAMES:Lcom/oracle/objectfile/SectionName;
            aastore
            dup
            iconst_5
            getstatic com.oracle.objectfile.SectionName.APPLE_TYPES:Lcom/oracle/objectfile/SectionName;
            aastore
            dup
            bipush 6
            getstatic com.oracle.objectfile.SectionName.APPLE_NAMESPACE:Lcom/oracle/objectfile/SectionName;
            aastore
            dup
            bipush 7
            getstatic com.oracle.objectfile.SectionName.APPLE_OBJC:Lcom/oracle/objectfile/SectionName;
            aastore
            dup
            bipush 8
            getstatic com.oracle.objectfile.SectionName.LLVM_STACKMAPS:Lcom/oracle/objectfile/SectionName;
            aastore
            putstatic com.oracle.objectfile.SectionName.myValues:[Lcom/oracle/objectfile/SectionName;
        11: .line 139
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic com.oracle.objectfile.SectionName.NAMES_MAP:Ljava/util/Map;
        12: .line 142
            getstatic com.oracle.objectfile.SectionName.myValues:[Lcom/oracle/objectfile/SectionName;
            dup
            astore 3
            arraylength
            istore 2
            iconst_0
            istore 1
            goto 20
      StackMap locals: top int int com.oracle.objectfile.SectionName[]
      StackMap stack:
        13: aload 3
            iload 1
            aaload
            astore 0 /* name */
        start local 0 // com.oracle.objectfile.SectionName name
        14: .line 147
            invokestatic com.oracle.objectfile.ObjectFile$Format.values:()[Lcom/oracle/objectfile/ObjectFile$Format;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 18
      StackMap locals: com.oracle.objectfile.SectionName int int com.oracle.objectfile.SectionName[] top int int com.oracle.objectfile.ObjectFile$Format[]
      StackMap stack:
        15: aload 7
            iload 5
            aaload
            astore 4 /* f */
        start local 4 // com.oracle.objectfile.ObjectFile$Format f
        16: .line 148
            getstatic com.oracle.objectfile.SectionName.NAMES_MAP:Ljava/util/Map;
            aload 0 /* name */
            aload 4 /* f */
            invokevirtual com.oracle.objectfile.SectionName.getFormatDependentName:(Lcom/oracle/objectfile/ObjectFile$Format;)Ljava/lang/String;
            aload 0 /* name */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.oracle.objectfile.ObjectFile$Format f
        17: .line 147
            iinc 5 1
      StackMap locals:
      StackMap stack:
        18: iload 5
            iload 6
            if_icmplt 15
        end local 0 // com.oracle.objectfile.SectionName name
        19: .line 142
            iinc 1 1
      StackMap locals: top int int com.oracle.objectfile.SectionName[]
      StackMap stack:
        20: iload 1
            iload 2
            if_icmplt 13
        21: .line 151
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
           14   19     0  name  Lcom/oracle/objectfile/SectionName;
           16   17     4     f  Lcom/oracle/objectfile/ObjectFile$Format;

  private static java.lang.String getFormatPrefix(com.oracle.objectfile.ObjectFile$Format);
    descriptor: (Lcom/oracle/objectfile/ObjectFile$Format;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.ObjectFile$Format f
         0: .line 105
            invokestatic com.oracle.objectfile.SectionName.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$Format:()[I
            aload 0 /* f */
            invokevirtual com.oracle.objectfile.ObjectFile$Format.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 1
                    2: 2
                    3: 1
              default: 3
          }
         1: .line 108
      StackMap locals:
      StackMap stack:
            ldc "."
            areturn
         2: .line 110
      StackMap locals:
      StackMap stack:
            ldc "__"
            areturn
         3: .line 112
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unsupported format: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* f */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.objectfile.ObjectFile$Format f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     f  Lcom/oracle/objectfile/ObjectFile$Format;
    MethodParameters:
      Name  Flags
      f     

  public java.lang.String getSegmentName(com.oracle.objectfile.ObjectFile$Format);
    descriptor: (Lcom/oracle/objectfile/ObjectFile$Format;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.SectionName this
        start local 1 // com.oracle.objectfile.ObjectFile$Format f
         0: .line 130
            invokestatic com.oracle.objectfile.SectionName.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$Format:()[I
            aload 1 /* f */
            invokevirtual com.oracle.objectfile.ObjectFile$Format.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 2
                    2: 1
              default: 2
          }
         1: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual com.oracle.objectfile.SectionName.getFormatDependentName:(Lcom/oracle/objectfile/ObjectFile$Format;)Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            areturn
         2: .line 135
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.oracle.objectfile.ObjectFile$Format f
        end local 0 // com.oracle.objectfile.SectionName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/SectionName;
            0    3     1     f  Lcom/oracle/objectfile/ObjectFile$Format;
    MethodParameters:
      Name  Flags
      f     

  public java.lang.String getPlatformIndependentName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.SectionName this
         0: .line 158
            aload 0 /* this */
            getfield com.oracle.objectfile.SectionName.platformIndependentName:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.objectfile.SectionName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/SectionName;

  protected void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.SectionName this
        start local 1 // java.lang.String n
         0: .line 161
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 162
            aload 0 /* this */
            aload 1 /* n */
            putfield com.oracle.objectfile.SectionName.platformIndependentName:Ljava/lang/String;
         2: .line 163
            return
        end local 1 // java.lang.String n
        end local 0 // com.oracle.objectfile.SectionName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/SectionName;
            0    3     1     n  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      n     

  public java.lang.String getFormatDependentName(com.oracle.objectfile.ObjectFile$Format);
    descriptor: (Lcom/oracle/objectfile/ObjectFile$Format;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.SectionName this
        start local 1 // com.oracle.objectfile.ObjectFile$Format f
         0: .line 166
            new java.lang.StringBuilder
            dup
            aload 1 /* f */
            invokestatic com.oracle.objectfile.SectionName.getFormatPrefix:(Lcom/oracle/objectfile/ObjectFile$Format;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.objectfile.SectionName.platformIndependentName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // com.oracle.objectfile.ObjectFile$Format f
        end local 0 // com.oracle.objectfile.SectionName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/SectionName;
            0    1     1     f  Lcom/oracle/objectfile/ObjectFile$Format;
    MethodParameters:
      Name  Flags
      f     

  public static com.oracle.objectfile.SectionName from(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/objectfile/SectionName;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.String n
         0: .line 170
            getstatic com.oracle.objectfile.SectionName.NAMES_MAP:Ljava/util/Map;
            aload 0 /* n */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.objectfile.SectionName
            astore 1 /* result */
        start local 1 // com.oracle.objectfile.SectionName result
         1: .line 171
            aload 1 /* result */
            areturn
        end local 1 // com.oracle.objectfile.SectionName result
        end local 0 // java.lang.String n
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0       n  Ljava/lang/String;
            1    2     1  result  Lcom/oracle/objectfile/SectionName;
    MethodParameters:
      Name  Flags
      n     

  static int[] $SWITCH_TABLE$com$oracle$objectfile$ObjectFile$Format();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 37
            getstatic com.oracle.objectfile.SectionName.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$Format:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.oracle.objectfile.ObjectFile$Format.values:()[Lcom/oracle/objectfile/ObjectFile$Format;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.oracle.objectfile.ObjectFile$Format.ELF:Lcom/oracle/objectfile/ObjectFile$Format;
            invokevirtual com.oracle.objectfile.ObjectFile$Format.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.ObjectFile$Format.MACH_O:Lcom/oracle/objectfile/ObjectFile$Format;
            invokevirtual com.oracle.objectfile.ObjectFile$Format.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.oracle.objectfile.ObjectFile$Format.PECOFF:Lcom/oracle/objectfile/ObjectFile$Format;
            invokevirtual com.oracle.objectfile.ObjectFile$Format.ordinal:()I
            iconst_3
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic com.oracle.objectfile.SectionName.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$Format:[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
           8     9      10  Class java.lang.NoSuchFieldError
}
SourceFile: "SectionName.java"
NestMembers:
  com.oracle.objectfile.SectionName$1  com.oracle.objectfile.SectionName$NobitsSectionName  com.oracle.objectfile.SectionName$ProgbitsSectionName
InnerClasses:
  public final Format = com.oracle.objectfile.ObjectFile$Format of com.oracle.objectfile.ObjectFile
  com.oracle.objectfile.SectionName$1
  private NobitsSectionName = com.oracle.objectfile.SectionName$NobitsSectionName of com.oracle.objectfile.SectionName
  private ProgbitsSectionName = com.oracle.objectfile.SectionName$ProgbitsSectionName of com.oracle.objectfile.SectionName