Lines Matching refs:unw
8 \begin{Name}{3}{unw\_reg\_states\_iterate}{David Mosberger-Tang}{Programming Library}{unw\_reg\_sta…
15 \Type{int} \Func{unw\_reg\_states\_iterate}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_reg\_states…
19 The \Func{unw\_reg\_states\_iterate}() routine provides
22 to a function of type \Type{unw\_reg\_states\_callback} which is used to
23 return the information. The function \Type{unw\_reg\_states\_callback} has the
26 \Type{int} (~*\Var{unw\_reg\_states\_callback})(\Type{void~*}\Var{token},
29 \Type{unw\_word\_t} \Var{start\_ip}, \Type{unw\_word\_t} \Var{end\_ip});
31 The callback function may be invoked several times for each call of \Func{unw\_reg\_states\_iterate…
33 \item[\Type{void~*} \Var{token}] The token value passed to \Var{unw\_reg\_states\_callback}. \\
36 to \Var{unw\_apply\_reg\_state}.\\
38 \item[\Type{unw\_word\_t} \Var{start\_ip}] The address of the first
40 \item[\Type{unw\_word\_t} \Var{end\_ip}] The address of the first
46 On successful completion, \Func{unw\_reg\_states\_iterate}() returns
53 \Func{unw\_reg\_states\_iterate}() is thread-safe. If cursor \Var{cp} is
66 In addition, \Func{unw\_reg\_states\_iterate}() may return any error
68 \Func{unw\_create\_addr\_space}(3)).
73 \SeeAlso{unw\_apply\_reg\_state(3)}