Interface IELFDynamicTable


public interface IELFDynamicTable
Interface for the ELF dynamic table (SHT_DYNAMIC section).
  • Method Details

    • getPreInitializers

      List<Long> getPreInitializers()
    • getInitializers

      List<Long> getInitializers()
    • getFinalizers

      List<Long> getFinalizers()
    • getLibraryName

      String getLibraryName()
    • getSearchPath

      String getSearchPath()
    • getRequiredLibs

      List<String> getRequiredLibs()