Class OatFile.SectionHeader

java.lang.Object
org.jf.dexlib2.dexbacked.OatFile.SectionHeader
Direct Known Subclasses:
OatFile.SectionHeader32Bit, OatFile.SectionHeader64Bit
Enclosing class:
OatFile

private abstract class OatFile.SectionHeader extends Object
  • Field Details

    • offset

      protected final int offset
    • TYPE_DYNAMIC_SYMBOL_TABLE

      public static final int TYPE_DYNAMIC_SYMBOL_TABLE
      See Also:
  • Constructor Details

    • SectionHeader

      public SectionHeader(int offset)
  • Method Details

    • getName

      @Nonnull public String getName()
    • getType

      public int getType()
    • getAddress

      public abstract long getAddress()
    • getOffset

      public abstract int getOffset()
    • getSize

      public abstract int getSize()
    • getLink

      public abstract int getLink()
    • getEntrySize

      public abstract int getEntrySize()