Home | History | Annotate | Download | only in doc

Lines Matching refs:unw

8 \begin{Name}{3}{unw\_get\_proc\_info\_by\_ip}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info\_by\_ip}unw\_get\_proc\_info\_by\_ip -- get procedure info by IP
15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
19 The \Func{unw\_get\_proc\_info\_by\_ip}() routine returns the same
21 \Func{unw\_get\_proc\_info}(), except that the info is looked up by
26 than \Func{unw\_get\_proc\_info}().
31 \Var{unw\_local\_addr\_space} can be passed for this argument.
34 type \Type{unw\_proc\_info\_t} which is used to return the info.
37 argument of the same name for \Func{unw\_init\_remote}(). When
39 \Var{unw\_local\_addr\_space}), \Const{NULL} must be passed for this
52 On successful completion, \Func{unw\_get\_proc\_info\_by\_ip}()
58 \Func{unw\_get\_proc\_info}() is thread-safe. If the local
65 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
66 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate
68 \item[\Const{UNW\_EBADVERSION}] The unwind-info for the procedure has
71 In addition, \Func{unw\_get\_proc\_info}() may return any error
73 \Func{unw\_create\_addr\_space}(3)).
78 \SeeAlso{unw\_create\_addr\_space(3)},
79 \SeeAlso{unw\_get\_proc\_name(3)},
80 \SeeAlso{unw\_get\_proc\_info(3)},
81 \SeeAlso{unw\_init\_remote(3)}