Interface IELFRelocationTable
public interface IELFRelocationTable
Description of a relocation table, holding relocation entries.
-
Method Summary
Modifier and TypeMethodDescriptionintList<? extends IELFRelocationEntry>getEntry(int index) longintintint
-
Method Details
-
getCountOfEntries
int getCountOfEntries() -
getEntries
List<? extends IELFRelocationEntry> getEntries() -
getEntry
-
getSectionIndex
int getSectionIndex() -
getSymbolSectionIndex
int getSymbolSectionIndex() -
getTargetSectionIndex
int getTargetSectionIndex() -
getFileOffset
long getFileOffset() -
format
-