public interface

IELFSymbolTable

com.pnfsoftware.jeb.core.units.codeobject.IELFSymbolTable

Class Overview

Definition of a symbol table.

Summary

Public Methods
abstract String format(IELFUnit elf)
abstract int getCountOfEntries()
abstract List<? extends IELFSymbolEntry> getEntries()
abstract IELFSymbolEntry getEntry(int index)
abstract int getSectionIndex()
abstract boolean isDynamic()

Public Methods

public abstract String format (IELFUnit elf)

public abstract int getCountOfEntries ()

public abstract List<? extends IELFSymbolEntry> getEntries ()

public abstract IELFSymbolEntry getEntry (int index)

public abstract int getSectionIndex ()

public abstract boolean isDynamic ()