Home | History | Annotate | Download | only in doc

Lines Matching refs:unw

8 \begin{Name}{3}{unw\_get\_proc\_name}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_name}unw\_get\_proc\_name -- get name of current procedure
15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \Type{size\_t} \Var{len}, \Type{unw\_word\_t~*}\Var{offp});\\
19 The \Func{unw\_get\_proc\_name}() routine returns the name of the
27 address 0x40003000, then invoking \Func{unw\_get\_proc\_name}() on a
36 dynamic symbol table. In such cases, \Func{unw\_get\_proc\_name}()
45 On successful completion, \Func{unw\_get\_proc\_name}() returns 0.
51 \Func{unw\_get\_proc\_name}() is thread-safe. If cursor \Var{cp} is
58 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
59 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to determine
61 \item[\Const{UNW\_ENOMEM}] The procedure name is too long to fit
65 In addition, \Func{unw\_get\_proc\_name}() may return any error
67 \Func{unw\_create\_addr\_space}(3)).
72 \SeeAlso{unw\_get\_proc\_info(3)}