Interface IELFRelocationTable


public interface IELFRelocationTable
Description of a relocation table, holding relocation entries.
  • Method Details

    • getCountOfEntries

      int getCountOfEntries()
    • getEntries

      List<? extends IELFRelocationEntry> getEntries()
    • getEntry

      IELFRelocationEntry getEntry(int index)
    • getSectionIndex

      int getSectionIndex()
    • getSymbolSectionIndex

      int getSymbolSectionIndex()
    • getTargetSectionIndex

      int getTargetSectionIndex()
    • getFileOffset

      long getFileOffset()
    • format

      String format(IELFUnit elf)