OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="contents-of-pnacl-bitcode-files"> | 3 <b><font color="#cc0000"> |
| 4 NOTE: |
| 5 Deprecation of the technologies described here has been announced |
| 6 for platforms other than ChromeOS.<br/> |
| 7 Please visit our |
| 8 <a href="/native-client/migration">migration guide</a> |
| 9 for details. |
| 10 </font></b> |
| 11 <hr/><section id="contents-of-pnacl-bitcode-files"> |
4 <h1 id="contents-of-pnacl-bitcode-files">Contents Of PNaCl Bitcode Files</h1> | 12 <h1 id="contents-of-pnacl-bitcode-files">Contents Of PNaCl Bitcode Files</h1> |
5 <div class="contents local" id="contents" style="display: none"> | 13 <div class="contents local" id="contents" style="display: none"> |
6 <ul class="small-gap"> | 14 <ul class="small-gap"> |
7 <li><a class="reference internal" href="#introduction" id="id6">Introduction</a>
</li> | 15 <li><a class="reference internal" href="#introduction" id="id6">Introduction</a>
</li> |
8 <li><a class="reference internal" href="#data-model" id="id7">Data Model</a></li
> | 16 <li><a class="reference internal" href="#data-model" id="id7">Data Model</a></li
> |
9 <li><a class="reference internal" href="#pnacl-blocks" id="id8">PNaCl Blocks</a>
</li> | 17 <li><a class="reference internal" href="#pnacl-blocks" id="id8">PNaCl Blocks</a>
</li> |
10 <li><a class="reference internal" href="#pnacl-records" id="id9">PNaCl Records</
a></li> | 18 <li><a class="reference internal" href="#pnacl-records" id="id9">PNaCl Records</
a></li> |
11 <li><a class="reference internal" href="#default-abbreviations" id="id10">Defaul
t Abbreviations</a></li> | 19 <li><a class="reference internal" href="#default-abbreviations" id="id10">Defaul
t Abbreviations</a></li> |
12 <li><a class="reference internal" href="#pnacl-identifiers" id="id11">PNaCl Iden
tifiers</a></li> | 20 <li><a class="reference internal" href="#pnacl-identifiers" id="id11">PNaCl Iden
tifiers</a></li> |
13 <li><a class="reference internal" href="#conventions-for-describing-records" id=
"id12">Conventions For Describing Records</a></li> | 21 <li><a class="reference internal" href="#conventions-for-describing-records" id=
"id12">Conventions For Describing Records</a></li> |
(...skipping 5753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5767 <em>BLOCKINFO</em> block. Records <em>SETBID</em> and <em>DEFINE_ABBREV</em> are
the only records | 5775 <em>BLOCKINFO</em> block. Records <em>SETBID</em> and <em>DEFINE_ABBREV</em> are
the only records |
5768 allowed in PNaCl’s abbreviation block (i.e. it doesn’t allow <em>BLO
CKNAME</em> and | 5776 allowed in PNaCl’s abbreviation block (i.e. it doesn’t allow <em>BLO
CKNAME</em> and |
5769 <em>SETRECORDNAME</em> records).</p> | 5777 <em>SETRECORDNAME</em> records).</p> |
5770 <h3 id="todo">TODO</h3> | 5778 <h3 id="todo">TODO</h3> |
5771 <p>Extend this document to describe PNaCl’s bitcode bit sequencer | 5779 <p>Extend this document to describe PNaCl’s bitcode bit sequencer |
5772 without requiring the reader to refer to <a class="reference external" href="htt
p://llvm.org/docs/BitCodeFormat.html">LLVM’s bitcode file | 5780 without requiring the reader to refer to <a class="reference external" href="htt
p://llvm.org/docs/BitCodeFormat.html">LLVM’s bitcode file |
5773 format</a>.</p> | 5781 format</a>.</p> |
5774 </section> | 5782 </section> |
5775 | 5783 |
5776 {{/partials.standard_nacl_article}} | 5784 {{/partials.standard_nacl_article}} |
OLD | NEW |