Interface IELFSymbolTable
public interface IELFSymbolTable
Definition of a symbol table.
-
Method Summary
Modifier and TypeMethodDescriptionintList<? extends IELFSymbolEntry>getEntry(int index) intboolean
-
Method Details
-
getCountOfEntries
int getCountOfEntries() -
getEntries
List<? extends IELFSymbolEntry> getEntries() -
getEntry
-
getSectionIndex
int getSectionIndex() -
isDynamic
boolean isDynamic() -
format
-