Home | History | Annotate | Download | only in doc

Lines Matching refs:Func

15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\
19 The \Func{unw\_get\_proc\_info}() routine returns auxiliary
58 for use by the \Func{find\_proc\_info}() call-back (see
59 \Func{unw\_create\_addr\_space}(3)). The
60 \Func{unw\_get\_proc\_info}() routine
64 \Func{find\_proc\_info}() call-back (see
65 \Func{unw\_create\_addr\_space}(3)). The
66 \Func{unw\_get\_proc\_info}() routine
71 \Func{find\_proc\_info}() call-back (see
72 \Func{unw\_create\_addr\_space}(3)). The
73 \Func{unw\_get\_proc\_info}() routine
86 On successful completion, \Func{unw\_get\_proc\_info}() returns 0.
92 \Func{unw\_get\_proc\_info}() is thread-safe. If cursor \Var{cp} is
105 In addition, \Func{unw\_get\_proc\_info}() may return any error
106 returned by the \Func{access\_mem}() call-back (see
107 \Func{unw\_create\_addr\_space}(3)).