public interface

IELFRelocationEntry

com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationEntry

Class Overview

Description of a relocation entry.

Summary

Public Methods
abstract String format(IELFUnit elf, IELFSymbolTable st)
abstract long getAddend()
abstract long getInfo()
abstract long getOffset()
abstract int getSymbolIndex()
abstract int getType()
abstract boolean isAddendSet()

Public Methods

public abstract String format (IELFUnit elf, IELFSymbolTable st)

public abstract long getAddend ()

public abstract long getInfo ()

public abstract long getOffset ()

public abstract int getSymbolIndex ()

public abstract int getType ()

public abstract boolean isAddendSet ()