| com.pnfsoftware.jeb.core.units.codeobject.ILinkInfoProvider |
Class Overview
Linker information provider, used by code object's mapper during the relocation and symbol
resolution phase. An object implementing this interface may be provided to
map. That method
may decide to use the provider to resolve imported symbol names.
Public Methods
public
abstract
long
resolveImportedSymbol
(String name, int mode, IVirtualMemory vm, IELFUnit elf)
Parameters
| name |
imported symbol name |
| mode |
preferred mode, currently should be st to 0 (AUTO) |
| vm |
the memory with which the code object mapper is currently working |
| elf |
the source Elf unit |