Gets the address of a symbol by its name and the handle of the library. @param handle Handle of the original library @param name Name of the symbol to load @param parent Parent symbol provider @return Address of the symbol, typically a function.
(long handle, String name, SymbolProvider parent)
| 40 | * @return Address of the symbol, typically a function. |
| 41 | */ |
| 42 | long getSymbolAddress(long handle, String name, SymbolProvider parent); |
| 43 | } |
no outgoing calls