final class com.oracle.objectfile.elf.ELFSymtab$Entry implements com.oracle.objectfile.ObjectFile$Symbol
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.objectfile.elf.ELFSymtab$Entry
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long value;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long size;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.objectfile.elf.ELFSymtab$SymBinding binding;
    descriptor: Lcom/oracle/objectfile/elf/ELFSymtab$SymBinding;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.objectfile.elf.ELFSymtab$SymType symType;
    descriptor: Lcom/oracle/objectfile/elf/ELFSymtab$SymType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.objectfile.elf.ELFObjectFile$ELFSection referencedSection;
    descriptor: Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.objectfile.elf.ELFSymtab$PseudoSection pseudoSection;
    descriptor: Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 64
            ldc Lcom/oracle/objectfile/elf/ELFSymtab;
            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.ELFSymtab$Entry.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isDefined();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 75
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.pseudoSection:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
            ifnull 1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.pseudoSection:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
            getstatic com.oracle.objectfile.elf.ELFSymtab$PseudoSection.UNDEF:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
            if_acmpne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  public boolean isAbsolute();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 80
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.pseudoSection:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
            ifnull 1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.pseudoSection:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
            getstatic com.oracle.objectfile.elf.ELFSymtab$PseudoSection.ABS:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  public boolean isCommon();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 85
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.pseudoSection:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
            ifnull 1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.pseudoSection:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
            getstatic com.oracle.objectfile.elf.ELFSymtab$PseudoSection.COMMON:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  public boolean isFunction();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 90
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.symType:Lcom/oracle/objectfile/elf/ELFSymtab$SymType;
            getstatic com.oracle.objectfile.elf.ELFSymtab$SymType.FUNC:Lcom/oracle/objectfile/elf/ELFSymtab$SymType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  public boolean isGlobal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 95
            getstatic com.oracle.objectfile.elf.ELFSymtab$SymBinding.GLOBAL:Lcom/oracle/objectfile/elf/ELFSymtab$SymBinding;
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.binding:Lcom/oracle/objectfile/elf/ELFSymtab$SymBinding;
            invokevirtual com.oracle.objectfile.elf.ELFSymtab$SymBinding.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  public boolean isNull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 99
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.name:Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.value:J
            lconst_0
            lcmp
            ifne 1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.size:J
            lconst_0
            lcmp
            ifne 1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.binding:Lcom/oracle/objectfile/elf/ELFSymtab$SymBinding;
            ifnonnull 1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.symType:Lcom/oracle/objectfile/elf/ELFSymtab$SymType;
            ifnonnull 1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.referencedSection:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
            ifnonnull 1
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.pseudoSection:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 104
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.name:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  public long getDefinedOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 109
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.ELFSymtab$Entry.isDefined:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.ELFSymtab$Entry.isAbsolute:()Z
            ifeq 2
         1: .line 110
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "queried offset of an undefined or absolute symbol"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.value:J
            lreturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  public com.oracle.objectfile.ObjectFile$Section getDefinedSection();
    descriptor: ()Lcom/oracle/objectfile/ObjectFile$Section;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 118
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.referencedSection:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
            areturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 123
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.size:J
            lreturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  public long getDefinedAbsoluteValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 128
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.ELFSymtab$Entry.isAbsolute:()Z
            ifne 2
         1: .line 129
            new java.lang.IllegalStateException
            dup
            ldc "queried absolute value of a non-absolute symbol"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFSymtab$Entry.value:J
            lreturn
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;

  private void <init>(java.lang.String, long, long, com.oracle.objectfile.elf.ELFSymtab$SymBinding, com.oracle.objectfile.elf.ELFSymtab$SymType, com.oracle.objectfile.elf.ELFObjectFile$ELFSection, com.oracle.objectfile.elf.ELFSymtab$PseudoSection);
    descriptor: (Ljava/lang/String;JJLcom/oracle/objectfile/elf/ELFSymtab$SymBinding;Lcom/oracle/objectfile/elf/ELFSymtab$SymType;Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=10, args_size=8
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
        start local 1 // java.lang.String name
        start local 2 // long value
        start local 4 // long size
        start local 6 // com.oracle.objectfile.elf.ELFSymtab$SymBinding binding
        start local 7 // com.oracle.objectfile.elf.ELFSymtab$SymType type
        start local 8 // com.oracle.objectfile.elf.ELFObjectFile$ELFSection referencedSection
        start local 9 // com.oracle.objectfile.elf.ELFSymtab$PseudoSection pseudoSection
         0: .line 135
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 136
            aload 0 /* this */
            aload 1 /* name */
            putfield com.oracle.objectfile.elf.ELFSymtab$Entry.name:Ljava/lang/String;
         2: .line 137
            aload 0 /* this */
            lload 2 /* value */
            putfield com.oracle.objectfile.elf.ELFSymtab$Entry.value:J
         3: .line 138
            aload 0 /* this */
            lload 4 /* size */
            putfield com.oracle.objectfile.elf.ELFSymtab$Entry.size:J
         4: .line 139
            aload 0 /* this */
            aload 6 /* binding */
            putfield com.oracle.objectfile.elf.ELFSymtab$Entry.binding:Lcom/oracle/objectfile/elf/ELFSymtab$SymBinding;
         5: .line 140
            aload 0 /* this */
            aload 7 /* type */
            putfield com.oracle.objectfile.elf.ELFSymtab$Entry.symType:Lcom/oracle/objectfile/elf/ELFSymtab$SymType;
         6: .line 141
            aload 0 /* this */
            aload 8 /* referencedSection */
            putfield com.oracle.objectfile.elf.ELFSymtab$Entry.referencedSection:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
         7: .line 142
            aload 0 /* this */
            aload 9 /* pseudoSection */
            putfield com.oracle.objectfile.elf.ELFSymtab$Entry.pseudoSection:Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
         8: .line 143
            getstatic com.oracle.objectfile.elf.ELFSymtab$Entry.$assertionsDisabled:Z
            ifne 13
            aload 8 /* referencedSection */
            ifnonnull 9
            iconst_1
            goto 10
      StackMap locals: com.oracle.objectfile.elf.ELFSymtab$Entry java.lang.String long long com.oracle.objectfile.elf.ELFSymtab$SymBinding com.oracle.objectfile.elf.ELFSymtab$SymType com.oracle.objectfile.elf.ELFObjectFile$ELFSection com.oracle.objectfile.elf.ELFSymtab$PseudoSection
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: aload 9 /* pseudoSection */
            ifnonnull 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack: int
        11: iconst_0
      StackMap locals: com.oracle.objectfile.elf.ELFSymtab$Entry java.lang.String long long com.oracle.objectfile.elf.ELFSymtab$SymBinding com.oracle.objectfile.elf.ELFSymtab$SymType com.oracle.objectfile.elf.ELFObjectFile$ELFSection com.oracle.objectfile.elf.ELFSymtab$PseudoSection
      StackMap stack: int int
        12: if_icmpne 13
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.ELFSymtab$Entry.isNull:()Z
            ifne 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 9 // com.oracle.objectfile.elf.ELFSymtab$PseudoSection pseudoSection
        end local 8 // com.oracle.objectfile.elf.ELFObjectFile$ELFSection referencedSection
        end local 7 // com.oracle.objectfile.elf.ELFSymtab$SymType type
        end local 6 // com.oracle.objectfile.elf.ELFSymtab$SymBinding binding
        end local 4 // long size
        end local 2 // long value
        end local 1 // java.lang.String name
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
            0   14     1               name  Ljava/lang/String;
            0   14     2              value  J
            0   14     4               size  J
            0   14     6            binding  Lcom/oracle/objectfile/elf/ELFSymtab$SymBinding;
            0   14     7               type  Lcom/oracle/objectfile/elf/ELFSymtab$SymType;
            0   14     8  referencedSection  Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
            0   14     9      pseudoSection  Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
    MethodParameters:
                   Name  Flags
      name               
      value              
      size               
      binding            
      type               
      referencedSection  
      pseudoSection      

  void <init>(java.lang.String, long, long, com.oracle.objectfile.elf.ELFSymtab$SymBinding, com.oracle.objectfile.elf.ELFSymtab$SymType, com.oracle.objectfile.elf.ELFObjectFile$ELFSection);
    descriptor: (Ljava/lang/String;JJLcom/oracle/objectfile/elf/ELFSymtab$SymBinding;Lcom/oracle/objectfile/elf/ELFSymtab$SymType;Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;)V
    flags: (0x0000) 
    Code:
      stack=10, locals=9, args_size=7
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
        start local 1 // java.lang.String name
        start local 2 // long value
        start local 4 // long size
        start local 6 // com.oracle.objectfile.elf.ELFSymtab$SymBinding binding
        start local 7 // com.oracle.objectfile.elf.ELFSymtab$SymType type
        start local 8 // com.oracle.objectfile.elf.ELFObjectFile$ELFSection referencedSection
         0: .line 148
            aload 0 /* this */
            aload 1 /* name */
            lload 2 /* value */
            lload 4 /* size */
            aload 6 /* binding */
            aload 7 /* type */
            aload 8 /* referencedSection */
            aconst_null
            invokespecial com.oracle.objectfile.elf.ELFSymtab$Entry.<init>:(Ljava/lang/String;JJLcom/oracle/objectfile/elf/ELFSymtab$SymBinding;Lcom/oracle/objectfile/elf/ELFSymtab$SymType;Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;)V
         1: .line 149
            return
        end local 8 // com.oracle.objectfile.elf.ELFObjectFile$ELFSection referencedSection
        end local 7 // com.oracle.objectfile.elf.ELFSymtab$SymType type
        end local 6 // com.oracle.objectfile.elf.ELFSymtab$SymBinding binding
        end local 4 // long size
        end local 2 // long value
        end local 1 // java.lang.String name
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
            0    2     1               name  Ljava/lang/String;
            0    2     2              value  J
            0    2     4               size  J
            0    2     6            binding  Lcom/oracle/objectfile/elf/ELFSymtab$SymBinding;
            0    2     7               type  Lcom/oracle/objectfile/elf/ELFSymtab$SymType;
            0    2     8  referencedSection  Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
    MethodParameters:
                   Name  Flags
      name               
      value              
      size               
      binding            
      type               
      referencedSection  

  void <init>(java.lang.String, long, long, com.oracle.objectfile.elf.ELFSymtab$SymBinding, com.oracle.objectfile.elf.ELFSymtab$SymType, com.oracle.objectfile.elf.ELFSymtab$PseudoSection);
    descriptor: (Ljava/lang/String;JJLcom/oracle/objectfile/elf/ELFSymtab$SymBinding;Lcom/oracle/objectfile/elf/ELFSymtab$SymType;Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;)V
    flags: (0x0000) 
    Code:
      stack=10, locals=9, args_size=7
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
        start local 1 // java.lang.String name
        start local 2 // long value
        start local 4 // long size
        start local 6 // com.oracle.objectfile.elf.ELFSymtab$SymBinding binding
        start local 7 // com.oracle.objectfile.elf.ELFSymtab$SymType type
        start local 8 // com.oracle.objectfile.elf.ELFSymtab$PseudoSection pseudoSection
         0: .line 153
            aload 0 /* this */
            aload 1 /* name */
            lload 2 /* value */
            lload 4 /* size */
            aload 6 /* binding */
            aload 7 /* type */
            aconst_null
            aload 8 /* pseudoSection */
            invokespecial com.oracle.objectfile.elf.ELFSymtab$Entry.<init>:(Ljava/lang/String;JJLcom/oracle/objectfile/elf/ELFSymtab$SymBinding;Lcom/oracle/objectfile/elf/ELFSymtab$SymType;Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;)V
         1: .line 154
            return
        end local 8 // com.oracle.objectfile.elf.ELFSymtab$PseudoSection pseudoSection
        end local 7 // com.oracle.objectfile.elf.ELFSymtab$SymType type
        end local 6 // com.oracle.objectfile.elf.ELFSymtab$SymBinding binding
        end local 4 // long size
        end local 2 // long value
        end local 1 // java.lang.String name
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
            0    2     1           name  Ljava/lang/String;
            0    2     2          value  J
            0    2     4           size  J
            0    2     6        binding  Lcom/oracle/objectfile/elf/ELFSymtab$SymBinding;
            0    2     7           type  Lcom/oracle/objectfile/elf/ELFSymtab$SymType;
            0    2     8  pseudoSection  Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;
    MethodParameters:
               Name  Flags
      name           
      value          
      size           
      binding        
      type           
      pseudoSection  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
         0: .line 158
            aload 0 /* this */
            ldc ""
            lconst_0
            lconst_0
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            invokespecial com.oracle.objectfile.elf.ELFSymtab$Entry.<init>:(Ljava/lang/String;JJLcom/oracle/objectfile/elf/ELFSymtab$SymBinding;Lcom/oracle/objectfile/elf/ELFSymtab$SymType;Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;Lcom/oracle/objectfile/elf/ELFSymtab$PseudoSection;)V
         1: .line 159
            return
        end local 0 // com.oracle.objectfile.elf.ELFSymtab$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
}
SourceFile: "ELFSymtab.java"
NestHost: com.oracle.objectfile.elf.ELFSymtab
InnerClasses:
  public abstract Section = com.oracle.objectfile.ObjectFile$Section of com.oracle.objectfile.ObjectFile
  public abstract Symbol = com.oracle.objectfile.ObjectFile$Symbol of com.oracle.objectfile.ObjectFile
  public abstract ELFSection = com.oracle.objectfile.elf.ELFObjectFile$ELFSection of com.oracle.objectfile.elf.ELFObjectFile
  final Entry = com.oracle.objectfile.elf.ELFSymtab$Entry of com.oracle.objectfile.elf.ELFSymtab
  public final PseudoSection = com.oracle.objectfile.elf.ELFSymtab$PseudoSection of com.oracle.objectfile.elf.ELFSymtab
  public SymBinding = com.oracle.objectfile.elf.ELFSymtab$SymBinding of com.oracle.objectfile.elf.ELFSymtab
  public final SymType = com.oracle.objectfile.elf.ELFSymtab$SymType of com.oracle.objectfile.elf.ELFSymtab