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