SCM Repository
[smlnj] / sml / trunk / src / ml-nlffi-lib / memory / linkage.sig |
Diff of /sml/trunk/src/ml-nlffi-lib/memory/linkage.sig
Parent Directory
|
Revision Log
|
Patch
revision 828, Fri May 11 18:32:07 2001 UTC | revision 1011, Thu Jan 10 20:22:04 2002 UTC | |
---|---|---|
# | Line 21 | Line 21 |
21 | val open_lib : { name: string, lazy: bool, global: bool } -> lib_handle | val open_lib : { name: string, lazy: bool, global: bool } -> lib_handle |
22 | ||
23 | (* get the address handle of a symbol exported from a DL *) | (* get the address handle of a symbol exported from a DL *) |
24 | val lib_symbol : lib_handle -> string -> addr_handle | val lib_symbol : lib_handle * string -> addr_handle |
25 | ||
26 | (* fetch the actual address from an address handle; the value obtained | (* fetch the actual address from an address handle; the value obtained |
27 | * is not valid across export{ML,Fn}/resume cycles *) | * is not valid across export{ML,Fn}/resume cycles *) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |