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