public interface sun.jvm.hotspot.debugger.posix.elf.ELFHeader
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.debugger.posix.elf.ELFHeader
  super_class: java.lang.Object
{
  public static final int FT_NONE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int FT_REL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int FT_EXEC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int FT_DYN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int FT_CORE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int FT_LOCPROC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 65280

  public static final int FT_HICPROC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 65535

  public static final int ARCH_NONE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int ARCH_ATT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int ARCH_SPARC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int ARCH_i386;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int ARCH_68k;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int ARCH_88k;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int ARCH_i860;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int ARCH_MIPS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public abstract short getFileType();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract short getArch();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract short getSectionHeaderSize();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract short getNumberOfSectionHeaders();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader getSectionHeader(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract sun.jvm.hotspot.debugger.posix.elf.ELFStringTable getSectionHeaderStringTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.posix.elf.ELFStringTable getStringTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.posix.elf.ELFStringTable getDynamicStringTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFStringTable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.posix.elf.ELFHashTable getHashTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFHashTable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader getSymbolTableSection();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.posix.elf.ELFSectionHeader getDynamicSymbolTableSection();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.posix.elf.ELFSymbol getELFSymbol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  

  public abstract sun.jvm.hotspot.debugger.posix.elf.ELFSymbol getELFSymbol(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      address  
}
SourceFile: "ELFHeader.java"