Module openj9.dtfj

Class DllFunction

java.lang.Object
com.ibm.j9ddr.corereaders.tdump.zebedee.le.DllFunction

public class DllFunction extends Object
This class represents a DLL exported function.
  • Field Details

    • name

      public String name
      The name of the function
    • address

      public long address
      The address of the function
    • module

      public String module
      XXX
    • env

      public long env
      Pointer to the WSA environment for this function (as typically passed in R5)
  • Constructor Details

    • DllFunction

      public DllFunction(String name, long address, String module, long env)
      Create a new DllFunction.
      Parameters:
      name - the name of the function
      address - the address of the function
      module - XXX tbc
      env - pointer to the WSA environment for this function