mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-17 08:06:43 -05:00
10 lines
No EOL
7.7 KiB
HTML
10 lines
No EOL
7.7 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Asmlink (ocaml.Asmlink)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../index.html">ocaml</a> » Asmlink</nav><header class="odoc-preamble"><h1>Module <code><span>Asmlink</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-link"><a href="#val-link" class="anchor"></a><code><span><span class="keyword">val</span> link : <span>ppf_dump:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><span>string list</span> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-link_shared"><a href="#val-link_shared" class="anchor"></a><code><span><span class="keyword">val</span> link_shared :
|
||
<span>ppf_dump:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||
<span><span>string list</span> <span class="arrow">-></span></span>
|
||
<span>string <span class="arrow">-></span></span>
|
||
unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-call_linker_shared"><a href="#val-call_linker_shared" class="anchor"></a><code><span><span class="keyword">val</span> call_linker_shared : <span><span>string list</span> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-reset"><a href="#val-reset" class="anchor"></a><code><span><span class="keyword">val</span> reset : <span>unit <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-check_consistency"><a href="#val-check_consistency" class="anchor"></a><code><span><span class="keyword">val</span> check_consistency :
|
||
<span><a href="../Misc/index.html#type-filepath">Misc.filepath</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Cmx_format/index.html#type-unit_infos">Cmx_format.unit_infos</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Stdlib/Digest/index.html#type-t">Stdlib.Digest.t</a> <span class="arrow">-></span></span>
|
||
unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extract_crc_interfaces"><a href="#val-extract_crc_interfaces" class="anchor"></a><code><span><span class="keyword">val</span> extract_crc_interfaces : <span>unit <span class="arrow">-></span></span> <a href="../Misc/index.html#type-crcs">Misc.crcs</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extract_crc_implementations"><a href="#val-extract_crc_implementations" class="anchor"></a><code><span><span class="keyword">val</span> extract_crc_implementations : <span>unit <span class="arrow">-></span></span> <a href="../Misc/index.html#type-crcs">Misc.crcs</a></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.File_not_found" class="def variant constructor anchored"><a href="#type-error.File_not_found" class="anchor"></a><code><span>| </span><span><span class="constructor">File_not_found</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Not_an_object_file" class="def variant constructor anchored"><a href="#type-error.Not_an_object_file" class="anchor"></a><code><span>| </span><span><span class="constructor">Not_an_object_file</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Missing_implementations" class="def variant constructor anchored"><a href="#type-error.Missing_implementations" class="anchor"></a><code><span>| </span><span><span class="constructor">Missing_implementations</span> <span class="keyword">of</span> <span><span>(<a href="../Misc/index.html#type-modname">Misc.modname</a> * <span>string list</span>)</span> list</span></span></code></li><li id="type-error.Inconsistent_interface" class="def variant constructor anchored"><a href="#type-error.Inconsistent_interface" class="anchor"></a><code><span>| </span><span><span class="constructor">Inconsistent_interface</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-modname">Misc.modname</a> * <a href="../Misc/index.html#type-filepath">Misc.filepath</a> * <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Inconsistent_implementation" class="def variant constructor anchored"><a href="#type-error.Inconsistent_implementation" class="anchor"></a><code><span>| </span><span><span class="constructor">Inconsistent_implementation</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-modname">Misc.modname</a> * <a href="../Misc/index.html#type-filepath">Misc.filepath</a> * <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Assembler_error" class="def variant constructor anchored"><a href="#type-error.Assembler_error" class="anchor"></a><code><span>| </span><span><span class="constructor">Assembler_error</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Linking_error" class="def variant constructor anchored"><a href="#type-error.Linking_error" class="anchor"></a><code><span>| </span><span><span class="constructor">Linking_error</span> <span class="keyword">of</span> int</span></code></li><li id="type-error.Multiple_definition" class="def variant constructor anchored"><a href="#type-error.Multiple_definition" class="anchor"></a><code><span>| </span><span><span class="constructor">Multiple_definition</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-modname">Misc.modname</a> * <a href="../Misc/index.html#type-filepath">Misc.filepath</a> * <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Missing_cmx" class="def variant constructor anchored"><a href="#type-error.Missing_cmx" class="anchor"></a><code><span>| </span><span><span class="constructor">Missing_cmx</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-filepath">Misc.filepath</a> * <a href="../Misc/index.html#type-modname">Misc.modname</a></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error"><a href="#val-report_error" class="anchor"></a><code><span><span class="keyword">val</span> report_error : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-error">error</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html> |