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

  /system/extras/tests/memtest/
thumb.cpp 8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg) function
26 _Unwind_Backtrace(trace_function, (void*)"backtrace!");
  /hardware/ti/omap4xxx/
stacktrace.c 49 static _Unwind_Reason_Code trace_function(__unwind_context *context, void *arg) function
73 _Unwind_Backtrace(trace_function, (void*)&state);
  /bionic/libc/bionic/
debug_stacktrace.cpp 83 static _Unwind_Reason_Code trace_function(__unwind_context* context, void* arg) { function
118 _Unwind_Backtrace(trace_function, &state);

Completed in 55 milliseconds