Module openj9.dtfj

Class DllFunction


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

      • 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 Detail

      • 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