HomeSort by relevance Sort by last modified time
    Searched refs:_LOCAL (Results 1 - 3 of 3) sorted by null

  /external/libunwind/doc/
unw_init_local.tex 8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_init\_local -- initialize cursor for local unwinding
15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
19 The \Func{unw\_init\_local}() routine initializes the unwind cursor
26 The \Func{unw\_init\_local}() routine can be used only for unwinding in
41 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is
42 available even when \Const{UNW\_LOCAL\_ONLY} has been defined before
48 On successful completion, \Func{unw\_init\_local}() returns 0
    [all...]
unw_init_remote.tex 22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary
26 should be unwound. For example, if \Var{unw\_local\_addr\_space} is
38 generally preferable to use \Func{unw\_init\_local}() instead, because
58 (this normally happens when defining \Const{UNW\_LOCAL\_ONLY} before
69 \SeeAlso{unw\_init\_local(3)}
libunwind.tex 18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\
35 \Type{unw\_addr\_space\_t} \Var{unw\_local\_addr\_space};\\
72 done with a call to \Func{unw\_init\_local}(). The cursor now points
133 \Const{UNW\_LOCAL\_ONLY} before including the headerfile
136 \Const{UNW\_LOCAL\_ONLY} is defined is a choice that each source-file
138 of \Const{UNW\_LOCAL\_ONLY}, you'll always link the same library into
142 \Const{UNW\_LOCAL\_ONLY}.
187 \Func{unw\_init\_local}(), except that it takes an address-space
230 native case. Attempting to call, e.g., \Func{unw\_local\_init}() when
333 \SeeAlso{unw\_init\_local(3)}
    [all...]

Completed in 80 milliseconds