Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_sym.html
CommitLineData
920dae64
AT
1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2<html>
3<head>
4<title>SPARC Architectural Model: User Commands</title>
5</head>
6<body bgcolor="#FFFFFF" LANG="en-US">
7<div STYLE="margin-bottom: 0cm"></div>&nbsp;
8
9<h2>
10sym
11</h2>
12
13<h4>
14NAME
15</h4>
16<ul>
17sym - display symbol table information
18</ul>
19
20<h4>SYNOPSIS</h4>
21<tt>
22<ul>
23sym [-ctx <i>context</i>] [-o <i>file-name</i>] -all
24<p>
25sym [-ctx <i>context</i>] [-o <i>file-name</i>] -a <i>virt-addr</i>
26<p>
27sym [-ctx <i>context</i>] [-o <i>file-name</i>] -s <i>sym-name</i>
28</ul>
29</tt>
30
31<h4>DESCRIPTION</h4>
32<ul>
33Display symbol table information that has been loaded by previous
34<a href="cmd_load_symbols.html">load_symbols</a> commands.
35The flags -all, -a, and -s are mutually exclusive.
36If -all is present, then sym prints information for all symbols.
37If -a is present, then sym prints information for all symbols and
38associated contexts that match <i>virt-addr</i>.
39<p>
40The -ctx flag displays only symbols matching <i>context</i>.
41If -ctx is omitted, symbols from all contexts are displayed.
42<p>
43The -o option redirects all symbol information to the file <i>file-name</i>.
44</ul>
45
46<h4>RETURN VALUES</h4>
47<ul>
48Symbol table information
49</ul>
50
51<h4>SEE ALSO</h4>
52<ul><a href="cmd_load_symbols.html">load_symbols</a></ul>
53<ul><a href="cmd_unload_symbols.html">unload_symbols</a></ul>
54
55<hr>
56</body>
57</html>