Interface IELFSymbolTable


public interface IELFSymbolTable
Definition of a symbol table.
  • Method Details

    • getCountOfEntries

      int getCountOfEntries()
    • getEntries

      List<? extends IELFSymbolEntry> getEntries()
    • getEntry

      IELFSymbolEntry getEntry(int index)
    • getSectionIndex

      int getSectionIndex()
    • isDynamic

      boolean isDynamic()
    • format

      String format(IELFUnit elf)