public interface

IELFRelocationTable

com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationTable

Class Overview

Description of a relocation table, holding relocation entries.

Summary

Public Methods
abstract String format(IELFUnit elf)
abstract int getCountOfEntries()
abstract List<? extends IELFRelocationEntry> getEntries()
abstract IELFRelocationEntry getEntry(int index)
abstract long getFileOffset()
abstract int getSectionIndex()
abstract int getSymbolSectionIndex()
abstract int getTargetSectionIndex()

Public Methods

public abstract String format (IELFUnit elf)

public abstract int getCountOfEntries ()

public abstract List<? extends IELFRelocationEntry> getEntries ()

public abstract IELFRelocationEntry getEntry (int index)

public abstract long getFileOffset ()

public abstract int getSectionIndex ()

public abstract int getSymbolSectionIndex ()

public abstract int getTargetSectionIndex ()