Home | History | Annotate | Download | only in doc

Lines Matching refs:Func

15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\
19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to
24 On successful completion, \Func{unw\_step}() returns a positive value
31 \Func{unw\_step}() is thread-safe. If cursor \Var{cp} is in the local
48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
50 In addition, \Func{unw\_step}() may return any error returned by the
51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
52 \Func{access\_mem}(), \Func{access\_reg}(), or \Func{access\_fpreg}()
53 call-backs (see \Func{unw\_create\_addr\_space}(3)).