summaryrefslogtreecommitdiffstats
path: root/tapsets/API-sprint-syms.html
diff options
authorfche <fche>2021-03-02 02:06:31 +0000
committerfche <fche>2021-03-02 02:06:31 +0000
commit99e6309d6ecef1f95d453e127563464835eb9a6f (patch)
treeef17c27bf7a2693f4afee6637d4333bb8c7ccee5 /tapsets/API-sprint-syms.html
parentadd new tutorial/* (diff)
removed man pages
Diffstat (limited to 'tapsets/API-sprint-syms.html')
-rw-r--r--tapsets/API-sprint-syms.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-sprint-syms.html b/tapsets/API-sprint-syms.html
index 7fa72688..6f90cd9c 100644
--- a/tapsets/API-sprint-syms.html
+++ b/tapsets/API-sprint-syms.html
@@ -2,9 +2,9 @@
2 Return stack for kernel addresses from string 2 Return stack for kernel addresses from string
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 sprint_syms(callers:string) 4 sprint_syms(callers:string)
5</pre></div><div class="refsect1"><a name="idp71424414729856"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>callers</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1"><a name="idp72313396822960"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>callers</code></em></span></dt><dd><p>
6 String with list of hexadecimal (kernel) addresses 6 String with list of hexadecimal (kernel) addresses
7 </p></dd></dl></div></div><div class="refsect1"><a name="idp71424414732992"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1"><a name="idp72313396826096"></a><h2>Description</h2><p>
8 Perform a symbolic lookup of the addresses in the given string, 8 Perform a symbolic lookup of the addresses in the given string,
9 which are assumed to be the result of a prior calls to <code class="function">stack</code>, 9 which are assumed to be the result of a prior calls to <code class="function">stack</code>,
10 <code class="function">callers</code>, and similar functions. 10 <code class="function">callers</code>, and similar functions.