Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_sym.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>SPARC Architectural Model: User Commands</title>
</head>
<body bgcolor="#FFFFFF" LANG="en-US">
<div STYLE="margin-bottom: 0cm"></div>&nbsp;
<h2>
sym
</h2>
<h4>
NAME
</h4>
<ul>
sym - display symbol table information
</ul>
<h4>SYNOPSIS</h4>
<tt>
<ul>
sym [-ctx <i>context</i>] [-o <i>file-name</i>] -all
<p>
sym [-ctx <i>context</i>] [-o <i>file-name</i>] -a <i>virt-addr</i>
<p>
sym [-ctx <i>context</i>] [-o <i>file-name</i>] -s <i>sym-name</i>
</ul>
</tt>
<h4>DESCRIPTION</h4>
<ul>
Display symbol table information that has been loaded by previous
<a href="cmd_load_symbols.html">load_symbols</a> commands.
The flags -all, -a, and -s are mutually exclusive.
If -all is present, then sym prints information for all symbols.
If -a is present, then sym prints information for all symbols and
associated contexts that match <i>virt-addr</i>.
<p>
The -ctx flag displays only symbols matching <i>context</i>.
If -ctx is omitted, symbols from all contexts are displayed.
<p>
The -o option redirects all symbol information to the file <i>file-name</i>.
</ul>
<h4>RETURN VALUES</h4>
<ul>
Symbol table information
</ul>
<h4>SEE ALSO</h4>
<ul><a href="cmd_load_symbols.html">load_symbols</a></ul>
<ul><a href="cmd_unload_symbols.html">unload_symbols</a></ul>
<hr>
</body>
</html>