Home | History | Annotate | Download | only in doc

Lines Matching refs:unw

8 \begin{Name}{3}{unw\_get\_accessors}{David Mosberger-Tang}{Programming Library}{unw\_get\_accessors}unw\_get\_accessors -- get pointer to accessor call-backs
15 \Type{unw\_accessors\_t~*}\Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t~}\Var{as});\\
19 The \Func{unw\_get\_accessors}() routine returns a pointer to a
20 \Type{unw\_accessors\_t} structure, which contains the call-back
22 (see \Func{unw\_create\_addr\_space}(3)). The returned pointer is
24 by a call to \Func{unw\_destroy\_addr\_space}(3).
26 Note that \Func{unw\_get\_accessors}() can be used to retrieve the
28 \Var{unw\_local\_addr\_space}.
32 The \Func{unw\_get\_accessors}() routine cannot fail and always
34 \Type{unw\_accessors\_t} structure.
38 The \Func{unw\_get\_accessors}() routine is thread-safe as well as
44 \SeeAlso{unw\_create\_addr\_space(3)},
45 \SeeAlso{unw\_destroy\_addr\_space(3)}