Lines Matching full:symbols
2 <!-- This stylesheet is used to check that symbols exported
4 symbols.xml which is used to generate libxml2.syms setting
12 <xsl:variable name="syms" select="document('symbols.xml')"/>
16 <xsl:text>Looking for functions in symbols.xml</xsl:text>
18 <xsl:apply-templates select="/api/symbols/function"/>
21 <xsl:value-of select="count(/api/symbols/function)"/>
25 <xsl:text>Looking for variables in symbols.xml</xsl:text>
27 <xsl:apply-templates select="/api/symbols/variable"/>
30 <xsl:value-of select="count(/api/symbols/variable)"/>
38 select="$syms/symbols/release/symbol[. = $name]"/>
41 <xsl:text>Failed to find export in symbols.xml: </xsl:text>