aboutsummaryrefslogtreecommitdiffstats
path: root/docs/glossary.rst
Commit message (Expand)AuthorAgeFilesLines
* Docs for CTR and GCM should say that IV/nonce must be uniqueEeshan Garg2015-05-201-0/+8
* more doc fixesPaul Kehrer2015-02-061-1/+1
* fix some formatting in the docsPaul Kehrer2015-02-041-2/+2
* update docsPaul Kehrer2015-01-301-0/+4
* SpellingAlex Gaynor2014-02-171-6/+6
* Document public key and private keys in teh glossaryAlex Gaynor2014-02-171-1/+21
* Make capitalization in the glossary consistent and sort itAlex Gaynor2014-01-021-1/+2
* Improved the docs -- more glossary entries, more advice for writing docsAlex Gaynor2013-12-081-0/+11
* Fixed some spelling mistakesAlex Gaynor2013-11-151-1/+1
* Get real scaryAlex Gaynor2013-11-031-1/+2
* Began writing a glossaryAlex Gaynor2013-11-031-0/+29
ral.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/*
 * symbols-dummy.c: dummy symbol-table definitions for the inital partial
 *                  link of the hypervisor image.
 */

#include <xen/config.h>
#include <xen/types.h>

unsigned long symbols_addresses[1];
unsigned long symbols_num_syms;
u8 symbols_names[1];

u8 symbols_token_table[1];
u16 symbols_token_index[1];

unsigned long symbols_markers[1];