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

  /external/libunwind/include/
unwind.h 102 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *,
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/
unwind.h 135 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
237 _Unwind_Reason_Code _Unwind_Backtrace(_Unwind_Trace_Fn, void *);
  /external/libunwind_llvm/include/
unwind.h 303 // _Unwind_Trace_Fn once per frame until it reaches the bottom of the stack
304 // or the _Unwind_Trace_Fn function returns something other than _URC_NO_REASON.
305 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
307 extern _Unwind_Reason_Code _Unwind_Backtrace(_Unwind_Trace_Fn, void *);

Completed in 2799 milliseconds