class sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl implements sun.jvm.hotspot.debugger.posix.elf.ELFHeader
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl
  super_class: java.lang.Object
{
  private byte[] ident;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private short file_type;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private short arch;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private int version;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int entry_point;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int ph_offset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int sh_offset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int flags;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private short eh_size;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private short ph_entry_size;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private short num_ph;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private short sh_entry_size;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private short num_sh;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private short sh_string_ndx;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.utilities.memo.MemoizedObject[] sectionHeaders;
    descriptor: [Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.utilities.memo.MemoizedObject[] programHeaders;
    descriptor: [Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader symbolTableSection;
    descriptor: Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader dynamicSymbolTableSection;
    descriptor: Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.posix.elf.ELFHashTable hashTable;
    descriptor: Lsun/jvm/hotspot/debugger/posix/elf/ELFHashTable;
    flags: (0x0002) ACC_PRIVATE

  final sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl this$1;
    descriptor: Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl);
    descriptor: (Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 164
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.this$1:Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 110
            aload 0 /* this */
            bipush 16
            newarray 8
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.ident:[B
         2: .line 165
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readShort:()S
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.file_type:S
         3: .line 166
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readShort:()S
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.arch:S
         4: .line 167
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readInt:()I
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.version:I
         5: .line 168
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readInt:()I
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.entry_point:I
         6: .line 169
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readInt:()I
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.ph_offset:I
         7: .line 170
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readInt:()I
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.sh_offset:I
         8: .line 171
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readInt:()I
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.flags:I
         9: .line 172
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readShort:()S
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.eh_size:S
        10: .line 173
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readShort:()S
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.ph_entry_size:S
        11: .line 174
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readShort:()S
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.num_ph:S
        12: .line 175
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readShort:()S
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.sh_entry_size:S
        13: .line 176
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readShort:()S
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.num_sh:S
        14: .line 177
            aload 0 /* this */
            aload 1
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readShort:()S
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.sh_string_ndx:S
        15: .line 180
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.num_sh:S
            anewarray sun.jvm.hotspot.utilities.memo.MemoizedObject
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.sectionHeaders:[Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
        16: .line 181
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        17: goto 22
        18: .line 183
      StackMap locals: sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.sh_offset:I
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.sh_entry_size:S
            imul
            iadd
            i2l
        19: .line 182
            lstore 3 /* sectionHeaderOffset */
        start local 3 // long sectionHeaderOffset
        20: .line 184
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.sectionHeaders:[Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
            iload 2 /* i */
            new sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl$1
            dup
            aload 0 /* this */
            lload 3 /* sectionHeaderOffset */
            invokespecial sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl$1.<init>:(Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;J)V
            aastore
        end local 3 // long sectionHeaderOffset
        21: .line 181
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 2 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.num_sh:S
            if_icmplt 18
        end local 2 // int i
        23: .line 202
            return
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   24     0                 this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;
           17   23     2                    i  I
           20   21     3  sectionHeaderOffset  J
    Exceptions:
      throws sun.jvm.hotspot.debugger.posix.elf.ELFException
    MethodParameters:
        Name  Flags
      this$0  final

  public short getFileType();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 204
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.file_type:S
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;

  public short getArch();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 205
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.arch:S
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;

  public short getSectionHeaderSize();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 206
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.sh_entry_size:S
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;

  public short getNumberOfSectionHeaders();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 207
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.num_sh:S
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;

  public sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader getSectionHeader(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
        start local 1 // int index
         0: .line 217
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.sectionHeaders:[Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
            iload 1 /* index */
            aaload
            invokevirtual sun.jvm.hotspot.utilities.memo.MemoizedObject.getValue:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public sun.jvm.hotspot.debugger.posix.elf.ELFStringTable getSectionHeaderStringTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 221
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.sh_string_ndx:S
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getSectionHeader:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getStringTable:()Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;

  public sun.jvm.hotspot.debugger.posix.elf.ELFStringTable getStringTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 225
            aload 0 /* this */
            ldc ".strtab"
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.findStringTableWithName:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;

  public sun.jvm.hotspot.debugger.posix.elf.ELFStringTable getDynamicStringTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 229
            aload 0 /* this */
         1: .line 230
            ldc ".dynstr"
         2: .line 229
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.findStringTableWithName:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;

  private sun.jvm.hotspot.debugger.posix.elf.ELFStringTable findStringTableWithName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
        start local 1 // java.lang.String tableName
         0: .line 237
            aconst_null
            astore 2 /* sh */
        start local 2 // sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader sh
         1: .line 238
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 239
      StackMap locals: sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getSectionHeader:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            astore 2 /* sh */
         4: .line 240
            aload 1 /* tableName */
            aload 2 /* sh */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 241
            aload 2 /* sh */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getStringTable:()Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
            areturn
         6: .line 238
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getNumberOfSectionHeaders:()S
            if_icmplt 3
        end local 3 // int i
         8: .line 244
            aconst_null
            areturn
        end local 2 // sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader sh
        end local 1 // java.lang.String tableName
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;
            0    9     1  tableName  Ljava/lang/String;
            1    9     2         sh  Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            2    8     3          i  I
    MethodParameters:
           Name  Flags
      tableName  

  public sun.jvm.hotspot.debugger.posix.elf.ELFHashTable getHashTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFHashTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 262
            aconst_null
            areturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;

  public sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader getSymbolTableSection();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 266
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.symbolTableSection:Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            ifnull 2
         1: .line 267
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.symbolTableSection:Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            areturn
         2: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 271
            aload 0 /* this */
            iconst_2
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getSymbolTableSection:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
         4: .line 270
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.symbolTableSection:Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
         5: .line 272
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.symbolTableSection:Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;

  public sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader getDynamicSymbolTableSection();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
         0: .line 276
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.dynamicSymbolTableSection:Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            ifnull 2
         1: .line 277
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.dynamicSymbolTableSection:Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            areturn
         2: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 281
            aload 0 /* this */
            bipush 11
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getSymbolTableSection:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
         4: .line 280
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.dynamicSymbolTableSection:Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
         5: .line 282
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.dynamicSymbolTableSection:Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;

  private sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader getSymbolTableSection(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
        start local 1 // int type
         0: .line 286
            aconst_null
            astore 2 /* sh */
        start local 2 // sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader sh
         1: .line 287
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 288
      StackMap locals: sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getSectionHeader:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            astore 2 /* sh */
         4: .line 289
            aload 2 /* sh */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getType:()I
            iload 1 /* type */
            if_icmpne 7
         5: .line 290
            aload 0 /* this */
            aload 2 /* sh */
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.dynamicSymbolTableSection:Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
         6: .line 291
            aload 2 /* sh */
            areturn
         7: .line 287
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getNumberOfSectionHeaders:()S
            if_icmplt 3
        end local 3 // int i
         9: .line 294
            aconst_null
            areturn
        end local 2 // sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader sh
        end local 1 // int type
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;
            0   10     1  type  I
            1   10     2    sh  Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            2    9     3     i  I
    MethodParameters:
      Name  Flags
      type  

  public sun.jvm.hotspot.debugger.posix.elf.ELFSymbol getELFSymbol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
        start local 1 // java.lang.String symbolName
         0: .line 298
            aload 1 /* symbolName */
            ifnonnull 2
         1: .line 299
            aconst_null
            areturn
         2: .line 303
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* symbol */
        start local 2 // sun.jvm.hotspot.debugger.posix.elf.ELFSymbol symbol
         3: .line 304
            iconst_0
            istore 3 /* numSymbols */
        start local 3 // int numSymbols
         4: .line 305
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getDynamicSymbolTableSection:()Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            astore 4 /* sh */
        start local 4 // sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader sh
         5: .line 306
            aload 4 /* sh */
            ifnull 24
         6: .line 307
            aload 4 /* sh */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getNumberOfSymbols:()I
            istore 3 /* numSymbols */
         7: .line 308
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 23
         9: .line 309
      StackMap locals: sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl java.lang.String sun.jvm.hotspot.debugger.posix.elf.ELFSymbol int sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader int
      StackMap stack:
            aload 1 /* symbolName */
        10: .line 310
            aload 4 /* sh */
            iload 5 /* i */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getELFSymbol:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            dup
            astore 2 /* symbol */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getName:()Ljava/lang/String;
        11: .line 309
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
        12: .line 310
            ifeq 14
        13: .line 311
            aload 2 /* symbol */
            areturn
        14: .line 312
      StackMap locals:
      StackMap stack:
            aload 1 /* symbolName */
        15: .line 313
            aload 4 /* sh */
        16: .line 314
            iload 3 /* numSymbols */
            iconst_1
            isub
            iload 5 /* i */
            isub
        17: .line 313
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getELFSymbol:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            dup
            astore 2 /* symbol */
        18: .line 314
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getName:()Ljava/lang/String;
        19: .line 312
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
        20: .line 314
            ifeq 22
        21: .line 315
            aload 2 /* symbol */
            areturn
        22: .line 308
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            i2d
            iload 3 /* numSymbols */
            iconst_2
            idiv
            i2d
            invokestatic java.lang.Math.ceil:(D)D
            dcmpg
            iflt 9
        end local 5 // int i
        24: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getSymbolTableSection:()Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            astore 4 /* sh */
        25: .line 322
            aload 4 /* sh */
            ifnull 44
        26: .line 323
            aload 4 /* sh */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getNumberOfSymbols:()I
            istore 3 /* numSymbols */
        27: .line 324
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        28: goto 43
        29: .line 325
      StackMap locals: int
      StackMap stack:
            aload 1 /* symbolName */
        30: .line 326
            aload 4 /* sh */
            iload 5 /* i */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getELFSymbol:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            dup
            astore 2 /* symbol */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getName:()Ljava/lang/String;
        31: .line 325
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
        32: .line 326
            ifeq 34
        33: .line 327
            aload 2 /* symbol */
            areturn
        34: .line 328
      StackMap locals:
      StackMap stack:
            aload 1 /* symbolName */
        35: .line 329
            aload 4 /* sh */
        36: .line 330
            iload 3 /* numSymbols */
            iconst_1
            isub
            iload 5 /* i */
            isub
        37: .line 329
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getELFSymbol:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            dup
            astore 2 /* symbol */
        38: .line 330
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getName:()Ljava/lang/String;
        39: .line 328
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
        40: .line 330
            ifeq 42
        41: .line 331
            aload 2 /* symbol */
            areturn
        42: .line 324
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 5 /* i */
            i2d
            iload 3 /* numSymbols */
            iconst_2
            idiv
            i2d
            invokestatic java.lang.Math.ceil:(D)D
            dcmpg
            iflt 29
        end local 5 // int i
        44: .line 335
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader sh
        end local 3 // int numSymbols
        end local 2 // sun.jvm.hotspot.debugger.posix.elf.ELFSymbol symbol
        end local 1 // java.lang.String symbolName
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   45     0        this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;
            0   45     1  symbolName  Ljava/lang/String;
            3   45     2      symbol  Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            4   45     3  numSymbols  I
            5   45     4          sh  Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            8   24     5           i  I
           28   44     5           i  I
    MethodParameters:
            Name  Flags
      symbolName  

  public sun.jvm.hotspot.debugger.posix.elf.ELFSymbol getELFSymbol(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
        start local 1 // long address
         0: .line 340
            aconst_null
            astore 3 /* symbol */
        start local 3 // sun.jvm.hotspot.debugger.posix.elf.ELFSymbol symbol
         1: .line 341
            iconst_0
            istore 4 /* numSymbols */
        start local 4 // int numSymbols
         2: .line 342
            lconst_0
            lstore 5 /* value */
        start local 5 // long value
         3: .line 344
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getDynamicSymbolTableSection:()Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            astore 7 /* sh */
        start local 7 // sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader sh
         4: .line 345
            aload 7 /* sh */
            ifnull 14
         5: .line 346
            aload 7 /* sh */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getNumberOfSymbols:()I
            istore 4 /* numSymbols */
         6: .line 347
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         7: goto 13
         8: .line 348
      StackMap locals: sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl long sun.jvm.hotspot.debugger.posix.elf.ELFSymbol int long sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader int
      StackMap stack:
            aload 7 /* sh */
            iload 8 /* i */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getELFSymbol:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            astore 3 /* symbol */
         9: .line 349
            aload 3 /* symbol */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getValue:()J
            lstore 5 /* value */
        10: .line 350
            lload 1 /* address */
            lload 5 /* value */
            lcmp
            iflt 12
            lload 1 /* address */
            lload 5 /* value */
            aload 3 /* symbol */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getSize:()I
            i2l
            ladd
            lcmp
            ifge 12
        11: .line 351
            aload 3 /* symbol */
            areturn
        12: .line 347
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 8 /* i */
            iload 4 /* numSymbols */
            if_icmplt 8
        end local 8 // int i
        14: .line 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.getSymbolTableSection:()Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            astore 7 /* sh */
        15: .line 358
            aload 7 /* sh */
            ifnull 25
        16: .line 359
            aload 7 /* sh */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getNumberOfSymbols:()I
            istore 4 /* numSymbols */
        17: .line 360
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        18: goto 24
        19: .line 361
      StackMap locals: int
      StackMap stack:
            aload 7 /* sh */
            iload 8 /* i */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader.getELFSymbol:(I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            astore 3 /* symbol */
        20: .line 362
            aload 3 /* symbol */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getValue:()J
            lstore 5 /* value */
        21: .line 363
            lload 1 /* address */
            lload 5 /* value */
            lcmp
            iflt 23
            lload 1 /* address */
            lload 5 /* value */
            aload 3 /* symbol */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getSize:()I
            i2l
            ladd
            lcmp
            ifge 23
        22: .line 364
            aload 3 /* symbol */
            areturn
        23: .line 360
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 8 /* i */
            iload 4 /* numSymbols */
            if_icmplt 19
        end local 8 // int i
        25: .line 368
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 7 // sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader sh
        end local 5 // long value
        end local 4 // int numSymbols
        end local 3 // sun.jvm.hotspot.debugger.posix.elf.ELFSymbol symbol
        end local 1 // long address
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   26     0        this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;
            0   26     1     address  J
            1   26     3      symbol  Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            2   26     4  numSymbols  I
            3   26     5       value  J
            4   26     7          sh  Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
            7   14     8           i  I
           18   25     8           i  I
    MethodParameters:
         Name  Flags
      address  

  static sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl access$0(sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl);
    descriptor: (Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFHeaderImpl;)Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 107
            aload 0
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl.this$1:Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ELFFileParser.java"
NestHost: sun.jvm.hotspot.debugger.posix.elf.ELFFileParser
InnerClasses:
  ELFFileImpl = sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl of sun.jvm.hotspot.debugger.posix.elf.ELFFileParser
  ELFHeaderImpl = sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl of sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl
  sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFHeaderImpl$1