Home | History | Annotate | Download | only in doc

Lines Matching refs:unw

8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_init\_local -- initialize cursor for local unwinding
15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
19 The \Func{unw\_init\_local}() routine initializes the unwind cursor
26 The \Func{unw\_init\_local}() routine can be used only for unwinding in
28 For all other cases, \Func{unw\_init\_remote}() must be used instead.
41 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is
42 available even when \Const{UNW\_LOCAL\_ONLY} has been defined before
43 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remote}()
48 On successful completion, \Func{unw\_init\_local}() returns 0.
54 \Func{unw\_init\_local}() is thread-safe as well as safe to use from a
60 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_local}() was called in a
62 (this normally happens when calling \Func{unw\_init\_local}() for a
64 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
65 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_local}()
71 \SeeAlso{libunwind(3)}, \SeeAlso{unw\_init\_remote(3)}