com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationTable |
Description of a relocation table, holding relocation entries.
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() |