Lines Matching refs:unw
8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_…
15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctx…
16 \Type{int} \Func{unw\_init\_local2}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ct…
20 The \Func{unw\_init\_local}() routine initializes the unwind cursor
31 The \Func{unw\_init\_local}() routine can be used only for unwinding in
33 For all other cases, \Func{unw\_init\_remote}() must be used instead.
35 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is
37 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remote}()
42 \Func{unw\_init\_local2}() should be used for correct initialization
47 On successful completion, \Func{unw\_init\_local}() returns 0.
53 \Func{unw\_init\_local}() is thread-safe as well as safe to use from a
59 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_local}() was called in a
61 (this normally happens when calling \Func{unw\_init\_local}() for a
64 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_local}()
70 \SeeAlso{libunwind(3)}, \SeeAlso{unw\_init\_remote(3)}