Searched defs:_Unwind_Trace_Fn (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/include/
H A Dunwind.h102 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *, typedef
129 /* Call _Unwind_Trace_Fn once for each stack-frame, without doing any
135 extern _Unwind_Reason_Code _Unwind_Backtrace (_Unwind_Trace_Fn, void *);
/external/clang/lib/Headers/
H A Dunwind.h127 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *, typedef
218 _Unwind_Reason_Code _Unwind_Backtrace(_Unwind_Trace_Fn, void *);
/external/libcxxabi/include/
H A Dunwind.h276 // _Unwind_Trace_Fn once per frame until it reaches the bottom of the stack
277 // or the _Unwind_Trace_Fn function returns something other than _URC_NO_REASON.
278 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *, typedef
280 extern _Unwind_Reason_Code _Unwind_Backtrace(_Unwind_Trace_Fn, void *);

Completed in 244 milliseconds