mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-17 08:06:43 -05:00
2 lines
No EOL
5.8 KiB
HTML
2 lines
No EOL
5.8 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cmo_format (ocaml.Cmo_format)</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> » Cmo_format</nav><header class="odoc-preamble"><h1>Module <code><span>Cmo_format</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-reloc_info"><a href="#type-reloc_info" class="anchor"></a><code><span><span class="keyword">type</span> reloc_info</span><span> = </span></code><ol><li id="type-reloc_info.Reloc_literal" class="def variant constructor anchored"><a href="#type-reloc_info.Reloc_literal" class="anchor"></a><code><span>| </span><span><span class="constructor">Reloc_literal</span> <span class="keyword">of</span> <a href="../Lambda/index.html#type-structured_constant">Lambda.structured_constant</a></span></code></li><li id="type-reloc_info.Reloc_getglobal" class="def variant constructor anchored"><a href="#type-reloc_info.Reloc_getglobal" class="anchor"></a><code><span>| </span><span><span class="constructor">Reloc_getglobal</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a></span></code></li><li id="type-reloc_info.Reloc_setglobal" class="def variant constructor anchored"><a href="#type-reloc_info.Reloc_setglobal" class="anchor"></a><code><span>| </span><span><span class="constructor">Reloc_setglobal</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a></span></code></li><li id="type-reloc_info.Reloc_primitive" class="def variant constructor anchored"><a href="#type-reloc_info.Reloc_primitive" class="anchor"></a><code><span>| </span><span><span class="constructor">Reloc_primitive</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-compilation_unit"><a href="#type-compilation_unit" class="anchor"></a><code><span><span class="keyword">type</span> compilation_unit</span><span> = </span><span>{</span></code><ol><li id="type-compilation_unit.cu_name" class="def record field anchored"><a href="#type-compilation_unit.cu_name" class="anchor"></a><code><span>cu_name : <a href="../Misc/index.html#type-modname">Misc.modname</a>;</span></code></li><li id="type-compilation_unit.cu_pos" class="def record field anchored"><a href="#type-compilation_unit.cu_pos" class="anchor"></a><code><span><span class="keyword">mutable</span> cu_pos : int;</span></code></li><li id="type-compilation_unit.cu_codesize" class="def record field anchored"><a href="#type-compilation_unit.cu_codesize" class="anchor"></a><code><span>cu_codesize : int;</span></code></li><li id="type-compilation_unit.cu_reloc" class="def record field anchored"><a href="#type-compilation_unit.cu_reloc" class="anchor"></a><code><span>cu_reloc : <span><span>(<a href="#type-reloc_info">reloc_info</a> * int)</span> list</span>;</span></code></li><li id="type-compilation_unit.cu_imports" class="def record field anchored"><a href="#type-compilation_unit.cu_imports" class="anchor"></a><code><span>cu_imports : <a href="../Misc/index.html#type-crcs">Misc.crcs</a>;</span></code></li><li id="type-compilation_unit.cu_required_globals" class="def record field anchored"><a href="#type-compilation_unit.cu_required_globals" class="anchor"></a><code><span>cu_required_globals : <span><a href="../Ident/index.html#type-t">Ident.t</a> list</span>;</span></code></li><li id="type-compilation_unit.cu_primitives" class="def record field anchored"><a href="#type-compilation_unit.cu_primitives" class="anchor"></a><code><span>cu_primitives : <span>string list</span>;</span></code></li><li id="type-compilation_unit.cu_force_link" class="def record field anchored"><a href="#type-compilation_unit.cu_force_link" class="anchor"></a><code><span><span class="keyword">mutable</span> cu_force_link : bool;</span></code></li><li id="type-compilation_unit.cu_debug" class="def record field anchored"><a href="#type-compilation_unit.cu_debug" class="anchor"></a><code><span><span class="keyword">mutable</span> cu_debug : int;</span></code></li><li id="type-compilation_unit.cu_debugsize" class="def record field anchored"><a href="#type-compilation_unit.cu_debugsize" class="anchor"></a><code><span>cu_debugsize : int;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-library"><a href="#type-library" class="anchor"></a><code><span><span class="keyword">type</span> library</span><span> = </span><span>{</span></code><ol><li id="type-library.lib_units" class="def record field anchored"><a href="#type-library.lib_units" class="anchor"></a><code><span>lib_units : <span><a href="#type-compilation_unit">compilation_unit</a> list</span>;</span></code></li><li id="type-library.lib_custom" class="def record field anchored"><a href="#type-library.lib_custom" class="anchor"></a><code><span>lib_custom : bool;</span></code></li><li id="type-library.lib_ccobjs" class="def record field anchored"><a href="#type-library.lib_ccobjs" class="anchor"></a><code><span>lib_ccobjs : <span>string list</span>;</span></code></li><li id="type-library.lib_ccopts" class="def record field anchored"><a href="#type-library.lib_ccopts" class="anchor"></a><code><span>lib_ccopts : <span>string list</span>;</span></code></li><li id="type-library.lib_dllibs" class="def record field anchored"><a href="#type-library.lib_dllibs" class="anchor"></a><code><span>lib_dllibs : <span>string list</span>;</span></code></li></ol><code><span>}</span></code></div></div></div></body></html> |