summaryrefslogtreecommitdiffstats
path: root/tapsets/API-symname.html
diff options
authorfche <fche>2015-06-19 14:12:06 +0000
committerfche <fche>2015-06-19 14:12:06 +0000
commitf2d071fa4e3ed6945a9bb677a90a3f1319f5cbf0 (patch)
tree48f7ddf7eac9cb7b912fcbb09b85e862d9d75e3f /tapsets/API-symname.html
parentadd new langref/*.html (diff)
removed man pages
Diffstat (limited to 'tapsets/API-symname.html')
-rw-r--r--tapsets/API-symname.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-symname.html b/tapsets/API-symname.html
index 2448f374..aa1aa0f3 100644
--- a/tapsets/API-symname.html
+++ b/tapsets/API-symname.html
@@ -2,9 +2,9 @@
2 Return the kernel symbol associated with the given address 2 Return the kernel symbol associated with the given address
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4 symname:string(addr:long) 4 symname:string(addr:long)
5</pre></div><div class="refsect1"><a name="idm47753353774784"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1"><a name="idm47620153399760"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p>
6 The address to translate 6 The address to translate
7 </p></dd></dl></div></div><div class="refsect1"><a name="idm47753353771728"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1"><a name="idm47620153396704"></a><h2>Description</h2><p>
8 Returns the (function) symbol name associated with the 8 Returns the (function) symbol name associated with the
9 given address if known. If not known it will return the hex string 9 given address if known. If not known it will return the hex string
10 representation of addr. 10 representation of addr.