Home | History | Annotate | Download | only in doc

Lines Matching refs:Func

15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t~*}\Var{valp});\\
19 The \Func{unw\_get\_reg}() routine reads the value of register
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
33 Note that \Func{unw\_get\_reg}() can only read the contents of
35 \Func{unw\_get\_fpreg}(3) for a way to read registers which do not fit
40 On successful completion, \Func{unw\_get\_reg}() returns 0.
46 \Func{unw\_get\_reg}() is thread-safe as well as safe to use
56 In addition, \Func{unw\_get\_reg}() may return any error returned by
57 the \Func{access\_mem}(), \Func{access\_reg}(), and
58 \Func{access\_fpreg}() call-backs (see
59 \Func{unw\_create\_addr\_space}(3)).