dt_iord

Describes import by ordinal. Kept as a data record of type DT_IORD at the address of memory location containing address of the exported function.

typedef struct dt_iord {        // Descriptor of DT_IORD data
  ulong ord;                    // Ordinal
  wchar_t modname[SHORTNAME];   // Short name of the module
} dt_iord;


Members:

ord
Ordinal
modname
Short name of the module that exports this ordinal

See also:
Findlabel()