📄 makesymtbl.html
字号:
<html><head><!-- /vobs/wpwr/docs/tornado/hutils/makeSymTbl.html - generated by refgen from makeSymTbl.sh --> <title> makeSymTbl </title></head><body bgcolor="#FFFFFF"> <hr><a name="top"></a><p align=right><a href="libIndex.html"><i>Tornado Reference : Tornado Utilities</i></a></p></blockquote><h1>makeSymTbl</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote> <p><strong>makeSymTbl</strong> - make a table of symbols</p></blockquote><h4>SYNOPSIS</h4><blockquote><p><p><pre>makeSymTbl <i>objMod</i></pre></blockquote><h4>DESCRIPTION</h4><blockquote><p>This tool creates the C code for a symbol table structure containing thenames, addresses, and types of all global symbols in the specified objectmodule; the generated code is written to standard output. <b><i><a href="../../vxworks/ref/usrConfig.html#usrRoot" >usrRoot</a></i>( )</b> in<b>usrConfig.c</b> inserts these symbols in the <b>standAloneSymTbl</b>.<p>This tool is used only when creating a standalone system. Normally,it is not needed, since the symbol table is constructed by reading andinterpreting the symbol table contained in the system load module (<b>a.out</b>format), either from the local boot disk or from a host system over thenetwork.<p>The generated symbol table is an array of type SYMBOL accessible through theglobal variable <b>standTbl</b>. The array contains <b>standTblSize</b> elements.These are the only external declarations in the generated code.<p>For an example, see the file $<b>WIND_BASE</b>/target/config/<i>bspname</i><b>/symTbl.c</b>,which is generated by this tool for <b>vxWorks.st</b> in the same directory.<p></blockquote><h4>FILES</h4><blockquote><p><table><tr valign=top><td align=left><b>symLib.h</b> </td><td align=left> symbol table header file</tr><tr valign=top><td align=left><b>a_out.h</b> </td><td align=left> UNIX BSD 4.3 object module header file</tr><tr valign=top><td align=left></tr></tr></table></blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./makeSymTbl.html#top">makeSymTbl</a></b>, xsym<p></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -