diff options
| author | jistone <jistone> | 2014-08-08 23:29:24 +0000 |
|---|---|---|
| committer | jistone <jistone> | 2014-08-08 23:29:24 +0000 |
| commit | 5f22bac089d6dcd6fdd2d773db938b7bf3559b86 (patch) | |
| tree | b19ff3b984754a26d0082bd70ed57da6e383e75b /tapsets/API-symname.html | |
| parent | update tutorial (diff) | |
update tapsets
Diffstat (limited to 'tapsets/API-symname.html')
| -rw-r--r-- | tapsets/API-symname.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-symname.html b/tapsets/API-symname.html index 353904cf..ceb5733a 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="idm47958674230768"></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="idm214057029408"></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="idm47958674227344"></a><h2>Description</h2><p> | 7 | </p></dd></dl></div></div><div class="refsect1"><a name="idm214057026352"></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. |
