public interface SymbolProvider
| Modifier and Type | Method and Description |
|---|---|
long |
getSymbolAddress(long handle,
java.lang.String name,
SymbolProvider parent)
Gets the address of a symbol by its name and the handle of the library.
|
long getSymbolAddress(long handle,
java.lang.String name,
SymbolProvider parent)
handle - Handle of the original libraryname - Name of the symbol to loadparent - Parent symbol provider